ComputerManagementDsc icon indicating copy to clipboard operation
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...

Results 92 ComputerManagementDsc issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
help wanted

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...

bug
help wanted
needs investigation

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?

enhancement
help wanted

#### 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...

bug
help wanted

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...

enhancement
help wanted
tests

### 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...

discussion
resource proposal

Ability to Set WinOS "Processor scheduling" to Programs ### Description Need the ability to Set WinOS "Processor scheduling" to Programs ![изображение](https://user-images.githubusercontent.com/43349820/77439553-dec0a580-6def-11ea-9691-2e933e546f79.png) 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...

help wanted
resource proposal

Ability to Set WinOS to "Adjust for best performance" ### Description Need the ability to Set WinOS to "Adjust for best performance" ![изображение](https://user-images.githubusercontent.com/43349820/77438537-9eacf300-6dee-11ea-8f2e-ef1d87f948fb.png) 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/ ###...

help wanted
resource proposal

#### 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...

bug
help wanted
needs investigation