Is Anyone Successfully Using M365 DSC?

0
9
Asked By CuriousCat42 On

I'm wondering if anyone out there has had success with Microsoft 365 Desired State Configuration (DSC). I tried running it but none of the commands seem to work for me. I'm using the latest version, and it feels like I'm running into wall after wall. Any insights?

6 Answers

Answered By CodeCrafter99 On

I managed to get it working by uninstalling all the graph modules first. Then, I ran the Update-M365dscdependencies with the -force flag and made my own app registration. After that, I finally got a backup!

Answered By CuriousCat42 On
Answered By AdminWiz21 On

It worked fine when I tested it a few months back. I even created detailed blogs for each configuration. I’ll check the current status and update here soon!

Answered By SystemSage77 On

It can be a bit tricky to get it working smoothly. Once it’s up and running I hold off on updates unless I really need new features. I’ve pushed for more unit tests in the project to help with reliability, but since you can’t reset a Microsoft 365 tenant each time, it’s tough! Also, definitely check out the (extensive) setup docs – don’t skip that.

HelpfulUser01 -

I appreciate the tip on the documentation! I’ll make sure to take a closer look before diving in.

Answered By SkepticalDev88 On

I tried it not too long ago, and it was a mess. The list of GitHub issues was long, and honestly, I don’t think things have improved much since then.

Answered By TechGuru88 On

Yeah, it’s been pretty buggy for a lot of users. I dedicated a whole VM to it, but honestly, I’ve found it to be more trouble than it’s worth sometimes.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.