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

Currently `ScheduledTask` conflates the param `BuiltInAccount` and `*-ScheduledTask` cmdlet's `user` parameter. This fixes that. #### Pull Request (PR) description Currently `ScheduledTask` conflates the param `BuiltInAccount` and `*-ScheduledTask` cmdlet's `user` parameter....

waiting for code fix

### Problem description The Wiki currently lists and "option" Field that is available, but it is not available in the actual module on PSGallery. ### Wiki: ComputerParameters Parameter | Attribute...

Hi there, I need to create ODBC entries with Oracle driver. I can't find any resources to do that right now. Do you think it's something too special or that...

question

### Problem description The ScheduledTask resource parameter `BuiltInAccount` must be one of the following: `('SYSTEM', 'LOCAL SERVICE', 'NETWORK SERVICE')`, but `Get-TargetResource` returns `BuiltInAccount` as `NT SERVICE\SYSTEM`. ### Verbose logs ```text...

bug
needs investigation

### Problem description Hello, Since installing the updates of last patch Tuesday 14 Jun 2022, KB5014702, all of our Scheduled Task deployment that use an ExecuteAsCredential started throwing the same...

external

#### Details of the scenario you tried and the problem that is occurring In 8.5.0, `powershellexecutionpolicy` doesn't seem to work at all. I found this, because in 8.4.0, there's an...

#### Details of the scenario you tried and the problem that is occurring Renaming a PC with a name that is more than 15 characters will fail. However if you...

enhancement
help wanted
discussion

#### Details of the scenario you tried and the problem that is occurring I'm trying to utilize Azure VM temp disks for the pagefile but due to their small size...

Unless I'm missing something really obvious (entirely possible!) I can't seem to find a way to add multiple ScheduleTypes (Triggers) to new Scheduled Tasks. For example, a task that recurs...

enhancement
help wanted

#### Pull Request (PR) description Add new resources SystemProtection and SystemRestorePoint. #### This Pull Request (PR) fixes the following issues - Fixes #364 #### Task list - [x] Added an...

waiting for code fix