Releases: exchange12rocks/PSGPPreferences
Releases · exchange12rocks/PSGPPreferences
v.0.3.3
- Corrects as issue where any command would remove non-GPP CSE from the AD attribute
v.0.3.2
- PSConfEU 2022 release
- Corrects an issue where settings from a newly created GPO were not applied to the target machine.
v.0.3.1
v.0.3.0
New features:
- New-GPPGroupMember: Allows to create Group Member items without SIDs.
Issues corrected:
- New-GPPGroup: Corrects an issue with DeleteAllUsers, DeleteAllGroups doing nothing.
- Corrects an issue where it was impossible to modify just one item if there were several of the same type.
- Corrects an issue where GPMC could not display the GPO SYSVOL version.
- Corrects an issue where changing item's properties could also change that item's display name.
Also this release removes a dependency for PsIni which we briefly had here.
v.0.2.0
New features:
- Adds functionality to work with User definitions (
*-GPPUser
) - Now all changes committed into GPO files will update GPO version too.
A lot of issues corrected, including:
- An issue where Set-GPPGroupMember did nothing.
- Add-GPPGroup: didn't work due to parameters duplication.
- Get-GPPGroup: search failed if there were no Group objects in the GPO.
- Set-GPPRoup does not throw a bunch of errors anymore when it gets a non-existent group to change.
- Remove-GPPGroup: this function would not work at all when using the GPPSection parameter.
Release v.0.1.1
- Groups: Corrects an issue where it was impossible to add a group member w/o an SID.
- Groups: Corrects an issue where all group members were imported from XML as disabled and they all had newly generated UID.
- Groups: Corrects an issue where deleteAllUsers and deleteAllGroups attributes were not deserialized.
v.0.1
- Only Groups work for now