New-RASAVDHost
NAME
New-RASAVDHost
SYNOPSIS
The cmdlet creates an object of type Azure Virtual Desktop Host.
SYNTAX
New-RASAVDHost [[-SiteId] <uint>] -AzureId <string> -HostPoolId <uint> [<CommonParameters>] New-RASAVDHost [[-SiteId] <uint>] -HostPoolId <uint> -NumberOfHosts <uint> [<CommonParameters>]
DESCRIPTION
The cmdlet creates an object of type Azure Virtual Desktop Host. This is an Experimental feature which is subject to slight changes.
PARAMETERS
-HostPoolId <uint> Host Pool Id.
-NumberOfHosts <uint> Number of Hosts to create from template.
-AzureId <string> The Azure Host ID. Found as Resource ID in Azure.
-SiteId <uint> Site ID. If the parameter is omitted, the Licensing Server site ID will be used.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- 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 Azure Virtual Desktop Host from a Standalone Azure Virtual Desktop Host Pool. ---------- EXAMPLE 2 ---------- New-RASAVDHost -HostPoolID 1 -NumberOfHosts 2 -SiteID 1 Creates Azure Virtual Desktop Hosts from a Templated Azure Virtual Desktop Host Pool.
Last updated