Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-11-19

Use the Set-ExchangeAssistanceConfig cmdlet to modify the Microsoft Exchange Help configurations for your organization.

Syntax

Set-ExchangeAssistanceConfig [-Identity <OrganizationIdParameter>] [-CommunityLinkDisplayEnabled <$true | $false>] [-CommunityURL <Uri>] [-Confirm [<SwitchParameter>]] [-ControlPanelFeedbackEnabled <$true | $false>] [-ControlPanelFeedbackURL <Uri>] [-ControlPanelHelpURL <Uri>] [-DomainController <Fqdn>] [-ExchangeHelpAppOnline <$true | $false>] [-ManagementConsoleFeedbackEnabled <$true | $false>] [-ManagementConsoleFeedbackURL <Uri>] [-ManagementConsoleHelpURL <Uri>] [-OWAFeedbackEnabled <$true | $false>] [-OWAFeedbackURL <Uri>] [-OWAHelpURL <Uri>] [-OWALightFeedbackEnabled <$true | $false>] [-OWALightFeedbackURL <Uri>] [-OWALightHelpURL <Uri>] [-PrivacyLinkDisplayEnabled <$true | $false>] [-PrivacyStatementURL <Uri>] [-WhatIf [<SwitchParameter>]] [-WindowsLiveAccountPageURL <Uri>] [-WindowsLiveAccountURLEnabled <$true | $false>]

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 "Exchange Help settings" entry in the Exchange and Shell Infrastructure Permissions topic.

Parameters

Parameter Required Type Description

CommunityLinkDisplayEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

CommunityURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

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.

ControlPanelFeedbackEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

ControlPanelFeedbackURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

ControlPanelHelpURL

Optional

System.Uri

The ControlPanelHelpURL parameter specifies the URL for where Help is being hosted for the Web management interface.

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.

ExchangeHelpAppOnline

Optional

System.Boolean

The ExchangeHelpAppOnline specifies whether to indicate that your organization is using the Exchange Help online that's hosted on Microsoft TechNet. The default value is $true. If set to $false, you need to change the following parameters' URLs to point to the location where your Help is hosted:

  • ControlPanelHelpURL

  • ManagementConsoleHelpURL

  • OWAHelpURL

  • OWALightHelpURL

Identity

Optional

Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter

This parameter is reserved for internal Microsoft use.

ManagementConsoleFeedbackEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

ManagementConsoleFeedbackURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

ManagementConsoleHelpURL

Optional

System.Uri

The ManagementConsoleHelpURL parameter specifies the URL for where Help is being hosted.

OWAFeedbackEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

OWAFeedbackURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

OWAHelpURL

Optional

System.Uri

The OWAHelpURL parameter specifies the URL for where Help is being hosted for the standard version of Microsoft Office Outlook Web App.

OWALightFeedbackEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

OWALightFeedbackURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

OWALightHelpURL

Optional

System.Uri

The OWALightHelpURL parameter specifies the URL for where Help is being hosted for the light version of Outlook Web App.

PrivacyLinkDisplayEnabled

Optional

System.Boolean

This parameter is reserved for internal Microsoft use.

PrivacyStatementURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

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.

WindowsLiveAccountPageURL

Optional

System.Uri

This parameter is reserved for internal Microsoft use.

WindowsLiveAccountURLEnabled

Optional

System.Boolean

This 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 changes the Help location for the Exchange Management Console.

Copy Code
Set-ExchangeAssistanceConfig -ExchangeHelpAppOnline $false -ManagementConsoleHelpURL 'http://exhelponline'