To determine which snap-ins you can add to the standard Windows PowerShell console, type the following command at the command prompt:
Get-PSSnapin -Registered
to add a snap-in
add-pssnapin [-name]
To see the installed snapins use
Get-PSSnapin
Removes Windows PowerShell snap-ins from the current console.
Remove-PSSnapIn [-name]
Monday, December 15, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment