Enable-HcsSupportAccess

Enable-HcsSupportAccess

Enables access to this device for Customer Service and Support.

Syntax

Parameter Set: Default
Enable-HcsSupportAccess [-Scope <ClusterScope> {Cluster | Controller} ] [ <CommonParameters>]

Detailed Description

The Enable-HcsSupportAccess cmdlet enables access to this device for Microsoft Customer Service and Support.

This cmdlet temporarily opens the appliance for support, and it creates an encrypted password. Customer Service and Support can decrypt the password to gain access to the device. You can retrieve that encrypted password by using the Get-HcsSupportAccess cmdlet.

Provide the encrypted password to Customer Service and Support through email or other means.

Share your desktop with Customer Service and Support. From there, you and support personnel access the appliance over the StorSimple Serial Console or remote Windows PowerShell® management.

Log on to the appliance by using serial console or remote Windows PowerShell management. Enter the support configuration session. This session allows only the following cmdlets to run: Enable-HcsSupportAccess, Disable-HcsSupportAccess, Get-HcsSupportAccess, and Enter-HcsSupportSession. After you establish the session by using your SSAdminConsole password, the Enter-HcsSupportSession cmdlet provides unrestricted access to the appliance. Customer Service and Support enters the decrypted password. All password input is hidden or obscured. After the password is validated, you receive access to the unrestricted session. This is an interactive session.

Customer Service and Support accesses the system to perform troubleshooting. You maintain full control over the session. You can stop sharing your desktop with Customer Service and Support at any time.

Finally, you turn off support access by using the Disable-HcsSupportAccess cmdlet. Disabling the support session invalidates the support password.

Parameters

-Scope<ClusterScope>

Specifies the scope. The acceptable values for this parameter are:

-- Cluster. Provides support access for both nodes. This is the default.
-- Controller. Provides support access for the local node only.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<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: Enable support access

This command enables support access and generates an encrypted password. Share the password with Customer Service and Support personnel. They can decrypt it to get a temporary support password to access your device.

PS C:\> Enable-HcsSupportAccess

Disable-HcsSupportAccess

Get-HcsSupportAccess