Skip to content

Releases: RobHolme/ADTools

v1.3.11

19 Mar 03:21
Compare
Choose a tag to compare

Added timeout parameter for Get-ADUserLastLogon & Get-ADUserLockoutstatus. Timeout between 1 and 20 seconds can be set (defaults to 3 seconds).

v1.3.10

06 Jul 04:51
Compare
Choose a tag to compare

Worked around issue where PowerShell would render June 30 (1/7/yyyy) as Jan 7 (7/1/yyyy) when a ps1xml view was applied. Only seemed to impact this June 30, other dates retained correct locale formatting.

v1.3.9

30 Jul 03:03
Compare
Choose a tag to compare
  • v1.3.8 - Get-ADUserDetails: Changed values to 'Unknown' if a users does not have rights to query attributes
  • v1.3.9 - Updated error message in Get-ADObjectGroupMembership to confirm the object type used for the search (if no match found)

v1.3.7

03 Jul 07:33
Compare
Choose a tag to compare

Added warnings if user does not have sufficient rights to query the relevant AD attributes. This module assumes all domain users are members of the 'built-in\pre-Windows 2000 compatible access' group. By default 'Authenticated Uses' are a member of this group, but if this has been removed, the functions may not have sufficient rights to run as a non privileged user.

v1.3.5

08 May 11:30
Compare
Choose a tag to compare

Changes since v1.3.4:

  • samAccountName alias added to Identity parameters (previously name would be matched instead of identity when piping between cmdlets)

v1.3.1

24 Jan 03:00
Compare
Choose a tag to compare

Updated Get-ADUserLastLogon to report site name associated with each domain controller

v1.3.0

23 Jan 04:30
Compare
Choose a tag to compare

Added Get-AdUserLockoutStatus function to query the lockout status of an AD user account on all domain controllers.

image

v1.2.8

23 Jan 03:16
Compare
Choose a tag to compare

Added account lockout status to Get-ADUserDetails

v1.2.5

16 Dec 23:26
Compare
Choose a tag to compare

Added ANSI colour formatting to results for Get-ADUserDetails for disabled or expired logon attributes

image

v1.2.4

19 Nov 09:01
Compare
Choose a tag to compare

Added support to match multiple groups in Get-AdGroupMemebers. Results now grouped by Group Name.