Description
A DSC Module around the WindowsCapability cmdlets to manage the enabled and disabled capabilities. It should work similarly to the WindowsOptionalFeature and WindowsOptionalFeatureSet DSC Resources
Proposed properties
Name (Key)
LogLevel
LogPath
NoWindowsUpdateCheck (mapped to the LimitAccess parameter)
DependsOn
Ensure
Special considerations or limitations
Originally filed by @mgreenegit in PowerShell/PSDscResources#168. The discussion in that issue was to include it into ComputerManagementDsc
When executing Get-WindowsCapability, the convention for the name is that it ends with three tildes followed by the version number. It would be great if the DSC Resource only required the name, and not the tildes and version number (or, at the very least, make the tildes and everything to the right of them optional)
Description
A DSC Module around the WindowsCapability cmdlets to manage the enabled and disabled capabilities. It should work similarly to the WindowsOptionalFeature and WindowsOptionalFeatureSet DSC Resources
Proposed properties
Name (Key)
LogLevel
LogPath
NoWindowsUpdateCheck (mapped to the
LimitAccessparameter)DependsOn
Ensure
Special considerations or limitations
Originally filed by @mgreenegit in PowerShell/PSDscResources#168. The discussion in that issue was to include it into ComputerManagementDsc
When executing
Get-WindowsCapability, the convention for the name is that it ends with three tildes followed by the version number. It would be great if the DSC Resource only required the name, and not the tildes and version number (or, at the very least, make the tildes and everything to the right of them optional)