Andi Krüger

Results 275 comments of Andi Krüger

Can you please add a description of this change to the Changelog, under a Unreleased section at the top of the file?

I can preproduce this issue within my lab. This issue is not related to Microsoft365DSC though. If we do find a solutions to overcome this error message, we should have...

One solution could be to remove the last six lines of code. There is an error playback built into the script. This will throw an error, that causes to release...

you need to run the command `Export-M365DSCConfiguration -Components SCDLPCOmpliancePolicy` in a standard PowerShell 5 session. This would be the complete script to export the policies: ``` # Generated by Microsoft365DSC...

Did you have a chance to look at the getting started guide for Microsoft 365 DSC? Microsoft365DSC handles the connection for you and there is no need to run the...

No need to add set-content. Only the target path of the export is needed. Export-M365DSCConfiguration will handle the creation of the target folder and files

You need to define some credentials to compile the configuration. These should be of the target tenant.

No. They are used within the ps1 file and then compiled and therefor available within the mof file. If you need to secure the credentials in the mof file, there...

Could you share the verbose log? Start-dscconfiguration -usexisting -verbose -wait -force