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

### Problem description Based on MS documentation FilterAdministratorToken (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-gpsb/7c705718-f58e-4886-8057-37c8fd9aede1) is a registry key of type REG_DWORD. The key does not exists by default. Resource is creating a registry key with...

bug
help wanted

### Problem description Scenario: VM is in a workgroup and wants to join an AD domain for the 1st time: It successfully joins the AD domain, but DSC throws the...

bug
help wanted

### Problem description Test-DscConfiguration returns false even if each parameter is in the desired state. The parameter StartTime is initialized every day so it can't be in the desired state....

### Problem description Powershell 5.1 DSC doesn't allow you to specify the same ExecutionPolicy for ExecutionPolicyScope 'CurrentUser' but different PsRunAsCredentials, meaning you can't assign it to multiple specific users. ###...

enhancement
help wanted
breaking change

### Problem description When the `PSGallery` is not present on the builders, adding it fails with the error "Value may not be null". This has been independently tested and the...

help wanted
tests

### Resource proposal This is a duplicate of Issue #393 , but scoped solely to the proposed `PSResource` resource. Currently, psmodule is bundled in the PowershellGet v2 module. In PowerShellGet...

in progress
resource proposal

### Resource proposal Currently, `psmodule` and `psrepository` are bundled in the `PowershellGet v2` module. In `PowerShellGet v3` the resources have been moved into a new, dsc specific module, `PowerShellGetDsc`. Unfortunately,...

in progress
resource proposal

### Problem description **Issue:** The Computer resource is forcing a Rename-Computer command when the computer name is already correctly set, causing an error. **Details:** The Test-TargetResource function is checking multiple...

bug
help wanted

### Resource proposal Add in 1/many resources that configures SSH and other needed aspects of SSH Server and properties like allowed keys etc ### Proposed properties Property | Type qualifier...

discussion
resource proposal

### Problem description When using this module with the Azure DSC extension, the azure deployment completes while the DSC configuration is still running. It would be desirable if all reboots...

enhancement
help wanted
good first issue