Get-HcsRemoteManagementCert

Get-HcsRemoteManagementCert

Gets the certificate for remote management.

구문

Get-HcsRemoteManagementCert [ <CommonParameters>]

자세한 설명

The Get-HcsRemoteManagementCert cmdlet gets the certificate for Windows PowerShell® remote management. Add the certificate to the trusted root certificate store on clients in order to connect to the device over HTTPS. Copy the text into a .cer file to install the certificate by using the certificate import wizard. Each device has a unique certificate. You can regenerate a certificate by using the Set-HcsRemoteManagementCert cmdlet. If you regenerate a certificate, the existing certificate becomes invalid.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

예제

Example 1: Get a certificate for remote management

This command gets the certificate to use for Windows PowerShell remote management. Each device has a unique certificate. You cannot copy this example output.

PS C:\> Get-HcsRemoteManagementCert

관련 항목

Set-HcsRemoteManagementCert