-
### New resource module submission
**Name: Office365DSC
**Repository URL:** https://GitHub.com/Microsoft/Office365DSC
**Short description:** PowerShell Desired State Configuration module for …
-
During the evolution of the project, the participants have stumbled on several situations where the initial folder layout, and the initial file naming conventions do not cover every possible situation…
-
Current default is to set the local configuration manager in VMs to ApplyAndAutoCorrect, for some scenarios this can be detrimental since you may want to have a starting state and then make changes af…
-
Can we get this put on the PowerShell gallery? @rpsqrd
-
#### Details of the scenario you tried and the problem that is occurring
Currently I'm using an ARM Template to create new Windows 10 virtual machines in Azure and added the PowerShell DSC extensio s…
-
Description: There seems to be a problem when having base classes for DSC Resources you want to reuse. The problem occurs when having the 'Using module' clause, if you define the base class in the sam…
-
Running DSC via the ARM Template extension offers great flexibility for automated setups. By default the execution policy on Windows 10 prevents the execution of not signed scripts. This will lead to …
-
There is a new resource available for review. Thank you.
https://github.com/robwi/xWSUS
-
As per PowerShell/DscResources#467 I can imagine that's a common question that could be clarified here.
1. Do we allow/encourage Class Based resources?
2. Do we have the tooling to do so?
3. If s…
-
This is something for community discussion and has several parts:
1. Should we allow '*' in *ToExport Properties in DSC Resource module manifests - e.g.
```
FunctionsToExport = '*'
CmdletsToExport…