aydeisen
aydeisen
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`...
I have a DSC file with a resource hashtable configured similar to the following: ```powershell Group AdminGroupMembership { Ensure = "Present" GroupName = "Administrators" MembersToInclude = @("Member01") } ``` When...
Would it be possible to make the task name for the Scheduled WSUS cleanup a parameter instead of a hardcoded value of 'WSUS Cleanup'? This way, the cleanup job can...
### Description of the new feature Is it possible to change the `Capabilities` property of [PSResourceSku](https://github.com/Azure/azure-powershell/blob/859d31db32a5e8fcba0c5cc19d0ec261949268a3/src/Compute/Compute/Generated/Models/PSResourceSku.cs) to be a collection instead of a list? ResourceSkuCapabilities already returns as Key/Value, and...