Skip to content

Commit f953a3f

Browse files
authored
Merge pull request MicrosoftDocs#11371 from RajRitwik16/patch-1
Update Set-OrganizationConfig.md
2 parents 02d413b + dd91b92 commit f953a3f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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-MailboxMessageConfigureation to configure email signatures.
3079+
3080+
Previously, the only way to disable roaming signatures in Outlook on the web was to open a support ticket.
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)