Applies to: Exchange Server 2013
Topic Last Modified: 2012-09-17
Use the Get-OnPremisesOrganization cmdlet to retrieve settings for the OnPremisesOrganization object that has been created for a hybrid deployment.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-OnPremisesOrganization [-Identity
<OnPremisesOrganizationIdParameter>] [-DomainController
<Fqdn>] [-Organization
<OrganizationIdParameter>]
|
Examples
EXAMPLE 1
This example retrieves the on-premises organization settings for ExchangeMail using the Identity parameter.
Copy Code | |
---|---|
Get-OnPremisesOrganization -Identity ExchangeMail | Format-List |
EXAMPLE 2
This example retrieves the on-premises organization settings by using the FQDN of the domain controller.
Copy Code | |
---|---|
Get-OnPremisesOrganization -DomainController 'mail.contoso.com' | Format-List |
Detailed Description
The OnPremisesOrganization object represents an on-premises Exchange organization configured for hybrid deployment with a Microsoft Office 365 tenant organization. It's used with the Hybrid Configuration wizard and is typically created automatically when the hybrid deployment is initially configured by the wizard. You can use the Get-OnPremisesOrganization cmdlet to view the properties of the OnPremisesOrganization object in the Office 365 tenant.
Warning: |
---|
Manual modification of this object may result in hybrid deployment misconfiguration. We strongly recommend that you use the Hybrid Configuration wizard to modify this object in the Office 365 tenant. |
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 "Hybrid deployment configuration" entry in the Exchange and Shell Infrastructure 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.OnPremisesOrganizationIdParameter |
The Identity parameter specifies the identity of the on-premises organization object. You can use the following values:
|
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.