Add-AmsDeviceRegistrationKeyGroup
SYNOPSIS
Adds an AMS group to an existing registration key
SYNTAX
DESCRIPTION
A registration key can be associated with one or more AMS groups. When a device uses this key to register, it will automatically be added to the associated groups. This cmdlet allows you to add an AMS group to an existing registration key.
EXAMPLES
Example 1
PARAMETERS
-Groups
A collection of groups to add. This can be a group ID string, or a group object obtained from the `Get-AmsGroup` cmdlet
-Id
The ID of the registration 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