Use this cmdlet to show current license details for the host.
PowerShell
Show-License
This cmdlet does not provide any parameters.
Description
The Show-License cmdlet shows license details for the host.
Examples
Example 1
PowerShell
Show-License Company : Contoso Contact Name : Joeseph Denniworth Contact Email : joe@contoso.com Contact Phone : 123-432-1234 LicenseID : afef7de5-9ac3-4fea-be66-e6bc28d10267 HostKey : 9ntWdvfuaebi7H2D2r3EFqYkU36u6OeR1JpVqfvnDgA= Expiration : 5/21/2020 12:00:00 AM Purchase Date : 5/21/2019 12:00:00 AM Purchase Authorization : 000029233470-2838 Max Count : 4 Consumed Count : 0 LicenseInfo : Your use of this product is binds you to the terms of the EULA. Use the command 'show-EULA' to view.
This example shows the output of the license details.
Output
This cmdlet will place a PSObject on the pipeline with the properties shown in Example #1 above.
