你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzStackHCIRemoteSupportAccess
获取远程支持访问。
语法
Get-AzStackHCIRemoteSupportAccess
[-Cluster]
[-IncludeExpired]
[<CommonParameters>]
说明
获取远程支持访问权限。
示例
示例 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 :
跨群集获取远程访问
示例 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 :
跨具有过期条目的群集获取远程访问
参数
-Cluster
自选。 默认值为 false。 指示是否显示跨群集的远程支持会话。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-IncludeExpired
自选。 默认值为 false。 指示是否包含过期的条目。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |