Skip to content

Releases: CriticalSolutionsNetwork/ADAuditTasks

v0.9.1

31 Jan 21:05
b00c4b9
Compare
Choose a tag to compare

[v0.9.1]

Fixed

  • Fixed Get-ADHostAudit to properly create lastseen property.
  • Fixed Get-WebCertAudit comment based help examples.

What's Changed

  • fix: Lastseen-Bugfix-for-Device-Audit by @DrIOSX in #79

Full Changelog: v0.9.0...v0.9.1

Download:
ADAuditTasks 0.9.1

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.9.1 -Scope CurrentUser

v0.9.0

18 Jan 17:19
7e3a952
Compare
Choose a tag to compare

[v0.9.0]

Added

  • Added OperatingSystemVersion and OperatingSystemBuildName properties to ADAuditTasksComputer class.
  • Updated Build-ADAuditTasksComputer function to include logic for mapping OS versions to human-readable names using new hash tables $osVersionMapWorkstation and $osVersionMapServer.
  • Modified Get-ADHostAudit function to include OperatingSystemVersion in $propsArray, ensuring compatibility with changes in ADAuditTasksComputer class.

Changed

  • Refactored ADAuditTasksComputer class to improve clarity and maintainability, moving data transformation logic to Build-ADAuditTasksComputer function.
  • Adjusted Build-ADAuditTasksComputer function to align with the refactored ADAuditTasksComputer class, preserving original functionality and output format.
  • Refactored Initialize-ModuleEnv function to use force parameter and set to medium. Setting to high in future update.

What's Changed

  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #77
  • build(deps): bump github/codeql-action from 2 to 3 by @DrIOSX in #78
  • Add operating system version to ad computer reports by @DrIOSX in #76

Full Changelog: v0.8.1...v0.9.0

Download:
ADAuditTasks 0.9.0

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.9.0 -Scope CurrentUser

v0.8.1

16 Nov 19:23
ea7d593
Compare
Choose a tag to compare

[v0.8.1]

Fixed

  • Fixed 'Get-ADHostAudit' to properly create filename for log when device type is missing.

What's Changed

Full Changelog: v0.8.0...v0.8.1

Download:
ADAuditTasks 0.8.1

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.8.1 -Scope CurrentUser

v0.8.0

02 Nov 14:19
e1ea70f
Compare
Choose a tag to compare

[v0.8.0]

Fixed

  • Grabbing FQDN using Get-CimInstance instead of environment variable
  • Logging functions.
  • Implemented previously missing logging technique to avoid log lumping.

What's Changed

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #72
  • fix: Logging for main pub functions by @DrIOSX in #74

New Contributors

Full Changelog: v0.7.7...v0.8.0

Download:
ADAuditTasks 0.8.0

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.8.0 -Scope CurrentUser

v0.7.7

04 Oct 16:20
a2ec262
Compare
Choose a tag to compare

[v0.7.7]

Added

  • Get-FormattedDate function to format date for file names for later use.
  • Requires Desktop Edition for Get-ADUserPrivilegeAudit

Fixed

  • In the source/Public/Get-ADActiveUserAudit.ps1, source/Public/Get-ADHostAudit.ps1, source/Public/Get-ADUserWildCardAudit.ps1, source/Public/Get-QuickPing.ps1, source/Public/Join-CSVFile.ps1, and source/Public/Merge-NmapToADHostAudit.ps1 files.
  • The code was updated to ensure that the correct count of objects in the $Export variable is logged in the Write-AuditLog function

What's Changed

  • add: various fixes to count/added future function by @DrIOSX in #73

Full Changelog: v0.7.6...v0.7.7

Download:
ADAuditTasks 0.7.7

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.7.7 -Scope CurrentUser

v0.7.6

27 Jul 18:48
19e94a6
Compare
Choose a tag to compare

[v0.7.6]

Fixed

  • LT instead of GT in Get-ADActiveUserAudit

What's Changed

  • fix: ADActiveUserAudit back to -lt with () by @DrIOSX in #71

Full Changelog: v0.7.5...v0.7.6

Download:
ADAuditTasks 0.7.6

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.7.6 -Scope CurrentUser

v0.7.4

15 Jul 20:31
f980059
Compare
Choose a tag to compare

[v0.7.4]

Fixed

-Test fix downloadable help.

What's Changed

Full Changelog: v0.6.1...v0.7.4

Download:
ADAuditTasks 0.7.4

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.7.4 -Scope CurrentUser

v0.6.1

14 Jul 22:20
4390108
Compare
Choose a tag to compare

[v0.6.1]

Fixed

  • Fixed catalog validation.

What's Changed

Full Changelog: v0.6.0...v0.6.1

Download:
ADAuditTasks 0.6.1

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.6.1 -Scope CurrentUser

v0.6.0

14 Jul 18:42
07da6b0
Compare
Choose a tag to compare

[v0.6.0]

Added

  • Signing support for enhanced security and integrity checks.
  • Updated the initialize-module function for improved module loading and setup.

Removed

  • Several unneeded functions were removed to streamline the module and improve maintenance.

Fixed

  • Write-AuditLog function warning.
  • Directory path function.

What's Changed

  • Enhanced Module Security and Streamlining by @DrIOSX in #64

Full Changelog: v0.5.2...v0.6.0

Download:
ADAuditTasks 0.6.0

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.6.0 -Scope CurrentUser

v0.5.2

11 Apr 12:45
ef0d9c4
Compare
Choose a tag to compare

[v0.5.2]

Added

  • Custom URI for help using storage blob instead of SWA.

What's Changed

Full Changelog: v0.5.1...v0.5.2

Download:
ADAuditTasks 0.5.2

Installation:

Install-Module -Name ADAuditTasks -RequiredVersion 0.5.2 -Scope CurrentUser