Get-WindowsDeveloperLicense

Get-WindowsDeveloperLicense

Provides information about a developer license for the current computer.

구문

Get-WindowsDeveloperLicense [ <CommonParameters>]

자세한 설명

The Get-WindowsDeveloperLicense cmdlet provides information about the developer license present on the current computer. For more information about developer licenses, see Get a developer license (Windows Store apps) (Windows) (https://msdn.microsoft.com/library/windows/apps/hh974578.aspx) in the Microsoft Developer Network library.

The cmdlet gets an object that contains the expiration date for the developer license and a Boolean value that indicates whether that license is valid. If the cmdlet does not find a developer license, it informs you that there is no developer license on the current computer.

매개 변수

<CommonParameters>

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

입력

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

출력

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

  • WindowsDeveloperLicense

예제

Example 1: Get developer license status

This command checks for a developer license for the current computer. If there is a license on the computer, the cmdlet displays whether it is valid and when it expires. If the computer does not have a developer license, the cmdlet returns an error.

PS C:\> Get-WindowsDeveloperLicense

관련 항목

Unregister-WindowsDeveloperLicense

Show-WindowsDeveloperLicenseRegistration