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 According to documentation: >Delay | Write | String | Specifies a delay to the start of the...
Hello, I have copied the example of Set Timezone within ComputerManagementDSC module. I saved this as a PS script and whenever i run this via azure automation services then it...
Hi, How do I get the scheduled task to start immediately and only once? Im using the ScheduledTask resource, but I can't get it to start and only run once?
#### Details of the scenario you tried and the problem that is occurring I am trying to disable a scheduled task and using the below config for this. Since I...
The `StopExisting` value in the `MultipleInstances` parameter must be handled in a special way because it is missing from the ENUM used by the underlying cmdlets/objects. We don't have unit...
### Description The DSC_PrintManagement resource would manage printer drivers, shared printer creation and mapping, and local printer installation. This resource would initially replace the printer deployment management functionality provided by...
Ability to Set WinOS "Processor scheduling" to Programs ### Description Need the ability to Set WinOS "Processor scheduling" to Programs  Useful links: 1. https://www.tenforums.com/tutorials/89429-adjust-processor-resources-best-performance-windows-10-a.html Maybe it linked to https://github.com/dsccommunity/ComputerManagementDsc/issues/320...
Ability to Set WinOS to "Adjust for best performance" ### Description Need the ability to Set WinOS to "Adjust for best performance"  Useful links: 1. https://social.technet.microsoft.com/Forums/windowsserver/en-US/73d72328-38ed-4abe-a65d-83aaad0f9047/adjust-for-best-performance?forum=winserverpowershell 2. https://msfn.org/board/topic/31999-adjust-for-best-performance-through-command-line/ ###...
#### Details of the scenario you tried and the problem that is occurring Trying to disable "Microsoft Compatibility Appraiser" Schedule task generates an error. #### Verbose logs showing the problem...