New-RASAVDWorkspace
Last updated
Last updated
New-RASAVDWorkspace
Creates an Azure Virtual Desktop Workspace.
New-RASAVDWorkspace []** (string) [[-] (uint)] - (string) - (uint) - (string) [ (string)] [ (string)] [()]
New-RASAVDWorkspace [[-]** (uint)] - (string) - (uint) [()]
Creates a new Azure Virtual Desktop Workspace or imports an existing Azure Virtual Desktop Workspace.
The name of the Azure Virtual Desktop Workspace.
Site ID in which to create the specified Azure Virtual Desktop Workspace.
If the parameter is omitted, the Licensing Server site ID will be used.
The Provider ID of the Azure Virtual Desktop Provider.
Description of the Azure Virtual Desktop Workspace.
Friendly name of Azure Virtual Desktop Workspace.
Resource Group of the Azure Virtual Desktop Workspace.
Location Name of the Azure Virtual Desktop Workspace.
Azure ID of existing Workspace.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
New-RASAVDWorkspace -Name "My AVDWorkspace" -ProviderId 1 -ResourceGroup "My Resource Group" -Location "My Location"
Creates a new AVD Workspace within the Licensing Server site.
To create the AVD Workspace within a specific site, specify the -SiteId parameter. **---------- EXAMPLE 2 ----------
New-RASAVDWorkspace -ProviderId 1 -AzureId "subscriptions/b0375739-05f3-859f-ac89-20ef4dcd92cb/resourceGroups/My_Resource_Group/providers/Microsoft.DesktopVirtualization/workspaces/My-Workspace"
Creates an AVD Workspace, from an existing Workspace specified by the AzureId, within the Licensing Server site.