다음을 통해 공유


Get-SCSMEmailTemplate

Service Manager에 정의된 전자 메일 템플릿을 검색합니다.

구문

Get-SCSMEmailTemplate
   [-Description <String>]
   [[-DisplayName] <String>]
   [-ManagementPack <ManagementPack>]
   [-SCSession <Connection[]>]
   [-ComputerName <String[]>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

Get-SCSMEmailTemplate cmdlet은 Service Manager에 정의된 이메일 템플릿을 검색합니다. 반환된 개체의 형식은 ManagementPackObjectTemplate. 이 cmdlet은 SMTP클래스의 개체만 반환합니다.

예제

예제 1: 모든 템플릿 가져오기

C:\PS>Get-SCSMEmailTemplate
DisplayName          Description          ManagementPack       TimeAdded            LastModified
-----------          -----------          --------------       ---------            ------------
Assigned To User Not Use for notification Service Manager Inci 12/2/2010 12:22:15 A 12/3/2010 12:56:15 A
ification Template   s sent to the user w dent Management Conf M                    M

                     ho is assigned the i iguration Library
                     ncident
End User Notificatio Use for notification Service Manager Inci 12/2/2010 12:22:15 A 12/3/2010 12:01:50 A
n Template           s sent to end users  dent Management Conf M                    M
                                          iguration Library
Assigned To User Not Use for notification Service Manager Chan 12/2/2010 12:21:55 A 12/2/2010 12:21:55 A
ification Template   s sent to the user w ge Management Config M                    M
                     ho is assigned the c uration Library
                     hange request
Escalation Notificat Use for notification Service Manager Inci 12/2/2010 12:22:15 A 12/3/2010 12:01:50 A
ion Template         s sent when an incid dent Management Conf M                    M
                     ent is escalated     iguration Library

이 명령은 Service Manager에서 모든 전자 메일 템플릿을 검색합니다.

예제 2: 이름 및 대상 클래스 표시

C:\PS>Get-SCSMEmailTemplate|format-table DisplayName,Description -au
DisplayName                            Description
-----------                            -----------
Assigned To User Notification Template Use for notifications sent to the user who is assigned the incident
End User Notification Template         Use for notifications sent to end users
Assigned To User Notification Template Use for notifications sent to the user who is assigned the change request
Escalation Notification Template       Use for notifications sent when an incident is escalated

이 명령은 Service Manager에서 전자 메일 템플릿의 DisplayName 및 Description 속성을 검색한 다음 표시합니다.

매개 변수

-ComputerName

System Center Data Access 서비스가 실행되는 컴퓨터의 이름을 지정합니다. 자격 증명 매개 변수에 지정된 사용자 계정에는 지정된 컴퓨터에 대한 액세스 권한이 있어야 합니다.

형식:System.String[]
Position:Named
Default value:Localhost
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Credential

이 cmdlet이 System Center Data Access 서비스가 실행되는 서버에 연결하는 데 사용하는 자격 증명을 지정합니다. 지정된 사용자 계정에는 해당 서버에 대한 액세스 권한이 있어야 합니다.

형식:System.Management.Automation.PSCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Description

검색할 전자 메일 템플릿에 대한 설명을 지정합니다.

형식:System.String
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-DisplayName

검색할 전자 메일 템플릿의 표시 이름을 지정합니다.

형식:System.String
Position:0
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-ManagementPack

검색할 전자 메일 템플릿이 정의되는 관리 팩을 지정합니다.

형식:Microsoft.EnterpriseManagement.Configuration.ManagementPack
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-SCSession

Service Manager 관리 서버에 대한 세션을 나타내는 개체를 지정합니다.

형식:Microsoft.SystemCenter.Core.Connection.Connection[]
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

None.

이 cmdlet에 입력을 파이프할 수 없습니다.

출력

Microsoft.EnterpriseManagement.ServiceManager.Sdk.Notifications.EmailTemplate

이 cmdlet은 전자 메일 템플릿 개체를 반환합니다.