Disable-HcsRemoteManagement

Disable-HcsRemoteManagement

Disables Windows PowerShell remote management.

Syntax

Disable-HcsRemoteManagement [ <CommonParameters>]

Detailed Description

The Disable-HcsRemoteManagement cmdlet disables Windows PowerShell® remote management for a device. This cmdlet disables remote access for the following configurations:

-- SSAdminConsole session configuration
-- Support session configuration

You cannot disable the Windows PowerShell session configuration that StorSimple Snapshot Manager uses.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • This cmdlet does not generate any output.

Examples

Example 1: Disable remote management

This command disables remote management for your device.

PS C:\> Disable-HcsRemoteManagement

Enable-HcsRemoteManagement