Get-ResourceConfig
Applies to: Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3
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