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 Windows Server 2022 supports enabling compression on SMB shares (https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-compression?tabs=powershell%2Crobocopy%2Cgroup-policy) This needs to be enabled on SMB shares and would be helpful to control via the SmbShare...

enhancement
help wanted

### Problem description When trying to run `winget configure test configuration.yaml` (contents of the yaml file below) using the WindowsCapability resource, I get an error: ``` The configuration unit failed...

#### Pull Request (PR) description When using PasswordPass and UnsecuredJoin options or JoinReadOnly option means AD computer object has been pre-created within Active Directory prior to domain join and should...

waiting for code fix

### Problem description When using PasswordPass and UnsecuredJoin options or JoinReadOnly option means AD computer object has been pre-created within Active Directory prior to domain join and should not be...

### Problem description From CI logs 'AutoDisconnectTimeout' is ambiguous. Possible matches include: -AutoDisconnectTimeoutInMinutesV1 -AutoDisconnectTimeoutInSecondsV2 ### Verbose logs ```text N/A ``` ### DSC configuration ```powershell N/A ``` ### Suggested solution Add...

bug
help wanted
good first issue

### Problem description `Get-EventLog` is deprecated in favor of `Get-WinEvent` and when trying to use `WindowsEventLog` from ComputerManagemntDsc with GuestConfig Agent I am getting an error message like the following...

### Problem description Currently the MaximumSizeInBytes is limited to a max of 4GB. This should be expanded to 2TB. Cannot find the official documentation about this but there is a...