Get-HcsSupportAccess

Get-HcsSupportAccess

Gets the encrypted password that Customer Service and Support uses to access the device.

Syntax

Get-HcsSupportAccess [ <CommonParameters>]

Detailed Description

The Get-HcsSupportAccess cmdlet gets the encrypted support password that Microsoft Customer Service and Support uses to access the device.

If remote access is not enabled, this cmdlet tells you that it is not enabled. For more information, see the Enable-HcsSupportAccess cmdlet.

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.

Examples

Example 1: Get an encrypted password

This command gets the encrypted password for the device. Share the result with Customer Service and Support. They can decrypt it to get a temporary support access password to your device.

PS C:\> Get-HcsSupportAccess

Disable-HcsSupportAccess

Enable-HcsSupportAccess