Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamsMeetingBroadcastPolicy: Resource cannot be deleted, no errors #4231

Closed
ricmestre opened this issue Jan 23, 2024 · 0 comments · Fixed by #4232 or #4252
Closed

TeamsMeetingBroadcastPolicy: Resource cannot be deleted, no errors #4231

ricmestre opened this issue Jan 23, 2024 · 0 comments · Fixed by #4232 or #4252

Comments

@ricmestre
Copy link
Contributor

Description of the issue

TeamsMeetingBroadcastPolicy can be created and updated but cannot be deleted (Ensure = Absent), the logs show that policy is deleted but actually isn't, Test-DSCConfiguration always returns that the resource is not in desired state.

Microsoft 365 DSC Version

1.23.117.1

Which workloads are affected

Teams

The DSC configuration

TeamsMeetingBroadcastPolicy "TeamsMeetingBroadcastPolicy-Tag:TeamsMeetingBroadcastPolicy_1"
        {
            AllowBroadcastScheduling        = $True;
            AllowBroadcastTranscription     = $False;
            BroadcastAttendeeVisibilityMode = "EveryoneInCompany";
            BroadcastRecordingMode          = "AlwaysEnabled";
            Credential                      = $Credscredential;
            Ensure                          = "Present";
            Identity                        = "Tag:TeamsMeetingBroadcastPolicy_1";
        }

Verbose logs showing the problem

N/A

Environment Information + PowerShell Version

OsName               : Microsoft Windows 11 Enterprise                                                                                                                                                             OsOperatingSystemSKU : EnterpriseEdition                                                                                                                                                                           OsArchitecture       : 64-bit                                                                                                                                                                                      WindowsVersion       : 2009                                                                                                                                                                                        WindowsBuildLabEx    : 22621.1.amd64fre.ni_release.220506-1250                                                                                                                                                     OsLanguage           : en-US                                                                                                                                                                                       OsMuiLanguages       : {en-US, en-GB}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                                       Name                           Value                                                                                                                                                                               ----                           -----                                                                                                                                                                               PSVersion                      5.1.22621.1778                                                                                                                                                                      PSEdition                      Desktop                                                                                                                                                                             PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                                                             BuildVersion                   10.0.22621.1778                                                                                                                                                                     CLRVersion                     4.0.30319.42000                                                                                                                                                                     WSManStackVersion              3.0                                                                                                                                                                                 PSRemotingProtocolVersion      2.3                                                                                                                                                                                 SerializationVersion           1.1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant