Editar

Enable-HcsSupportAccess

Enables access to this device for Customer Service and Support.

Syntax

Enable-HcsSupportAccess
      [-Scope <ClusterScope>]
      [<CommonParameters>]

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.

Examples

Example 1: Enable support access

PS C:\> Enable-HcsSupportAccess
UAAACBAMAQEAADYAMgAyADYAMgBBAEEANgA3ADcARgA1ADUANgA2ADYAQQAxAEMARQA1ADUAQQAyADcANgAwADkARQAyADgANgBDADAAMgBBAEYANIGbnvh
Z1Ja4lHQfnyI9+quGgser6YmxNPP+GeHJQ3oVThNgf5fhjsuoc0fss6ygaxZKPZLXyLFpw93YMeTp90+sbuEr1yh26cmjZHUwW70aZLNtJ6svqYIvdasW0v
Tc8TWbcMsTvOLJdvnmdX7rfMTnfwWJjcsgBGFz+O60uC5Sh633q4nRx3R0jtUMpJ5tcW5wVmHKfFX4OpaPLS9jJ+IrrlBP+EajW655qktkKdqk0EbcNCXck
gqun+nhDhqCeHMBNKJzCp8y+AgbpTPzswvbJuqDUGiaEubnchnpKkdBY0Hp+y27Lo8Zke9LuYu+RzzGsEmW1DEpyZvgQA/ynw==

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.

Parameters

-Scope

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.
Type:ClusterScope
Accepted values:Cluster, Controller
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

This cmdlet does not generate any output.