SIDs are sorted before writing out to the INI file for secedit /CFG, but not on import so the module will detect incorrect changes if the data is not already ordered to match what's returned by secedit /EXPORT. This PR adds a sort after SID translation on import and removes unnecessary sorts before SID translation on both import and export.
Also adds beaker nodesets for Windows 2019 and 2022, and updates the nodeset for 2016.
SIDs are sorted before writing out to the INI file for
secedit /CFG
, but not on import so the module will detect incorrect changes if the data is not already ordered to match what's returned bysecedit /EXPORT
. This PR adds asort
after SID translation on import and removes unnecessarysorts
before SID translation on both import and export.Also adds beaker nodesets for Windows 2019 and 2022, and updates the nodeset for 2016.
closes #124 #128