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 Trying to run the task in the specific time according to the local time zone (Stockholm) with...
Hi Is it possible to create a parameter or to re-use "Computer\Description" and replicate it the Computer Object in AD? The current "Description" fields set a local description and in...
### Description I want to configure System Restores for new Windows 10 machines and this module doesn't have those resources available, but I did find an old PowerShell module (xWindowsRestore)...
### Description I see this module deals with Windows Capabilities but I didn't see anything that deals with AppX Packages. I don't know if this module is the right place...
#### Details of the scenario you tried and the problem that is occurring Following the example in the documentation for disabling a built-in task I am receiving the error message...
xComputer Resource should not require the computer name to join a domain
#### Details of the scenario you tried and the problem that is occurring This problem happens only with the SharePoint public images of Azure: When resource "Computer" joins the VM...
#### Details of the scenario you tried and the problem that is occurring When creating a ScheduledTask using DaysOfWeek if the array ordering is not correct the configuration constantly drifts...
It seems that scheduled tasks with a daily schedule get deleted and recreated every day, on the first DSC run after midnight. It appears to me that the date in...
Out of curiosity: what's would be the use case for me to use the `UserAccountControl` resource in the `ComputerManagementDsc` module instead of the setting the `User_Account_Control*` keys for the `SecurityOption`...