microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.64k stars 505 forks source link

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

Open msekkappan opened 19 hours ago

msekkappan commented 19 hours ago

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 commented 18 hours ago

Run the below in a prompt as admin

winrm quickconfig -force
msekkappan commented 7 hours ago

@ricmestre would it work in Azure Automation runbook?