Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Unregister-PSSessionConfiguration

Unregister-PSSessionConfiguration - 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 »

Unregister-PSSessionConfiguration

Short description
Deletes registered session configurations from the computer.

Syntax


Description
The Unregister-PSSessionConfiguration cmdlet deletes registered session configurations from the computer. This is an ad
vanced cmdlet that is designed to be used by system administrators to manage customized session configurations for thei
r users.


To make the change effective, Unregister-PSSessionConfiguration restarts the WinRM service. To prevent the restart, use
 the NoServiceRestart parameter.


If you accidentally delete the default Microsoft.PowerShell or Microsoft.PowerShell32 session configurations, use the E
nable-PSRemoting function to restore them. For more information, see about_Session_Configurations.