# New-RASWinDeviceGroup

## NAME

New-RASWinDeviceGroup

## SYNOPSIS

Creates a Windows device group.

## SYNTAX

**New-RASWinDeviceGroup** -[Name](#name-string)\*\* *(string)* \[[Description](#description-string) *(string)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Creates a Windows device group.

## PARAMETERS

## SiteId (uint)

Site ID of the new Windows Device Group.

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Name (string)

Name of the new Windows Device Group.

```
        Required?                    true

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Description (string)

Description of the new Windows Device Group.

```
        Required?                    false

        Position?                    named

        Default value                

        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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

[WinDeviceGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/windevicegroup)

## EXAMPLES

**---------- EXAMPLE 1 ----------**

New-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "description"

Creates a Windows device group.

## RELATED LINKS

* [Get-RASWinDeviceGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raswindevicegroup)
* [Set-RASWinDeviceGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raswindevicegroup)
* [Remove-RASWinDeviceGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-raswindevicegroup)
* [Add-RASWinDeviceGroupInboundPort](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/add-raswindevicegroupinboundport)
* [Get-RASWinDeviceGroupInboundPort](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raswindevicegroupinboundport)
* [Remove-RASWinDeviceGroupInboundPort](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-raswindevicegroupinboundport)
