Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 2.0 » Remove-Module

Remove-Module - Powershell 2.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 »

Remove-Module

Short description
Removes modules from the current session.

Syntax


Description
The Remove-Module cmdlet removes the members of a module from the current session. 

If the module includes an assembly (.dll), all members that are implemented by the assembly are removed, but the as
sembly is not unloaded.