Contact Info

Crumbtrail

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

Unregister-PSSessionConfiguration - Powershell 2.0 CmdLet

Microsoft Windows PowerShell is a command-line shell and scripting tool based on the Microsoft .NET Framework. It is designed for system administrators, engineers and developers to control and automate the administration of Windows and applications.

More than hundred command-line tools (so called "cmdlets") can be used to perform system administration tasks and Windows Management Instrumentation (WMI). These cmdlets are easy to use, with standard naming conventions and common parameters, and standard tools for piping, sorting, filtering, and formatting data and objects.

Unregister-PSSessionConfiguration


Short description
Deletes registered session configurations from the computer.

Syntax
Unregister-PSSessionConfiguration [-Name] <string> [-Force] [-NoServiceRestart] [-Confirm] [-WhatIf] [<CommonParame
ters>]

Description
The Unregister-PSSessionConfiguration cmdlet deletes registered session configurations from the computer. This is a
n advanced cmdlet that is designed to be used by system administrators to manage customized session configurations 
for their users.

If you accidentally delete the default Microsoft.PowerShell or Microsoft.PowerShell32 session configurations, use t
he Enable-PSRemoting cmdlet to restore them.