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 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...
### Description A new resource which configures NFS shares on systems that support that functionality. ### Proposed properties ??? ### Special considerations or limitations
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...
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 ').
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...
#### 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...
#### 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...
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...
#### 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....
### 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...