Skip to content

Commit

Permalink
incremented module version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Holme committed Jul 30, 2021
1 parent 741eebc commit 615155c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\ADTools.psm1'

# Version number of this module.
ModuleVersion = '1.3.8'
ModuleVersion = '1.3.9'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
* 1.3.5 - added 'samAccountName' alias to all 'Identity' parameters (better support for piping between cmdlets in this module)
* 1.3.6 - Fixed warning to report correct user when no groups found by Get-ADObjectGroupMembership if multiple users searched (via wildcard).
* 1.3.7 - Attempted to detect cases where user does not have rights to query the relevant AD attributes.
* 1.3.8 - Get-ADUserDetails: Changed values to 'Unknown' if a users does not have rights to query attributes
* 1.3.8 - Get-ADUserDetails: Changed values to 'Unknown' if a users does not have rights to query attributes
* 1.3.9 - Updated error message in Get-ADObjectGroupMembership to confirm the object type used for the search (if no match found)

0 comments on commit 615155c

Please sign in to comment.