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