Voordat we beginnen hebben we de volgende bestanden nodig:

Zoals je ziet is .Net 2.0 nodig en deze moet ook nog eens geïnstalleerd staan voordat je Powershell kunt installeren.

De installatie gaat als volgt:

  • .Net 2.0: installdir\ms\netfx\fx2\dotnetfx.exe /q:a /c:”install.exe /qb”
  • .Net 2.0 (via MSI): MSIEXEC /I “installdir\ms\netfx\fx2\netfx.msi ADDEPLOY=1 /Qn “
  • .Net 2.0 SP1: installdir\ms\netfx\fx2\NETCFSetupv2.msi /Qn
  • Powershell: Installdir\ms\pwrshell\WindowsServer2003-KB926139-x86-ENU.exe /quiet /passive /norestart

Bron: http://monadblog.blogspot.com/

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.