Skip to content

Commit

Permalink
incremented mdule version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed May 3, 2021
1 parent 7b16632 commit 05b8e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.4'
ModuleVersion = '1.3.5'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -27,7 +27,7 @@ Author = 'Rob Holme'
CompanyName = 'Rob Holme'

# Copyright statement for this module
Copyright = '(c) 2020 Rob Holme'
Copyright = '(c) 2021 Rob Holme'

# Description of the functionality provided by this module
Description = 'Query AD users and groups. A stand in for when AD RSAT module is not available.'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
* 1.3.1 - Updated Get-ADUserLastLogon to report the site associated with each DC
* 1.3.2 - Updated Get-ADObjectGroupMembership to wriete warning of no objects found, or the object is not a member of any groups
* 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.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)

0 comments on commit 05b8e9f

Please sign in to comment.