Skip to content

Releases: exchange12rocks/PSGPPreferences

v.0.3.3

31 Jul 19:42
ec033e9
Compare
Choose a tag to compare
v.0.3.3 Pre-release
Pre-release
  • Corrects as issue where any command would remove non-GPP CSE from the AD attribute

v.0.3.2

21 Jun 18:19
64bbabc
Compare
Choose a tag to compare
v.0.3.2 Pre-release
Pre-release
  • PSConfEU 2022 release
  • Corrects an issue where settings from a newly created GPO were not applied to the target machine.

v.0.3.1

26 Apr 19:18
321d97d
Compare
Choose a tag to compare
v.0.3.1 Pre-release
Pre-release
  • Corrects the issue #34

v.0.3.0

25 Apr 19:28
c232d21
Compare
Choose a tag to compare
v.0.3.0 Pre-release
Pre-release

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

16 Jan 16:18
2a9f636
Compare
Choose a tag to compare
v.0.2.0 Pre-release
Pre-release

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

27 Feb 22:14
473ab95
Compare
Choose a tag to compare
Release v.0.1.1 Pre-release
Pre-release
  • 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

21 Feb 14:09
Compare
Choose a tag to compare
v.0.1 Pre-release
Pre-release
  • Only Groups work for now