Remove-AmsDeviceRegistrationKey
SYNOPSIS
Removes a registration key
SYNTAX
DESCRIPTION
This cmdlet permanently deletes a registration key from the system. Devices will no longer be able to use the key to register with the AMS system.
EXAMPLES
Example 1
This example removes the cmdlet from the system by its known ID
Example 2
Searches for a registration key with the specified key value and removes it
Example 3
Searches for a registration key with the specified name and removes it
PARAMETERS
-Force
Removes the registration key without prompting for confirmation
-Id
The ID of the key
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
System.String
OUTPUTS
System.Void
NOTES
Use of this cmdlet requires an Enterprise Edition license.
RELATED LINKS
Last updated