Remove-AmsDeviceRegistrationKeyGroup
SYNOPSIS
Removes a group association from a registration key
SYNTAX
DESCRIPTION
This cmdlet removes one or more group associations from a registration key
EXAMPLES
Example 1
Removes the group named "My devices" from the registration key specified by the ID
Example 2
Gets a registration key by name, and removes the group named "My devices" from it
PARAMETERS
-Groups
The groups to remove
-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