Add-AmsGroupMember
SYNOPSIS
Adds a member to an AMS group
SYNTAX
DESCRIPTION
This cmdlet adds an AMS device to an AMS group
EXAMPLES
Example 1
This example gets the AMS group named `My group` and pipes it through to the `Add-AmsGroupMember` cmdlet which gets the device named `PC1` to add to the group
PARAMETERS
-Devices
A list of device IDs, or device objects, obtained from the `Get-AmsDevice` cmdlet.
-Id
The ID of the group
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