Contact Info

Crumbtrail

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

Remove-Module - Powershell 3.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, such as cmdlets and functions, from the current session.


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


This cmdlet does not uninstall the module or delete it from the computer. It affects only the current Windows PowerShel
l session.