New-RASWinDeviceGroup
Last updated
Last updated
New-RASWinDeviceGroup
Creates a Windows device group.
New-RASWinDeviceGroup - <string> [- <string>] [- <uint>] [<>]
Creates a Windows device group.
-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>
-none-
---------- EXAMPLE 1 ----------
New-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "description"
Creates a Windows device group.