PowerShell Script Signing.

$cert = @(Get-ChildItem cert:\currentuser\my -codesigning)[0]
Set-AuthenticodeSignature .\SignatureAge.ps1 -cert $cert

$cert can be changed to a path for file.

Unattended installation

For å kunne installere System Center Configuration Manager 2007 unattended, så er det to måter å gjøre dette på. Enten med en svarfil eller med parametere etter setup.exe. Det er den første nevnte som vil bli vist her.
Man kan enten lage en “ini” fil og starte den med: setup.exe /script <PathTOiniFile>

Fila kan se slik ut:

[Identification]
Action=InstallPrimarySite

[Options]

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
PrerequisiteComp=0forNO 1forYES //Indicates whether or not updated client prerequisite files have already been downloaded.
PrerequisitePath= //Path to either the location of pre-downloaded updated client prerequisite files or where to store files to be downloaded.
SiteCode=S01
SiteName=En test server
SMSInstallDir=”C:\Program Files\SCCM\”
SDKServer=SERVERNAVN //Computer to install the SMS Provider on for primary site installations and the computer name hosting the SMS Provider for ConfigMgr console installations.
SiteSecurityMode=Mixed or native

[SQLConfigOptions]
SQLServerName=SQLSERVER
CreateSQLDevice=0forNO 1forYES
DatabaseName=sccmdb

Denne vil gjøre at man får SCCM 2007 opp å gå.

Kilde: http://technet.microsoft.com/en-us/library/bb693561.aspx

Download Link for Adobe Shockwave Player

Operating System Browsers Installer
Windows All supported browsers

- EXE: install_shockwave_player.exe /S
- MSI: msiexec /i install_shockwave_player.msi /qb-

Download links for Adobe Flash Player

Operating System Browsers Languages Installer
Windows Internet Explorer
Windows Plugin-based browsers

- EXE: install_flash_player.exe /S
- MSI: msiexec /i install_flash_player.msi /qb-

Use Dism to Activate Windows 7 Features.

To activate Windows 7 features you can do this:

dism /online /enable-feature /featurename:”SpiderSolitaire”

To see what you can activate with this command line, do this:

dism /online /get-features

Nice To Have!

OpenTFTPServerSPInstallerV1.62 | En god gratis TFTP server.
PuttyV0.60 | En god SSH klient.
WinSCP 4.2.5 | En SSH File Transfer Protocol og ftp klient.
keyfinder 2.0.1 | Program for å få ut Windows, Office og div. andere programmer man har installert.
Windows7-USB-DVD-Download-Tool-Installer-en-US | Windows7 ISO til USB eller DVD.
peazip-3.0.WINDOWS | Program for å pakke/åpne filer.
InstEd-1.5.8.16 | Brukes til å endre på MSI filer. Det samme som ORCA fra Microsoft.
apup131 | Kan brukes til å laste ned offline update filer for de forskjellige Windows versjonene.
Notepad++5.6.8 | Notepad++ notepad med “syntax highlighting”.
ImgBurn_2.5.1.0 | Brenne program for image filer.
Hirens.BootCD.10.2 | Boot CD med mange muligheter.
polviewer1.1 | Read POL registry files. (GPO settings)
Setup_FreeScreenVideo | Capture Screen to Video.

   Newer→