Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-05
Use the Get-ResourceConfig cmdlet to get resource property schema from Active Directory.
Syntax
Get-ResourceConfig [-DomainController
<Fqdn>]
|
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. |
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.
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.
Copy Code | |
---|---|
Get-ResourceConfig -DomainController Contoso.test.com |