Set-OrganizationConfig
Applies to: Exchange Server 2010
Topic Last Modified: 2011-03-19
Use the Set-OrganizationConfig cmdlet to configure various settings of an Exchange organization.
Set-OrganizationConfig [-Identity <OrganizationIdParameter>] [-Confirm [<SwitchParameter>]] [-CustomerFeedbackEnabled <Nullable>] [-DomainController <Fqdn>] [-Industry <NotSpecified | Agriculture | Finance | BusinessServicesConsulting | Communications | ComputerRelatedProductsServices | Construction | Education | EngineeringArchitecture | Government | Healthcare | Hospitality | Legal | Manufacturing | MediaMarketingAdvertising | Mining | NonProfit | PersonalServices | PrintingPublishing | RealEstate | Retail | Transportation | Utilities | Wholesale | Other>] [-MailTipsAllTipsEnabled <$true | $false>] [-MailTipsExternalRecipientsTipsEnabled <$true | $false>] [-MailTipsGroupMetricsEnabled <$true | $false>] [-MailTipsLargeAudienceThreshold <UInt32>] [-MailTipsMailboxSourcedTipsEnabled <$true | $false>] [-ManagedFolderHomepage <String>] [-MicrosoftExchangeRecipientEmailAddresses <ProxyAddressCollection>] [-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <$true | $false>] [-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>] [-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>] [-OrganizationSummary <MultiValuedProperty>] [-ReadTrackingEnabled <$true | $false>] [-SCLJunkThreshold <Int32>] [-SelfSignupEnabled <$true | $false>] [-SelfSignupRequiresInvitation <$true | $false>] [-WhatIf [<SwitchParameter>]]
| Parameter | Required | Type | Description |
|---|---|---|---|
|
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch. |
|
CustomerFeedbackEnabled |
Optional |
System.Nullable |
The CustomerFeedbackEnabled parameter specifies whether the server running Microsoft Exchange is enrolled in the Microsoft Customer Experience Improvement Program. For more information, see Opt-in or Opt-out of the Customer Experience Improvement Program. |
|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory. |
|
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
The Identity parameter specifies the GUID, distinguished name (DN), or name of the server. |
|
Industry |
Optional |
Microsoft.Exchange.Data.Directory.IndustryType |
The Industry parameter specifies the industry that best represents your organization. |
|
MailTipsAllTipsEnabled |
Optional |
System.Boolean |
The MailTipsAllTipsEnabled parameter specifies whether MailTips are enabled. The default value is |
|
MailTipsExternalRecipientsTipsEnabled |
Optional |
System.Boolean |
The MailTipsExternalRecipientsTipsEnabled parameter specifies whether MailTips for external recipients are enabled. The default value is |
|
MailTipsGroupMetricsEnabled |
Optional |
System.Boolean |
The MailTipsGroupMetricsEnabled parameter specifies whether MailTips that rely on group metrics data are enabled. The default value is |
|
MailTipsLargeAudienceThreshold |
Optional |
System.UInt32 |
The MailTipsLargeAudienceThreshold parameter specifies what a large audience is. The default value is 25. |
|
MailTipsMailboxSourcedTipsEnabled |
Optional |
System.Boolean |
The MailTipsMailboxSourcedTipsEnabled parameter specifies whether MailTips that rely on mailbox data (out-of-office or full mailbox) are enabled. |
|
ManagedFolderHomepage |
Optional |
System.String |
The ManagedFolderHomepage parameter specifies the URL of the Web page that's displayed when users click the Managed Folders folder in Microsoft Outlook. If a URL isn't specified, Outlook doesn't display a managed folders home page. |
|
MicrosoftExchangeRecipientEmailAddresses |
Optional |
Microsoft.Exchange.Data.ProxyAddressCollection |
The MicrosoftExchangeRecipientEmailAddresses parameter specifies one or more e-mail addresses for the recipient. All valid Microsoft Exchange e-mail address types may be used. You can specify multiple values for this parameter as a comma-delimited list. If the MicrosoftExchangeRecipientEmailAddressPolicyEnabled parameter is set to E-mail addresses that you specify by using the MicrosoftExchangeRecipientEmailAddresses parameter replace any existing e-mail addresses already configured. |
|
MicrosoftExchangeRecipientEmailAddressPolicyEnabled |
Optional |
System.Boolean |
The MicrosoftExchangeRecipientEmailAddressPolicyEnabled parameter specifies whether the default e-mail address policy is automatically applied to the Exchange recipient. The default value is If you change the value of the MicrosoftExchangeRecipientEmailAddressPolicyEnabled parameter from |
|
MicrosoftExchangeRecipientPrimarySmtpAddress |
Optional |
Microsoft.Exchange.Data.SmtpAddress |
The MicrosoftExchangeRecipientPrimarySmtpAddress parameter specifies the primary return SMTP e-mail address for the Exchange recipient. If the MicrosoftExchangeRecipientEmailAddressPolicyEnabled parameter is set to If you modify the value of the MicrosoftExchangeRecipientPrimarySmtpAddress parameter, the value is automatically added to the list of e-mail addresses defined in the MicrosoftExchangeRecipientEmailAddresses parameter. The MicrosoftExchangeRecipientPrimarySmtpAddress parameter is meaningful only if the Exchange recipient has more than one defined SMTP e-mail addresses. If the MicrosoftExchangeRecipientEmailAddresses parameter has only one defined SMTP e-mail address, the value of the MicrosoftExchangeRecipientPrimarySmtpAddress parameter and the MicrosoftExchangeRecipientEmailAddresses parameter are the same. |
|
MicrosoftExchangeRecipientReplyRecipient |
Optional |
Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter |
The MicrosoftExchangeRecipientReplyRecipient parameter specifies the recipient that should receive messages sent to the Exchange recipient. Typically, you would configure a mailbox to receive the messages sent to the Exchange recipient. You can use any of the following values for the specified recipient:
If you don't configure a recipient for the Exchange recipient, messages sent to the Exchange recipient are discarded. |
|
OrganizationSummary |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The OrganizationSummary parameter specifies a summarized description that best represents your organization. |
|
ReadTrackingEnabled |
Optional |
System.Boolean |
The ReadTrackingEnabled parameter specifies whether the tracking for read status for messages in an organization is enabled. The default value is |
|
SCLJunkThreshold |
Optional |
System.Int32 |
The SCLJunkThreshold parameter specifies the spam confidence level (SCL) threshold. Messages with an SCL greater than the value that you specify for the SCLJunkThreshold parameter are moved to the Junk E-mail folder. Valid values are integers from 0 through 9, inclusive. |
|
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch. |
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 "Exchange server configuration settings" entry in the Exchange and Shell Infrastructure Permissions topic.
| Error | Description |
|---|---|
|
|
|
This example specifies the URL of the organization's managed folders home page. The managed folders home page is displayed when users click the Managed Folders folder in Outlook. It enables users to view the managed folders in their mailbox and to add or delete managed folders.
Set-OrganizationConfig -ManagedFolderHomepage "http://contoso/managedfolderhomepage.htm"

