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.
-Name <string> Name of the new Windows Device Group.
-Description <string> Description of the new Windows Device Group.
<CommonParameters>
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ----------
New-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "description"
Creates a Windows device group.
RELATED LINKS
Last updated