New-XmcEndSystemGroup

SYNOPSIS

Creates a new XmcEndSystemGroup object.

SYNTAX

New-XmcEndSystemGroup [<CommonParameters>]

DESCRIPTION

Creates a new XmcEndSystemGroup object. This Cmdlet does NOT add a group to Xmc, this is just a poweshell object.

EXAMPLES

Example 1

PS C:\> New-XmcEndSystemGroup

Creates a blank XmcEndSystemGroup object for use with other cmdlets.

PARAMETERS

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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

XmcEndSystemGroup

NOTES