New-XmcEndSystem

SYNOPSIS

Creates a new XmcEndSystem object.

SYNTAX

New-XmcEndSystem [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1

PS C:\> New-XmcEndSystem

Creates a blank XmcEndSystem 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

XmcEndSystem

NOTES