Summary
Retrieves the HP Sure Admin Key Management Service (KMS) server capabilities
Syntax
Get-HPSureAdminKMSCapabilities [-KMSUri] <String> [[-CacheAccessToken]] [<CommonParameters>]
Get-HPSureAdminKMSCapabilities [-KMSAppName] <String> [[-CacheAccessToken]] [<CommonParameters>]
Description
This command displays HP Sure Admin Key Management Service (KMS) capabilities. The connection with the KMS server requires the user to authenticate with a valid Microsoft account.
Parameters
Name | Argument | Description |
---|---|---|
KMSUri | <String> | Specifies the complete URI (I.e.: https:// |
KMSAppName | <String> | Specifies the application name on Azure KMS server to be used |
CacheAccessToken | If specified, the access token is cached in msalcache.dat file and user credentials will not be asked again until the credentials expire. This parameter should be specified for caching the access token when performing multiple operations on the KMS server. If access token is not cached, the user must re-enter credentials on each call of this command. |
Notes
- Supported on Windows Power Shell v5.
- An HP Sure Admin KMS server is required for using this feature.
Examples
PS C:\> Get-HPSureAdminKMSCapabilities -KMSUri "https://MyKMSURI.azurewebsites.net/"
PS C:\> Get-HPSureAdminKMSCapabilities -KMSAppName "MyAppName"