ComputerManagementDsc
ComputerManagementDsc copied to clipboard
DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as w...
#### 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...
Additions have been made to this module in a separate repo: [https://github.com/robwi/xComputerManagement](https://github.com/robwi/xComputerManagement) HELP WANTED If someone would like to review this work and incorporate changes back to the resource kit...
Great suggestion from community call- add a short section to the README.MD on what resources should/should not be included in ComputerManagementDsc.
**Details of the scenario you tried and the problem that is occurring:** Might just be being thick but is there no way to change the setting "stop all running tasks...
@ld0614 has proposed merging his [LanguageDsc](https://github.com/ld0614/LanguageDsc) module into this one instead of SystemLocaleDsc (which can then be deprecated). This will be done shortly after completing issue #119. This issue is...
Is there a Dsc Resource which allows me to set a KMS and activate a Server from it?
Hi there. I'm attempting to create a scheduled task that will be called by another process. The scheduled task is not to have an actual schedule for it. When creating...
Under Windows 2016 server, domain join fails with a mysterious message of password not strong enough. Difficult to understand, since the password of a machine account is automatically generated. The...
**Details of the scenario you tried and the problem that is occurring:** When executing the unit tests for xComputer they fail: ``` Context MSFT_xComputer\Get-TargetResource VERBOSE: Getting computer state for 'GR059600'....
**Details of the scenario you tried and the problem that is occurring:** The unit test `A built-in scheduled task exists and is enabled, but it should be disabled` at https://github.com/PowerShell/xComputerManagement/blob/dev/Tests/Unit/MSFT_xScheduledTask.Tests.ps1#L150...