Get-RMSTemplate

RMS 템플릿 목록을 가져옵니다.

Syntax

Get-RMSTemplate
   [-RmsServer <String>]
   [-Force]
   [-Culture <String>]
   [<CommonParameters>]

Description

Get-RMSTemplate cmdlet은 Rights Management 배포(AD RMS 또는 Azure RMS)에서 템플릿 목록을 가져오고 파일을 보호하는 데 사용할 수 있습니다. 이 cmdlet을 사용하여 사용하려는 템플릿의 템플릿 ID를 식별합니다.

예제

예제 1: 템플릿 목록 가져오기

PS C:\>Get-RMSTemplate
TemplateId        : {0e36001f-a341-49f2-aad5-be4937cd391d}

CultureInfo       : en-US
Description       : This content is proprietary information intended for internal users only. This content cannot be modified.

Name              : Contoso, Ltd - Confidential View Only

IssuerDisplayName : Contoso, Ltd

FromTemplate      : True



TemplateId        : {e6ee2481-26b9-45e5-b34a-f744eacd53b0}

CultureInfo       : en-US

Description       : This content is proprietary information intended for internal users only. This content can be modified but cannot be copied and printed.

Name              : Contoso, Ltd - Confidential

IssuerDisplayName : Contoso, Ltd

FromTemplate      : True

TemplateId        : {1e9f7d73-51f8-4e5b-93b5-696d252697c3}

CultureInfo       : en-US

Description       : This content is restricted to the Sales & Marketing department, read and print

Name              : Sales and Marketing - Read and Print Only

IssuerDisplayName : Contoso, Ltd

FromTemplate      : True

이 명령은 컴퓨터가 이전에 Azure RMS 또는 기본 AD RMS 배포에서 다운로드한 템플릿 목록을 가져옵니다. 출력에서 파일을 보호하는 데 사용할 템플릿의 TemplateId 값을 복사합니다.

예제 2: 특정 로캘에 대한 템플릿 목록 가져오기(프랑스어)

PS C:\>Get-RMSTemplate -Culture "fr-fr"
TemplateId        : {e6ee2481-26b9-45e5-b34a-f744eacd53b0}
CultureInfo       : fr-FR
Description       : Ce document contient des informations confidentielles destinees a un usage interne uniquement. Il
                    peut etre modifie, mais ne peut etre ni copie ni imprime.
Name              : Contoso, Ltd - Confidentiel
IssuerDisplayName : Contoso, Ltd
FromTemplate      : True

TemplateId        : {1e9f7d73-51f8-4e5b-93b5-696d252697c }
CultureInfo       : fr-FR
Description       : Ce document contient des informations confidentielles destinees a un usage interne uniquement. Il
                    ne peut pas etre modifie.
Name              : Contoso, Ltd - Affichage confidentiel uniquement
IssuerDisplayName : Contoso, Ltd
FromTemplate      : True

이 명령은 프랑스어 로캘에 대한 템플릿 목록을 가져옵니다.

매개 변수

-Culture

언어-지역 코드 쌍을 사용하여 로캘로 로드할 템플릿을 지정합니다. 여기서 언어는 ISO-639 언어 코드이고 지역은 ISO 3166-1 국가 또는 지역 식별자(예: en-us, fr-fr 또는 es-es)입니다. 이 매개 변수를 지정하지 않거나 값 없이 이 매개 변수를 지정하면 동일한 템플릿에 사용 가능한 모든 언어 버전이 반환됩니다.

다른 로캘에 대한 템플릿을 로드하려면 언어 지역 코드 쌍을 사용하여 이 매개 변수를 사용하여 값으로 지정합니다. 예를 들어 캐나다에 있고 현재 시스템 로캘이 영어로 설정되어 있지만 프랑스어로 서식 파일 이름과 설명을 보려면 지정 -Culture "fr-fr"합니다.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

이 cmdlet은 오래된 컴퓨터의 캐시된 템플릿을 사용하는 대신 Azure RMS 서비스 또는 AD RMS 서버에서 직접 템플릿을 다운로드한다는 것을 나타냅니다.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RmsServer

AD RMS를 실행하는 경우 템플릿을 가져올 RMS 서버 또는 클러스터의 이름을 지정합니다.

이 매개 변수는 Azure RMS에 적용되지 않습니다.

서버를 지정하지 않으면 cmdlet은 서비스 검색을 사용하여 컴퓨터의 기본 Rights Management 배포에서 템플릿 목록을 가져옵니다. 일반적으로 AD RMS 또는 서비스 검색을 여러 배포하여 AD RMS 서버를 찾을 수 없는 경우에만 이 매개 변수를 지정해야 합니다. 지정할 서버 이름을 잘 모르는 경우 Get-RMSServer cmdlet을 사용합니다.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False