Get-RdsContext
Windows Virtual Desktop 요청을 인증하는 데 사용되는 메타데이터를 가져옵니다.
구문
Default (기본값)
Get-RdsContext
[-DeploymentUrl <String>]
[<CommonParameters>]
Description
Get-RdsContext cmdlet은 Windows Virtual Desktop 요청을 인증하는 데 사용되는 현재 메타데이터를 가져옵니다. 이 cmdlet은 배포 URL, 테넌트 그룹 및 사용자 이름을 가져옵니다.
예제
예제 1: 현재 컨텍스트 가져오기
PS C:\> Get-RdsContext
DeploymentUrl TenantGroupName UserName
------------- --------------- --------
https://rdbroker.wvd.microsoft.com Default Tenant Group admin@contoso.com
매개 변수
-DeploymentUrl
Windows Virtual Dekstop 관리 사이트를 가리키는 URL(Universal Resource Locator) 문자열입니다.
매개 변수 속성
| 형식: | String |
| Default value: | None |
| 와일드카드 지원: | False |
| DontShow: | False |
매개 변수 집합
(All)
| Position: | Named |
| 필수: | False |
| 파이프라인의 값: | False |
| 속성 이름별 파이프라인의 값: | False |
| 나머지 인수의 값: | False |
CommonParameters
이 cmdlet은 일반적인 매개 변수인 -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction 및 -WarningVariable 매개 변수를 지원합니다. 자세한 내용은 about_CommonParameters를 참조하세요.