Get-AmsDeviceRegistrationKey
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Get AMS device registration keys
Get-AmsDeviceRegistrationKey [[-Name] <String>] [<CommonParameters>]
Get-AmsDeviceRegistrationKey -Id <String> [<CommonParameters>]
Get-AmsDeviceRegistrationKey -Key <String> [<CommonParameters>]
This cmdlet allows you to retrieve a device registration key by name, ID, or the key itself. When used without parameters, it will return all registration keys.
PS C:\> Get-AmsDeviceRegistrationKey
Returns all registration keys
PS C:\> Get-AmsDeviceRegistrationKey -Key XXXXXXXXXXXXXXXXXXXXXXXXX
Returns the registration key object that is represented by the specified key value
PS C:\> Get-AmsDeviceRegistrationKey -Name 'Linux key'
Returns the registration key object that is represented by the specified name
PS C:\> Get-AmsDeviceRegistrationKey -Id 'd54bdb4b-75de-4114-b2c7-305320222b9e'
Returns the registration key object that is represented by the specified ID
The ID of the key
Type: String
Parameter Sets: GetById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The key value
Type: String
Parameter Sets: GetByKey
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the key
Type: String
Parameter Sets: GetByName
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Use of this cmdlet requires an Enterprise Edition license.