Managing the Microsoft Federation Gateway Publishing Filter List
Applies To: Windows Server 2008 R2, Windows Server 2008 R2 with SP1
You can control the federated domains that the Active Directory Rights Management Services (AD RMS) cluster will provide licenses to for publishing protected content by specifying the domains that will be allowed to receive publishing licenses.
Membership in the local AD RMS Enterprise Administrators, or equivalent, is the minimum required to complete this procedure.
To allow domains for publishing
At the Windows PowerShell command prompt, type:
Set-ItemProperty -Path
<drive>:\TrustPolicy\MicrosoftFederationGateway -Name PublishingDomainFilterList -Value
<domain>[,<domain>]...where*<drive>* is the name of the Windows PowerShell drive and <domain> is the name of a domain whose users will be allowed to publish protected content. Separate list entries by using a comma (,). Use an asterisk (*) to specify all domains.
See Also
Concepts
Using Windows PowerShell to Administer AD RMS
Understanding the AD RMS Administration Provider Namespace
Configuring Microsoft Federation Gateway Support
Other Resources
Understanding AD RMS Trust Policies
Understanding the Microsoft Federation Gateway