I couldn't find this on the interwebs and it seems like a obvious use case to me
Is it possible run Windows Desired State Configuration / DSC on a Windows 10 workstation?
For example, setting up IIS websites on development machines using DSC in "Push" mode against localhost
No.
The internet implies it might be so trying it out, but boy there is a lack of good simple quick start guides so here is what I tried:
Then run in Powershell:
And this should output a
localhost.mof
in aTestDSC
directoryRun in push mode:
Fails without WinRM
But lets try this interesting workaround: https://blogs.technet.microsoft.com/pstips/2017/03/01/using-dsc-with-the-winrm-service-disabled/
Oh no, why didn't you tell me to start with!
Windows 10 is not server SKU
Hope this helps save people time, circa 2018 I don't recommend wasting your time investigating any further but look forward to updates from Microsoft (hint hint)