Set-RdsContext
设置后续 Windows 虚拟桌面 cmdlet 的租户组上下文。
语法
Set-RdsContext
[-TenantGroupName] <String>
[<CommonParameters>]
说明
Set-RdsContext cmdlet 为后续 RDS PowerShell cmdlet 设置租户组上下文。 此上下文仅在 PowerShell 会话期间或运行其他Set-RdsContext之前有效。 如果在运行 Add-RdsAccount 后未指定,将使用“默认租户组”。
示例
示例 1:设置 Windows 虚拟桌面上下文
PS C:\> Set-RdsContext -TenantGroupName "contosoTenantGroup"
此命令将上下文设置为使用指定的租户组。
参数
-TenantGroupName
租户组的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
System.String
输出
Microsoft.RDInfra.RDManagementData.RdMgmtContext