Skip to content

Commit

Permalink
updated module version to 1.3.7, updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Jul 3, 2021
1 parent 331fb25 commit e4479f3
Show file tree
Hide file tree
Showing 3 changed files with 5 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.6'
ModuleVersion = '1.3.7'

# 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 @@ -21,4 +21,5 @@
* 1.3.3 - Remove 'LDAP://' prefix from DistinguishedName for Find-ADGroup function.
* 1.3.4 - Get-ADUserLastLogon: removed last domain controller checked from results if no logons recorded for user.
* 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.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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ADTools
Query (read only) tools for Active Directory. Intended for use on workstations where rights to install AD RSAT Powershell is not provided. Only provides basic viewing of properties of AD user and group objects. **Use RSAT Powershell module in preference to this module if available.**

Most functions assume the user has rights to read relevant account properties. This may not be the case if 'Authenticated Users' has been removed from the 'Built-in\pre-Windows 2000 compatible access' security group. In this case you may need to use an account with greater rights.

- [Find-ADGroup](#find-adgroup)
- [Get-ADGroupMembers](#get-adgroupmembers)
- [Get-ADObjectGroupMembership](#get-adobjectgroupmembership)
Expand Down

0 comments on commit e4479f3

Please sign in to comment.