Contact Info

Crumbtrail

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

Unregister-PSSessionConfiguration - Powershell 4.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 
advanced cmdlet that is designed to be used by system administrators to manage customized session configurations for 
their 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 
Enable-PSRemoting function to restore them. For more information, see about_Session_Configurations.