Skip to content

Commit 287d784

Browse files
authored
Update Set-OrganizationConfig.md
There are updated to how we will be supporting admins and ISV so have changed the content accordingly to reflect the accurate info
1 parent 01898be commit 287d784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,8 @@ The PostponeRoamingSignaturesUntilLater parameter controls whether roaming signa
31163116
- $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.
31173117
- $false: This is the default value.
31183118

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.
3119+
We're working on powershell cmdlet support for admins so that they can configure roaming signatures directly. When the new cmdlet 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. ISV would be recommended to onboard to [signature API](https://learn.microsoft.com/en-us/javascript/api/outlook/office.body?view=outlook-js-preview#outlook-office-body-setsignatureasync-member(1)https://learn.microsoft.com/en-us/javascript/api/outlook/office.body?view=outlook-js-preview) based on [event-based hooks
3120+
](https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/autolaunch?tabs=xmlmanifest) We are not planning to support Graph API.
31203121

31213122
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.
31223123

0 commit comments

Comments
 (0)