Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2011-05-05
Use the Get-SharingPolicy cmdlet to view the settings of sharing policies.
Syntax
Get-SharingPolicy [-Identity
<SharingPolicyIdParameter>] [-DomainController <Fqdn>]
[-Organization <OrganizationIdParameter>]
|
Detailed Description
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Sharing policies" entry in the Mailbox Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.SharingPolicyIdParameter |
The Identity parameter specifies the identity of the sharing policy for which you want to view the settings. You can use one of the following values:
The Identity parameter can't be used with the Organization parameter. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
The Organization parameter is reserved for internal Microsoft use. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
Examples
EXAMPLE 1
This example retrieves the default information for the sharing policy FourthCoffee.
Copy Code | |
---|---|
Get-SharingPolicy -Identity FourthCoffee |
EXAMPLE 2
This example retrieves the full information for the sharing policy Fabrikam.
Copy Code | |
---|---|
Get-SharingPolicy Fabrikam | Format List |