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

Exporting & delta reporting EXOPlace, TeamsEmergencyCallRoutingPolicy throws parsing error #5498

Open
msekkappan opened this issue Dec 3, 2024 · 2 comments

Comments

@msekkappan
Copy link

Description of the issue

Export-M365DSCConfiguration -Components @("EXOPlace", "TeamsEmergencyCallRoutingPolicy") -ApplicationId $AppId -TenantId $Tenant -CertificateThumbprint $thumbprint -Path $localPath *>$1 | out-null

New-M365DSCDeltaReport -Source "$localPath\GoldM365TenantConfig.ps1" -Destination "$localPath\M365TenantConfig.ps1" -OutputPath $driftFileName

Image

Image

Microsoft 365 DSC Version

V1.24.626.1

Which workloads are affected

Teams, Exchange Online

The DSC configuration

The parsing happens both onPrem and Azure Runbook

Verbose logs showing the problem

See screenshot

Environment Information + PowerShell Version

see screenshot
@ricmestre
Copy link
Contributor

Run the below in a prompt as admin

winrm quickconfig -force

@msekkappan
Copy link
Author

@ricmestre would it work in Azure Automation runbook?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants