schnyders

Results 4 issues of schnyders

Hi, I've a problem with the merging when using non unique roles (multiples rules assigned to one server). I've created some demo code [here](https://github.com/schnyders/DSC-Debug) `"ResolutionPrecedence": [ "AllNodes\\$($Node.Name)", "Role\\" ],` When...

A JSON that worked without any issue on version 0.39.0 doesn't work anymore in version 0.40.1 ```json { "ResolutionPrecedence": [ "AllNodes\\$($Node.NodeName)" ], "DatumHandlersThrowOnError": true, "DatumHandlers": { "Datum.ProtectedData::ProtectedDatum": { "CommandOptions": {...

### Problem description Based on MS documentation FilterAdministratorToken (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-gpsb/7c705718-f58e-4886-8057-37c8fd9aede1) is a registry key of type REG_DWORD. The key does not exists by default. Resource is creating a registry key with...

bug
help wanted

#### Details of the scenario you tried and the problem that is occurring When gpt.ini already contains another CSE then managed by this resource ({35378EAC-683F-11D2-A89A-00C04FBBCFA2}) gpt.ini gets corrupted. Steps to...