< Back

Set-RdsSessionHost

Sat Jan 18, 2020 3:56 pm

NAME Set-RdsSessionHost



SYNTAX

Set-RdsSessionHost [-TenantName] <string> [-HostPoolName] <string> [-Name] <string> [-AllowNewSession <switch>]

[-AssignedUser <string>] [<CommonParameters>]





PARAMETERS

-AllowNewSession <switch>

Whether to allow new session?



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-AssignedUser <string>

User to be assigned to the SessionHost.



Required? false

Position? Named

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-HostPoolName <string>

Name of HostPool.



Required? true

Position? 1

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

Name of SessionHost.



Required? true

Position? 2

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases SessionHostName

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



<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





OUTPUTS

Microsoft.RDInfra.RDManagementData.RdMgmtSessionHost





ALIASES

None





REMARKS

None