New-RASAVDHost
Last updated
Last updated
New-RASAVDHost
The cmdlet creates an object of type Azure Virtual Desktop Host.
New-RASAVDHost [[-]** (uint)] - (string) - (uint) [()]
New-RASAVDHost [[-]** (uint)] - (uint) - (uint) [()]
The cmdlet creates an object of type Azure Virtual Desktop Host.
Host Pool Id of the AVD Host.
Number of Hosts to create from template.
The Azure Host ID of the AVD Host.
Found as Resource ID in Azure.
Site ID from which to retrieve the AVD Host information.
If the parameter is omitted, the Licensing Server site ID will be used.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
New-RASAVDHost -HostPoolID 1 -AzureID "/subscriptions/b64739563-74S9-849s-ks94-89sa5nbj83oe/resourceGroups/My-Resource-Group/providers/Microsoft.Compute/virtualMachines/My-Virtual-Machine"
Creates an AVD Host from a Standalone AVD Pool. **---------- EXAMPLE 2 ----------
New-RASAVDHost -HostPoolID 1 -NumberOfHosts 2 -SiteID 1
Creates AVD Hosts from a Templated AVD Host Pool.