If you use Powershell v2 but not v3, please change the following line in objects.ps1
from if ($psVer[0] –in (“2″, “3″, “4″))
to if ((“2″, “3″, “4″) -contains $psVer[0])
↧
Comment on WebCommander by Jerry Liu
↧