Freigeben über


Get-AzStackHCIRemoteSupportAccess

Ruft den Remotesupportzugriff ab.

Syntax

Get-AzStackHCIRemoteSupportAccess
   [-Cluster]
   [-IncludeExpired]
   [<CommonParameters>]

Beschreibung

Ruft den Remotesupportzugriff ab.

Beispiele

Beispiel 1:

Get-AzStackHCIRemoteSupportAccess -Cluster

Microsoft.AzureStack.Deployment.RemoteSupport is loaded already ...
Getting RemoteSupport Access on this node
Retrieving Remote Support access. IncludeExpired is set to 'False'


State         : Active
CreatedAt     : 3/29/2022 10:30:55 AM +00:00
UpdatedAt     : 3/29/2022 10:30:55 AM +00:00
TargetService : PowerShell
AccessLevel   : Diagnostics
ExpiresAt     : 3/30/2022 10:30:55 AM +00:00
SasCredential :

Remotezugriff über einen Cluster abrufen

Beispiel 2:

Get-AzStackHCIRemoteSupportAccess -Cluster -IncludeExpired

Microsoft.AzureStack.Deployment.RemoteSupport is loaded already ...
Getting RemoteSupport Access on this node
Retrieving Remote Support access. IncludeExpired is set to 'True'


State         : Active
CreatedAt     : 3/29/2022 10:30:55 AM +00:00
UpdatedAt     : 3/29/2022 10:30:55 AM +00:00
TargetService : PowerShell
AccessLevel   : Diagnostics
ExpiresAt     : 3/30/2022 10:30:55 AM +00:00
SasCredential :

Abrufen des Remotezugriffs über einen Cluster mit abgelaufenen Einträgen

Parameter

-Cluster

Optional. Der Standardwert ist false. Gibt an, ob Remoteunterstützungssitzungen über clusterübergreifend angezeigt werden sollen.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-IncludeExpired

Optional. Der Standardwert ist false. Gibt an, ob abgelaufene Einträge eingefügt werden sollen.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Ausgaben

Boolean