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 Trying to run the task in the specific time according to the local time zone (Stockholm) with...

bug
needs investigation

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

waiting for author response

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

discussion
resource proposal

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

discussion
resource proposal

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

bug
needs investigation

xComputer Resource should not require the computer name to join a domain

bug
help wanted

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

needs investigation

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

bug
help wanted

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

question