< Back

New-RdsHostPool

Sat Jan 18, 2020 3:54 pm

NAME New-RdsHostPool



SYNTAX

New-RdsHostPool [-TenantName] <string> [-Name] <string> [-ValidationEnv <bool>] [-Ring <int>] [-AssignmentType

{Automatic | Direct}] [-Description <string>] [-FriendlyName <string>] [-Persistent] [<CommonParameters>]





PARAMETERS

-AssignmentType <PersonalDesktopAssignmentType>

AssignmentType to set.



Required? false

Position? Named

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Description <string>

Description of HostPool.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-FriendlyName <string>

FriendlyName of HostPool.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

Name of HostPool.



Required? true

Position? 1

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases HostPoolName

Dynamic? false



-Persistent

Is the HostPool persistent?



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Ring <int>

Ring for HostPool.



Required? false

Position? Named

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-TenantName <string>

Name of Tenant.



Required? true

Position? 0

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-ValidationEnv <bool>

Is this a ValidationEnv for HostPool.



Required? false

Position? Named

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[Microsoft.RDInfra.Shared.Common.Enums.PersonalDesktopAssignmentType,

Microsoft.RDInfra.Shared.Common.Enums, Version=1.0.1535.0, Culture=neutral, PublicKeyToken=99498ce06f56ba9d]]





OUTPUTS

Microsoft.RDInfra.RDManagementData.RdMgmtHostPool





ALIASES

None





REMARKS

None