Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 1.0 » Add-PsSnapIn

Add-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 »

Add-PsSnapIn

Description
Add snap-ins to the console

Usage


Options


Example(s)
Add the Microsoft Exchange and Microsoft AD Directory Services snap-ins to the current console:

 PS C:>add-PSSnapIn Microsoft.Exchange,Microsoft.Windows.AD

Add all the registered Windows PowerShell snap-ins to the console:

 PS C:>get-pssnapin -registered | add-pssnapin -passthru