Skip to content

Changelog

Béla Király edited this page Oct 4, 2019 · 2 revisions

v0.9.3

  • Extended user and group search: From now on, the program is capable of recognizing partially entered samAccountNames. In case there are several objects with the same name fragment, the program gives a list about the matches, and an easy way to select the one we want to choose.

v0.9.2

  • Bugfix: Logging system in Mass Modify now logs all unchangeable values, even if the first user in the CSV doesn't exist in the scope of the selected OU.

v0.9.1

  • Bugfix: Progresscounter now always shows correct values
  • Bugfix: Check if exist function doesn't return true, if the checked object name exist in another type of object
  • Bugfix: Logging system in Mass Modify function now shows only the actual unchangeable attributes, not all the attributes before it too.
  • Bugfix: Program now actually exits, if the user choses to quit after Mass Modify, instead of just returning to the main menu.
  • New failsafe check: now the program checks if it can reach an Active Directory server, and doesn't let the user continue, if can't. With this, the possible errors that would come later can be prevented. This behavior can be turned off by setting the dont_check_ad value to true in config.ini.
  • Little polishing of how Mass Modify function appears on console.

v0.9

Major release, huge changes in almost everything.

  • Mass Modify function added. It allows users to change user attributes with the contents of a csv file.
  • Complete rewrital of mass querying of users and computers. From now on it's possible to select the attributes we want to show in the output. Also it's not anymore compulsory to enter an organizational unit to query.
  • Complete rewrital of save to CSV functions into a class, that can handle different tasks better.
  • Complete rewrital of language system, so from now on, language files don't have to be in Powershell script files.
  • Added config file capability, so from now on, some different than default configuration functions can be stored, instead of changing them at every run.
  • Complete rewrital of the what-to-do-after-a-process picker, so from now on, users will see a coherent list of choices, instead of having different kinds of version after every single process.

v0.8

As I was sloppy enough not to document the changes I made before this, I'll consider this the starting point of writing changelogs, like it was the first release.

Clone this wiki locally