Releases: CriticalSolutionsNetwork/ADAuditTasks
Releases · CriticalSolutionsNetwork/ADAuditTasks
v0.9.1
[v0.9.1]
Fixed
- Fixed
Get-ADHostAudit
to properly create lastseen property. - Fixed
Get-WebCertAudit
comment based help examples.
What's Changed
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
[v0.9.0]
Added
- Added
OperatingSystemVersion
andOperatingSystemBuildName
properties toADAuditTasksComputer
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 includeOperatingSystemVersion
in$propsArray
, ensuring compatibility with changes inADAuditTasksComputer
class.
Changed
- Refactored
ADAuditTasksComputer
class to improve clarity and maintainability, moving data transformation logic toBuild-ADAuditTasksComputer
function. - Adjusted
Build-ADAuditTasksComputer
function to align with the refactoredADAuditTasksComputer
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
[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
[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
- @dependabot made their first contribution in #72
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
[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
, andsource/Public/Merge-NmapToADHostAudit.ps1
files. - The code was updated to ensure that the correct count of objects in the
$Export
variable is logged in theWrite-AuditLog
function
What's Changed
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
[v0.7.6]
Fixed
- LT instead of GT in Get-ADActiveUserAudit
What's Changed
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
[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
[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
[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
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
[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