Get-R1License
Get-R1License
SYNOPSIS
Returns the license details.
SYNTAX
Get-R1License [<CommonParameters>]
DESCRIPTION
Returns the license type, the product it covers, its expiry date and whether it is valid.
EXAMPLES
Example 1
Get-R1License
Returns the license details.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
psRadiantOne.LicenseInfo
NOTES
On a RadiantOne SaaS tenant the license endpoints return 404, licensing being handled through the environment operations center rather than through this API.
This command has not been exercised against a live deployment, so its behaviour rests on the published API definition alone.