Get-ClientAccessServer
이 cmdlet은 온-프레미스 Exchange에서만 제공됩니다.
Get-ClientAccessServer cmdlet을 사용하여 클라이언트 액세스 서버 역할과 연결된 설정을 볼 수 있습니다.
참고: Exchange 2013 이상에서는 대신 Get-ClientAccessService cmdlet을 사용합니다. Get-ClientAccessServer를 사용하는 스크립트가 있는 경우 Get-ClientAccessService를 사용하도록 업데이트합니다.
아래 구문 섹션에 있는 매개 변수 집합에 대한 자세한 내용은 Exchange cmdlet 구문을 참조하십시오.
Syntax
Get-ClientAccessServer
[[-Identity] <ClientAccessServerIdParameter>]
[-DomainController <Fqdn>]
[-IncludeAlternateServiceAccountCredentialPassword]
[-IncludeAlternateServiceAccountCredentialStatus]
[<CommonParameters>]
Description
이 cmdlet을 실행하려면 먼저 사용 권한을 할당받아야 합니다. 이 항목에는 해당 cmdlet의 모든 매개 변수가 나열되지만 사용자에게 할당된 사용 권한에 포함되지 않은 일부 매개 변수에는 액세스할 수 없습니다. 조직에서 cmdlet 또는 매개 변수를 실행하는 데 필요한 사용 권한을 확인하려면 Find the permissions required to run any Exchange cmdlet를 참조하세요.
예제
예 1
Get-ClientAccessServer
이 예제에서는 클라이언트 액세스 서버 역할이 설치된 조직의 모든 Exchange 서버 요약 목록을 반환합니다.
예 2
Get-ClientAccessServer -Identity mail.contoso.com | Format-List
이 예에서는 mail.contoso.com 서버에 대한 세부 정보를 반환합니다.
매개 변수
-DomainController
DomainController 매개 변수는 Active Directory에서 데이터를 읽거나 쓰기 위해 이 cmdlet이 사용하는 도메인 컨트롤러를 지정합니다. FQDN(정규화된 도메인 이름)으로 도메인 컨트롤러를 식별합니다. 예: dc01.contoso.com
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-Identity
Identity 매개 변수는 클라이언트 액세스 서버 역할이 설치되어 있으며 사용자가 보려는 서버를 지정합니다.
서버를 고유하게 식별하는 모든 값을 사용할 수 있습니다. 예제:
- 서버를 고유하게 식별하는 모든 값을 사용할 수 있습니다. 예를 들면 다음과 같습니다.
- 이름(예: Exchange01)
- DN(고유 이름)(예: CN=Exchange01,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=contoso,DC=com)
- Exchange 레거시 DN(예: /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Exchange01)
Type: | ClientAccessServerIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialPassword
IncludeAlternateServiceAccountCredentialPassword 스위치는 결과에 대체 서비스 계정의 암호를 포함할지 여부를 지정합니다. 이 스위치를 사용하면 값을 지정할 필요가 없습니다.
암호는 AlternateServiceAccountConfiguration 속성에 표시됩니다. 이 속성을 보려면 Format-List cmdlet을 사용합니다. 예를 들면 Get-ClientAccessServer <ServerIdentity> | Format-List AlternateServiceAccountConfiguration
와 같습니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialStatus
IncludeAlternateServiceAccountCredentialStatus 매개 변수는 결과에 대체 서비스 계정의 상태를 포함할지 여부를 지정합니다. 이 스위치를 사용하면 값을 지정할 필요가 없습니다.
상태는 AlternateServiceAccountConfiguration 속성에 표시됩니다. 이 속성을 보려면 Format-List cmdlet을 사용합니다. 예를 들면 Get-ClientAccessServer <ServerIdentity> | Format-List AlternateServiceAccountConfiguration
와 같습니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
입력
Input types
이 cmdlet이 수락하는 입력 형식을 보려면 Cmdlet 입출력 형식을 참조하세요. cmdlet의 입력 형식 필드가 비어 있을 경우 cmdlet은 입력 데이터를 수락하지 않습니다.
출력
Output types
이 cmdlet이 수락하는 반환 형식(출력 형식이라고도 함)을 보려면 Cmdlet 입출력 형식을 참조하세요. 출력 형식 필드가 비어 있는 경우 cmdlet은 데이터를 반환하지 않습니다.