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

Sometimes a configuration performs several changes that require a reboot, but not immediately (changing computer name being one of them) It would be useful for xComputer to be able to...

enhancement
help wanted

It would be great if there was a 5th type of page settings that set the page file to the exact size of the memory installed. For example, if your...

enhancement
help wanted

I used this script to turn off Smart Screen filter. I suggest we make this into a resource, or add this as a parameter to an existing resource. I do...

enhancement
help wanted

test-targetresource was passing but this is happening: ``` PS C:\Users\localadmin> nltest /sc_verify:contoso Flags: 80 Trusted DC Name Trusted DC Connection Status Status = 1787 0x6fb ERROR_NO_TRUST_SAM_ACCOUNT Trust Verification Status =...

bug
help wanted

### Problem description I am trying to automate the '[Enable automatic rebinding of renewed certificates](https://learn.microsoft.com/en-us/iis/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85)' setting within IIS. When you do this manually a scheduled task is created. The trigger...

enhancement
help wanted

To better support future of DSC, we need to convert all the DSC resources to class-based. https://docs.microsoft.com/en-us/powershell/dsc/concepts/class-based-resources?view=dsc-2.0 Here is a check list of the resources to convert: - [ ]...

enhancement
help wanted

#### Pull Request (PR) description New resource to manage PowerShell Resources - `PSResource` #### This Pull Request (PR) fixes the following issues - Fixes #398 #### Task list - [x]...

abandoned

**Request:** _ScheduledTask_ does not allow the ability to do a monthly trigger, with this functionality missing it makes it difficult to use DSC to create a task that runs on...

needs more information