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 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-IncludeExpired
省略可能。 既定は false です。 有効期限が切れたエントリを含めるかどうかを示します。
型: | SwitchParameter |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell