Skip to content

Commit

Permalink
incremented module verstion to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHolme committed Jan 23, 2021
1 parent 3d38ece commit 8d2a50e
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.2.7'
ModuleVersion = '1.2.8'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,5 @@ Get-ADSites -CurrentSite
* 1.2.5 - removed account lockout status from Get-ADUserDetails as it's only populated for AD pre 2003.
- updated view to highlight disabled & expired account attributes in red if expired (Get-ADUserDetails)
* 1.2.6 - Changed view of Get-ADObjectGroupMemebership to group results by user
* 1.2.7 - Updated results use [PSCustomObject]. No functional changes.
* 1.2.7 - Updated results use [PSCustomObject]. No functional changes.
* 1.2.8 - Added account lockout status to Get-ADUserDetails

0 comments on commit 8d2a50e

Please sign in to comment.