dscr-for-vmware
dscr-for-vmware copied to clipboard
The Repository contains Microsoft PowerShell Desired State Configuration (DSC) Resources for managing VC and ESXi settings.
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...
Here contributors can propose new content and sections to the [Tips & Tricks](https://github.com/vmware/dscr-for-vmware/wiki/Tips-&-Tricks) page and to the [Style Guidelines](https://github.com/vmware/dscr-for-vmware/blob/master/STYLE_GUIDELINES.md).
DSC Resource that adds, updates or removes a vSphere Global Permission.
When setting the LCM parameter **DebugMode** to **ForceModuleImport**, a configuration based on VMware.vSphereDsc resources fails with the errors ``` The specified mount name 'vis' is already in use. + CategoryInfo...
When writing resources, some features might be version dependent. How shall we handle this? Or shall we always code a resource/feature assuming it is supported? Do we cover the complete...
There are many builds of vSphere (ESXi and VCSA) out there that are still supported. What would be the approach for running Integration Tests? - against the latest builds -...