다음을 통해 공유


Get-UMAutoAttendant

이 cmdlet은 온-프레미스 Exchange에서만 제공됩니다.

Get-UMAutoAttendant cmdlet을 사용하면 UM(통합 메시징) 자동 전화 교환의 속성과 값을 검색할 수 있습니다.

아래 구문 섹션에 있는 매개 변수 집합에 대한 자세한 내용은 Exchange cmdlet 구문을 참조하십시오.

Syntax

Get-UMAutoAttendant
   [[-Identity] <UMAutoAttendantIdParameter>]
   [-DomainController <Fqdn>]
   [-UMDialPlan <UMDialPlanIdParameter>]
   [<CommonParameters>]

Description

Get-UMAutoAttendant cmdlet은 단일 UM 자동 전화 교환 또는 UM 자동 전화 교환 목록의 속성을 검색합니다.

이 작업이 완료되면 cmdlet과 함께 매개 변수가 제공되지 않으면 cmdlet은 Active Directory 포리스트의 모든 UM 자동 전화 교환을 반환합니다. 또는 UM 다이얼 플랜 ID만 제공하고 이름을 제공하지 않으면 cmdlet은 UM 다이얼 플랜에 연결된 모든 UM 자동 전화 교환을 반환합니다.

이 cmdlet을 실행하려면 먼저 사용 권한을 할당받아야 합니다. 이 항목에는 해당 cmdlet의 모든 매개 변수가 나열되지만 사용자에게 할당된 사용 권한에 포함되지 않은 일부 매개 변수에는 액세스할 수 없습니다. 조직에서 cmdlet 또는 매개 변수를 실행하는 데 필요한 사용 권한을 확인하려면 Find the permissions required to run any Exchange cmdlet를 참조하세요.

예제

예 1

Get-UMAutoAttendant | Format-List

다음은 Active Directory 포리스트에 있는 모든 UM 자동 전화 교환의 서식이 지정된 목록을 반환하는 예제입니다.

예 2

Get-UMAutoAttendant -Identity MyUMAutoAttendant

이 예에서는 UM 자동 전화 교환 MyUMAutoAttendant의 속성을 표시합니다.

예 3

Get-UMAutoAttendant -UMDialPlan MyUMDialPlan

이 예에서는 UM 다이얼 플랜 MyUMDialPlan과 연결된 모든 UM 자동 전화 교환을 표시합니다.

매개 변수

-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

-Identity

Identity 매개 변수는 표시되는 UM 자동 전화 교환의 식별자를 지정합니다. 이 매개 변수는 UM 자동 전화 교환에 대한 디렉터리 개체 ID입니다.

Type:UMAutoAttendantIdParameter
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

-UMDialPlan

UMDialPlan 매개 변수는 지정된 UM 다이얼 플랜과 연결된 모든 UM 자동 전화 교환을 표시할지 여부를 지정합니다.

Type:UMDialPlanIdParameter
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

입력

Input types

이 cmdlet이 수락하는 입력 형식을 보려면 Cmdlet 입출력 형식을 참조하세요. cmdlet의 입력 형식 필드가 비어 있을 경우 cmdlet은 입력 데이터를 수락하지 않습니다.

출력

Output types

이 cmdlet이 수락하는 반환 형식(출력 형식이라고도 함)을 보려면 Cmdlet 입출력 형식을 참조하세요. 출력 형식 필드가 비어 있는 경우 cmdlet은 데이터를 반환하지 않습니다.