Contact Info

Crumbtrail

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

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

Enable-PSSessionConfiguration

Short description
Enables the session configurations on the local computer.

Syntax


Description
The Enable-PSSessionConfiguration cmdlet re-enables registered session configurations that have been disabled by us
    ing the Disable-PSSessionConfiguration cmdlet. This is an advanced cmdlet that is designed to be used by system adm
    inistrators to manage customized session configurations for their users.
    
    Without parameters, Enable-PSSessionConfiguration re-enables the Microsoft.PowerShell configuration, which is the d
    efault configuration that is used for sessions. 
    
    This cmdlet performs the following operations for each enabled configuration:
    -- Removes the "deny all" setting from the security descriptor of the  configuration or replaces the security descr
    iptor with one that you specify.
    -- Turns on the listener that accepts requests on any IP address.
    -- Restarts the WinRM service.
    
    The Enable-PSSessionConfiguration cmdlet calls the Set-WSManQuickConfig cmdlet. However, it should not be used to e
    nable remoting on the computer. Instead, use the more comprehensive cmdlet, Enable-PSRemoting.