Forum Discussion

StefanKi's avatar
StefanKi
Iron Contributor
Dec 06, 2020
Solved

Problems editing meeting policy with PowerShell

I am trying to edit a meeting policy with PowerShell. But I keep getting an error.   get-CsTeamsMeetingPolicy - identity "Tag:Stefan" Identity : Tag:Stefan ...   Set-CsTeamsMeetingPolicy - I...
  • ChristianBergstrom's avatar
    Dec 06, 2020
    Hi, remove the ” from identity, see xxxx below.

    Set-CsTeamsMeetingPolicy -Identity xxxx -RecordingStorageMode "OneDriveForBusiness"