Remove-AmsGroup
SYNOPSIS
Removes an AMS group
SYNTAX
DESCRIPTION
Permanently removes an AMS group from the system
EXAMPLES
Example 1
Removes the group by the specified ID
Example 2
Gets a group by its name, and removes it
PARAMETERS
-Force
Removes the group without prompting for confirmation
-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