Get-ResourceConfig (RTM)
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007
Use the Get-ResourceConfig cmdlet to get resource property schema from Active Directory.
Syntax
Get-ResourceConfig [-DomainController <Fqdn>]
Detailed Description
This cmdlet gets resource property schema data from Active Directory, both predefined and customer-defined properties and the list of all internally defined resource locations.
To run the Get-ResourceConfig cmdlet, the account you use must be delegated the following:
- Exchange View-Only Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
To specify the fully qualified domain name of the domain controller that retrieves data from Active Directory, include the DomainController parameter in the command. |
Input Types
Return Types
Errors
Error | Description |
---|---|
Exceptions
Exceptions | Description |
---|---|
Example
This example gets the resource property schema data from Active Directory, where "Contoso.test.com" is the domain controller for that site.
Get-ResourceConfig -DomainController Contoso.test.com