< Back

Get-WindowsDeveloperLicense

Wed Jan 30, 2019 6:06 pm

NAME Get-WindowsDeveloperLicense



SYNOPSIS

Provides information about a developer license for the current computer.





SYNTAX

Get-WindowsDeveloperLicense [<CommonParameters>]





DESCRIPTION

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) (http://msdn.microsoft.com/en-us/library ... 74578.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.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

WindowsDeveloperLicense







Example 1: Get developer license status



PS C:\\> Get-WindowsDeveloperLicense



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.



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287614

Unregister-WindowsDeveloperLicense

Show-WindowsDeveloperLicenseRegistration