Comments on: New Policy to Disable Some In-Product Messages in Teams https://office365itpros.com/2024/07/05/in-product-messages/?utm_source=rss&utm_medium=rss&utm_campaign=in-product-messages Mastering Office 365 and Microsoft 365 Thu, 15 Aug 2024 22:20:15 +0000 hourly 1 By: Jay https://office365itpros.com/2024/07/05/in-product-messages/#comment-12695 Thu, 15 Aug 2024 22:20:15 +0000 https://office365itpros.com/?p=65544#comment-12695 Great. Thank you

]]>
By: Tony Redmond https://office365itpros.com/2024/07/05/in-product-messages/#comment-12694 Thu, 15 Aug 2024 21:45:33 +0000 https://office365itpros.com/?p=65544#comment-12694 In reply to Jay.

Looks like the cmdlet wants a GUID. It doesn’t care what kind of GUID it is… so I did:

$Guid = New-Guid
Set-CsTeamsUpdateManagementPolicy -Identity Global -DisabledInProductMessages $Guid.toString()

Teams accepted the value. It has no relevance to the two defined to control messages, so I guess this will stop the messages being suppressed. I will bug the issue for the developers.

]]>
By: Jay https://office365itpros.com/2024/07/05/in-product-messages/#comment-12693 Thu, 15 Aug 2024 21:28:49 +0000 https://office365itpros.com/?p=65544#comment-12693 In reply to Tony Redmond.

Yes, it failed with ‘Object reference not set to an instance of an object’.

]]>
By: Tony Redmond https://office365itpros.com/2024/07/05/in-product-messages/#comment-12692 Thu, 15 Aug 2024 20:28:52 +0000 https://office365itpros.com/?p=65544#comment-12692 In reply to Jay.

Did you try using $Null as a value for $disabledMessages?

]]>
By: Jay https://office365itpros.com/2024/07/05/in-product-messages/#comment-12691 Thu, 15 Aug 2024 20:22:25 +0000 https://office365itpros.com/?p=65544#comment-12691 Once a value has been set for DisabledInProductMessages with this command is it possible to remove it? I have tried unsuccessfully

]]>
By: Tony Redmond https://office365itpros.com/2024/07/05/in-product-messages/#comment-12639 Wed, 31 Jul 2024 13:27:14 +0000 https://office365itpros.com/?p=65544#comment-12639 In reply to Dave.

Write a different array or $null into the property that disables in-product messages.

]]>
By: Dave https://office365itpros.com/2024/07/05/in-product-messages/#comment-12638 Wed, 31 Jul 2024 13:18:06 +0000 https://office365itpros.com/?p=65544#comment-12638 How would you roll back the change to remove the GUIDs if needed?

]]>
By: Tony Redmond https://office365itpros.com/2024/07/05/in-product-messages/#comment-12540 Mon, 08 Jul 2024 14:27:56 +0000 https://office365itpros.com/?p=65544#comment-12540 In reply to Markus Hanisch.

Fixed. Thanks. Always depend on what’s in the PowerShell because that’s the code that I ran.

]]>
By: Markus Hanisch https://office365itpros.com/2024/07/05/in-product-messages/#comment-12538 Mon, 08 Jul 2024 09:47:13 +0000 https://office365itpros.com/?p=65544#comment-12538 @Tony Redmond:
The GUID of Conferences in the plain text paragraph is incorrect (missing “c” at the end).
Refer to the official Microsoft documentation:
Set-CsTeamsUpdateManagementPolicy > Parameters > DisabledInProductMessages
https://learn.microsoft.com/en-us/powershell/module/teams/set-csteamsupdatemanagementpolicy?view=teams-ps#-disabledinproductmessages

As always, thank you for your contribution. 🙂
best regards,

Markus

]]>
By: New Policy to Disable Some In-Product Messages in Teams – JC's Blog-O-Gibberish https://office365itpros.com/2024/07/05/in-product-messages/#comment-12533 Fri, 05 Jul 2024 12:12:56 +0000 https://office365itpros.com/?p=65544#comment-12533 […] In a welcome update, the Teams development group have provided a new policy setting to control the display of some in-product messages in Teams clients. — Read on office365itpros.com/2024/07/05/in-product-messages/ […]

]]>