Is it allowed to update any parameter of Teams Default policies ?

Roncy Eappen Panicker 16 Reputation points
2021-09-13T14:00:26.467+00:00

Is it allowed to update any parameter of Teams Default policies? Like below Teams default meeting policy I am trying to enable NDI streaming but gives the below error.

Set-CsTeamsMeetingPolicy -Identity Default -AllowNDIStreaming $true

Set or Remove host tag instance is not allowed

  • CategoryInfo : InvalidArgument: (Tag:Default:String) [Set-CsTeamsMeetingPolicy], ArgumentException
  • FullyQualifiedErrorId : InvalidUpdate,Microsoft.Rtc.Management.Internal.SetTeamsMeetingPolicyCmdlet
  • PSComputerName : api.interfaces.records.teams.microsoft.com
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,074 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,364 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,356 Reputation points
    2021-09-14T09:33:20.357+00:00

    Hello REP,

    This is a known limitation of Teams cmdlet which doesn't allow to change Tagged policies.

    Hope this helps resolve your query,
    Best regards

    1 person found this answer helpful.

  2. Vasil Michev 95,341 Reputation points MVP
    2021-09-13T15:57:38.403+00:00

    No, definitely not all parameters can be updated on a default policy, this is one of the reasons we have custom policies after all. In your case, create a new meeting policy, change the settings as needed, then assign to users as needed.