# New-RASAVDResourceGroup

## NAME

New-RASAVDResourceGroup

## SYNOPSIS

The cmdlet creates a new object of type Azure Virtual Desktop Resource Group.

## SYNTAX

**New-RASAVDResourceGroup** -[Location](#location-string) *(string)* -[Name](#name-string) *(string)* -[ProviderId](#providerid-string) *(uint)* \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

The cmdlet creates a new object of type Azure Virtual Desktop Resource Group.

## PARAMETERS

## ProviderId (uint)

Provider ID from which to save the Azure Virtual Desktop Resource Group information.

```
        Required?                    true

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Name (string)

The Name of the Azure Virtual Desktop Resource Group.

```
        Required?                    true

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Location (string)

The Location Name of the Azure Virtual Desktop Resource Group.

```
        Required?                    true

        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

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

## EXAMPLES

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

New-RASAVDResourceGroup -ProviderId 2 -Name "My-Resource-Group" -Location "westeurope"

Creates a new object of type AVD Resource Group within the Licensing Server site.

## RELATED LINKS

* [Get-RASAVDResourceGroup](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasavdresourcegroup)
