Exporting a Trusted Publishing Domain
Updated: October 22, 2009
Applies To: Windows Server 2008 R2, Windows Server 2008 R2 with SP1
Use the following procedure to export a trusted publishing domain (TPD) to a file.
Membership in the local AD RMS Enterprise Administrators, or equivalent, is the minimum required to complete this procedure.
To export a trusted publishing domain
To securely store the cluster key password in a variable, at the Windows PowerShell command prompt, type:
$password = Read-Host -AsSecureString -Prompt “Password:”
Type the cluster key password, and then press the ENTER key.
At the Windows PowerShell command prompt, type:
Export-RmsTPD -Path
<drive>:\TrustPolicy\TrustedPublishingDomain -SavedFile
<file_path>-Password $password
[-V1Compatible
]where <drive> is the name of the Windows PowerShell drive, and <file_name> is the path of the file to receive the TPD being exported. If this trusted publishing domain file will be imported into versions of Windows Rights Management Services (RMS) running on Windows Server 2003, specify
-V1Compatible
.
See Also
Concepts
Using Windows PowerShell to Administer AD RMS
Understanding the AD RMS Administration Provider Namespace
AD RMS Administration Cmdlets
Establishing Trust Policies
Adding a Trusted Publishing Domain