Skip to content

Commit aef711e

Browse files
authored
Merge branch 'MicrosoftDocs:main' into JensUpdate21
2 parents 6049206 + 20d9e44 commit aef711e

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

exchange/exchange-ps/exchange/Set-MailboxMessageConfiguration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Accept wildcard characters: False
194194
```
195195
196196
### -AutoAddSignature
197+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your cloud-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
198+
197199
The AutoAddSignature parameter specifies whether to automatically add signatures to new email messages created in Outlook on the web. Valid values are:
198200
199201
- $true: Email signatures are automatically added to new messages.
@@ -215,6 +217,8 @@ Accept wildcard characters: False
215217
```
216218
217219
### -AutoAddSignatureOnMobile
220+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your cloud-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
221+
218222
The AutoAddSignatureOnMobile parameter automatically adds the signature specified by the SignatureTextOnMobile parameter to messages when the user creates messages in Outlook on the web for devices.
219223
220224
Valid input for this parameter is $true or $false. The default value is $false.
@@ -1120,7 +1124,7 @@ Accept wildcard characters: False
11201124
```
11211125

11221126
### -SignatureHtml
1123-
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your organization. Currently, the only way to make this parameter work again is to open a support ticket and ask to have Outlook roaming signatures disabled in your organization.
1127+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your cloud-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
11241128

11251129
The SignatureHtml parameter specifies the email signature that's available to the user in HTML-formatted messages in Outlook on the web. You can use plain text or text with HTML tags. However, any JavaScript code is removed.
11261130

@@ -1140,6 +1144,8 @@ Accept wildcard characters: False
11401144
```
11411145

11421146
### -SignatureText
1147+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your cloud-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
1148+
11431149
The SignatureText parameter specifies the email signature that's available to the user in plain text messages in Outlook on the web. This parameter supports all Unicode characters.
11441150

11451151
To automatically add the email signature to plain text messages created by the user in Outlook on the web, the AutoAddSignature parameter must be set to the value $true.
@@ -1158,6 +1164,8 @@ Accept wildcard characters: False
11581164
```
11591165

11601166
### -SignatureTextOnMobile
1167+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your cloud-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
1168+
11611169
The SignatureTextOnMobile parameter specifies the email signature that's available in messages created by the user in Outlook on the web for devices. This parameter supports all Unicode characters.
11621170

11631171
To automatically add the email signature to messages created by the user in Outlook on the web for devices, the AutoAddSignatureOnMobile parameter must be set to the value $true.

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
122122
[-OutlookPayEnabled <Boolean>]
123123
[-OutlookTextPredictionDisabled <Boolean>]
124124
[-PerTenantSwitchToESTSEnabled <Boolean>]
125+
[-PostponeRoamingSignaturesUntilLater <Boolean>]
125126
[-PreferredInternetCodePageForShiftJis <Int32>]
126127
[-PublicComputersDetectionEnabled <Boolean>]
127128
[-PublicFoldersEnabled <PublicFoldersDeployment>]
@@ -3064,6 +3065,33 @@ Accept pipeline input: False
30643065
Accept wildcard characters: False
30653066
```
30663067

3068+
### -PostponeRoamingSignaturesUntilLater
3069+
This parameter is available only in the cloud-based service.
3070+
3071+
**Note**: This parameter is in the process of being rolled out. The rollout is expected to be completed by mid-November 2023.
3072+
3073+
The PostponeRoamingSignaturesUntilLater parameter controls whether roaming signatures are enabled or disabled in Outlook on the web (formerly known as Outlook Web App or OWA) and the new Outlook for Windows. Valid values are:
3074+
3075+
- $true: Roaming signatures are temporarily disabled for Outlook on the web and the new Outlook for Windows. For Windows, the registry setting to disable roaming signatures still works. For more information, see [Outlook roaming signatures](https://support.microsoft.com/office/420c2995-1f57-4291-9004-8f6f97c54d15). When roaming signatures are disabled, admins can use the signature-related parameters on the Set-MailboxMessageConfiguration cmdlet (for example, AutoAddSignature, AutoAddSignatureOnReply, and SignatureHtml) to configure email signatures.
3076+
- $false: This is the default value.
3077+
3078+
We're working on API support so admins and ISVs can configure roaming signatures directly. When the new API is available (and after plenty of warning), this parameter will be deprecated. Admins will no longer need to disable roaming signatures or use the parameters on Set-MailboxMessageConfiguration to configure email signatures in Outlook on the web.
3079+
3080+
Previously, the only way to disable roaming signatures in Outlook on the web was to open a support ticket. With the introduction of this parameter, that process is discontinued as admins can now use this parameter to disable roaming signatures themselves.
3081+
3082+
```yaml
3083+
Type: Boolean
3084+
Parameter Sets: ShortenEventScopeParameter
3085+
Aliases:
3086+
Applicable: Exchange Online
3087+
3088+
Required: False
3089+
Position: Named
3090+
Default value: False
3091+
Accept pipeline input: False
3092+
Accept wildcard characters: False
3093+
```
3094+
30673095
### -PreferredInternetCodePageForShiftJis
30683096
This parameter is reserved for internal Microsoft use.
30693097

0 commit comments

Comments
 (0)