Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 1.0 » Get-PsSnapin

Get-PsSnapin - Powershell 1.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-PsSnapin

Description
List PowerShell snap-ins on this computer

Usage


Options


Example(s)
Get the Windows PowerShell snap-ins that are currently loaded:

PS C:>get-PSSnapIn

Gets the PowerShell snap-ins registered on the computer:

PS C:>get-PSSnapIn * -registered