Aussupport
Aussupport
Error when check the discrepancy `New-M365DSCDeltaReport –Source C:\M365\M365TenantConfig1.ps1 -Destination C:\M365\M365TenantConfig2.ps1 -OutputPath C:\M365\Report\DiscrepancyReport.html Error parsing configuration: At line:84986 char:9 + AADServicePrincipal "AADServicePrincipal-2" + ~~~~~~~~~~~~~~~~~~~ Resource 'AADServicePrincipal' requires that a value of...
+ ~~~~~~~~~~~~~~~~~~~ Resource 'AADServicePrincipal' requires that a value of type 'String' be provided for property 'AppId'. At C:\M365\AAD\M365TenantConfig.ps1:20520 char:9 + AADServicePrincipal "AADServicePrincipal-12" + ~~~~~~~~~~~~~~~~~~~ Resource 'AADServicePrincipal' requires that a value...
AppId is missing AADServicePrincipal "AADServicePrincipal-139" { AccountEnabled = $True; AlternativeNames = @("/subscriptions/0d19e349-1add-43d9-a763-59f674505f38/resourcegroups/prg-aue-prpsi-security-01/providers/Microsoft.HybridCompute/machines/PER-DC-01","isExplicit=False"); ApplicationId = $ConfigurationData.NonNodeData.ApplicationId; AppRoleAssignedTo = @(); AppRoleAssignmentRequired = $False; CertificateThumbprint = $ConfigurationData.NonNodeData.CertificateThumbprint; CustomSecurityAttributes = @(); DelegatedPermissionClassifications = @();...
I just run the following to test but still got the error? PS C:\M365\AAD> Update-M365DSCModule Installing Microsoft.Graph.Identity.DirectoryManagement version {2.28.0} Installing Microsoft.Graph.Identity.SignIns version {2.28.0} Uninstalling Microsoft365DSC Version {1.25.528.1} Remove-Item : Cannot...
ContentContainsSensitiveInformation = MSFT_SCDLPContainsSensitiveInformation{ groups = MSFT_SCDLPContainsSensitiveInformationGroup{ operator = "Or" labels = MSFT_SCDLPLabel{ name = @( "Protected" "Protected-Private" "Protected-Commercial" "Protected-Legal" "Protected-Other" ) id = @( "c00a4903-f6b0-454a-8640-5a4dc7bd07ff" "10ac1077-cbd9-4e91-8ead-ddcbcaf43cb8" "c76c57e2-53c7-4f65-90c1-dbca2754a363" "00319cda-4cf0-44c1-ad04-a52bf8f128df" "0365abee-b922-4f3a-990d-0173ea38bb86" )...
After removing the duplicate, all sorted.
Any update with this issue?
When trying to run the following #Use Microsoft365DSC to Compare Microsoft 365 Settings Over Time New-M365DSCDeltaReport –Source C:\M365\M365TenantConfig1.ps1 -Destination C:\M365\M365TenantConfig2.ps1 -OutputPath C:\M365\Report\DiscrepancyReport.html Getting the below error: Resource 'AADServicePrincipal' requires that...