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 the `StartTime` parameter defaults to today's date. This requires some additional code to be included in `Test-TargetResource` to detect if a change is required or not. It is also...

enhancement
help wanted
discussion

### Description A new resource which configures NFS shares on systems that support that functionality. ### Proposed properties ??? ### Special considerations or limitations

help wanted
resource proposal

ISSUE TITLE: Multiple VMExtensions per (type) handler not supported for OS type... ISSUE DESCRIPTION : An advertised benefit of DSC in Azure is the ability to Audit VM's to ensure...

question
discussion

The integration tests for VirtualMemory don't align to DSC resource template standards and also violate some HQRM guidelines (e.g. improper use of " over ').

enhancement
help wanted

ISSUE TITLE: Computer: add Restart parameter when joining a computer to a domain. ISSUE DESCRIPTION: Computer does not support the Restart parameter of the underlying Add-Computer PS command. Add Restart...

enhancement
discussion

#### Details of the scenario you tried and the problem that is occurring Hello, please forgive any missteps of mine in common practices around contributing to open source projects. I...

question
needs investigation

#### Details of the scenario you tried and the problem that is occurring Enabling DSC debug with `Enable-DSCDebug -BreakAll` and then running the ScheduledTask resource returns an error: >PowerShell DSC...

bug
help wanted
needs investigation

I'm using xComputerManagement 3.2.0.0, attempting to disable the default task **ScheduledDefrag** I've tried populating all of the current values for the task, only changing **Enable** to $false and **ScheduleType** to...

bug
duplicate
in progress

#### Details of the scenario you tried and the problem that is occurring The `Set-TargetResource` function will always set all properties regardless if a property is already in desired state....

bug
help wanted

### Description I suggest the resource [WmiNamespaceSecurity](https://github.com/PowerShell/WmiNamespaceSecurityDsc#wminamespacesecurity) is migrated to ComputerManagementDsc. That would deprecate the module [WmiNamespaceSecurityDsc](https://github.com/PowerShell/WmiNamespaceSecurityDsc). Also opened issue https://github.com/PowerShell/WmiNamespaceSecurityDsc/issues/7 to track this. ### Proposed properties [See current resource...

help wanted
resource proposal