PowerShell Community Extensions on Server 2008 x64
Thanks to the tip by Jon Davis, I found the following workaround for the somewhat-annoying error:
Cannot load Windows PowerShell snap-in [..] because of the following error: No Windows PowerShell Snap-ins are available for version 1.
when opening a new x64 Powershell with the PowerShell Community Extensions.
The workaround? Simply run:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\installutil.exe "C:\Program Files (x86)\PowerShell Community Extensions\Pscx.dll"
from an elevated command prompt.
Hopefully, this may be of some use to others...
Comments
- Anonymous
February 21, 2008
PingBack from http://www.biosensorab.org/2008/02/21/powershell-community-extensions-on-server-2008-x64/