New-RASWinDeviceGroup
NAME
New-RASWinDeviceGroup
SYNOPSIS
Creates a Windows device group
SYNTAX
New-RASWinDeviceGroup -Name <string> [-Description <string>] [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Creates a Windows device group.
PARAMETERS
-SiteId <uint>
Site ID of the new Windows Device Group.
Accept pipeline input? false
Accept wildcard characters? false
-Name <string>
Name of the new Windows Device Group.
Accept pipeline input? false
Accept wildcard characters? false
-Description <string>
Description of the new Windows Device Group.
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters .
INPUTS
-none-
OUTPUTS
WinDeviceGroup[]
EXAMPLES
---------- EXAMPLE 1 ----------
New-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "description"
Creates a Windows device group.