Skip to content

Commit 494d882

Browse files
authored
Merge pull request #11989 from ritwikraj16/patch-1
Update Set-OrganizationConfig.md
2 parents 01898be + 1787a62 commit 494d882

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,16 +3109,18 @@ Accept wildcard characters: False
31093109
### -PostponeRoamingSignaturesUntilLater
31103110
This parameter is available only in the cloud-based service.
31113111

3112-
**Note**: This parameter is in the process of being rolled out. The rollout is expected to be completed by mid-November 2023.
3113-
31143112
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:
31153113

3116-
- $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.
3117-
- $false: This is the default value.
3114+
- $true: Roaming signatures are disabled for Outlook on the web and the new Outlook for Windows. For Windows clients, 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.
3115+
3116+
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 and value, admins can disable roaming signatures themselves.
3117+
3118+
- $false: Roaming signatures are enabled for Outlook on the web and the new Outlook for Windows. This is the default value.
31183119

3119-
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.
3120+
We recommend that independent software vendors (ISVs) onboard to the [signature API](https:///javascript/api/outlook/office.body?view=outlook-js-preview#outlook-office-body-setsignatureasync-member(1) based on [event-based hooks
3121+
](/office/dev/add-ins/outlook/autolaunch).
31203122

3121-
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.
3123+
We have no plans to support roaming signature management in the Microsoft Graph API.
31223124

31233125
```yaml
31243126
Type: Boolean

0 commit comments

Comments
 (0)