04 December 2014

Load assemblies in powershell


Add-Type -AssemblyName "System.Windows.Forms"

Add-Type -AssemblyName "mscorlib.dll"

Add-Type -Path "c:\windows\system32\inetsrv\microsoft.web.administration.dll"