New-RASVDIHostPool

NAME

New-RASVDIHostPool

SYNOPSIS

Creates a new VDI Host Pool.

SYNTAX

New-RASVDIHostPool [-Name] <string> [[-SiteId] <uint>] -ProvisioningType {Template | Standalone} [-DefaultPowerState {PoweredOn | PoweredOff | Suspended}] [-Description <string>] [-Duration <uint>] [-Enabled <bool>] [-HostName <string>] [-HostsToCreate <uint>] [-MaxHosts <uint>] [-PreCreatedHosts <uint>] [-TemplateId <uint>] [-TemplateVersionId <uint>] [<CommonParameters>]

DESCRIPTION

Creates a new VDI Host Pool. Individual members can be added to the VDI host pool using the Add-RASVDIHostPoolMember cmdlet.

PARAMETERS

-Name <string> The name of the target VDI Host Pool.

This must be the actual VDI Host Pool name used in the RAS farm.

        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false

-SiteId <uint> Site ID in which to modify the specified VDI Host Pool.

If the parameter is omitted, the site ID of the Licensing Server will be used.

-Description <string> A user-defined VDI Host Pool description.

-Enabled <bool> Enable or disable the VDI Host Pool upon creation.

If the parameter is omitted, the VDI Host Pool is initialised as Disabled.

-ProvisioningType <ProvisioningType> The Host Pool Provisioning type

Possible values: Template, Standalone

-TemplateId <uint> Template ID

-TemplateVersionId <uint> Template Version ID

-MaxHosts <uint> The maximum number of hosts that can be created from the template.

-PreCreatedHosts <uint> The maximum pre-created hosts.

-HostName <string> The VM name format. All VMs created from the template will have this name with %ID:N:S% replaced.

-DefaultPowerState <DefaultPowerState> The Default Power State

Possible values: PoweredOn, PoweredOff, Suspended

-Duration <uint> The Duration

-HostsToCreate <uint> The number of hosts that will be created after template creation process has finished. These desktops are created only once.

<CommonParameters>

INPUTS

-none-

OUTPUTS

VDIHostPool

EXAMPLES

---------- EXAMPLE 1 ----------

New-RASVDIHostPool "My VDI Host Pool"

Creates a new VDI Host Pool with the specified name.

Last updated