Skip to content

Releases: CriticalSolutionsNetwork/ADAuditTasks

v0.3.3

15 Mar 17:37
1d5e80c
Compare
Choose a tag to compare

[v0.3.3]

Added

  • Added private function Build-DirectoryPath.

What's Changed

Full Changelog: v0.3.2...v0.3.3

Download
ADAuditTasks 0.3.3

Installation

Install-Module -Name ADAuditTasks -RequiredVersion 0.3.3

v0.3.2

15 Mar 13:26
2db1c60
Compare
Choose a tag to compare

[v0.3.2]

Added

  • Added private builder function for ADAuditTasksComputer class #30.
  • Created tester function called New-RandomFiles to assist with testing the Merge-ADAudit function.#32
  • Added private builder function for NetScan, and MacID OUI List objects. #28

Fixed

  • Fixed Merge-ADAudit function's creation of file parts for files over default 25MB size. #32

What's Changed

Full Changelog: v0.3.1...v0.3.2

Download
ADAuditTasks 0.3.2

Installation

Install-Module -Name ADAuditTasks -RequiredVersion 0.3.2

v0.3.1

13 Mar 13:20
52634a6
Compare
Choose a tag to compare

[v0.3.1]

Added

  • Added private function Build-ADAuditTasksUser for ADAuditTasksUser Class.
  • Integrated new private function into Get-ADActiveUserAudit and Get-ADUserWildCardAudit

What's Changed

Full Changelog: v0.3.0...v0.3.1

Download
ADAuditTasks 0.3.1

Installation

Install-Module -Name ADAuditTasks -RequiredVersion 0.3.1

v0.3.0

12 Mar 23:00
fba221d
Compare
Choose a tag to compare

[v0.3.0]

Changed

  • Changed public functions Get-NetworkAudit and Send-AuditEmail to incorporate private function Initialize-ModuleEnv
  • Changed public functions Get-ADActiveUserAudit, Get-ADHostAudit,Get-ADUserLogonAudit,Get-ADUserPrivilegeAudit,Get-ADUserPrivilegeAudit, and Get-ADUserWildCardAudit to incorporate private function Install-ADModule
  • Changed Write-AUditLog variable to $LogString.

Fixed

  • Fixed error output in Get-NetworkAudit

What's Changed

  • 20 incorporating install admodule into get adactiveuseraudit function by @DrIOSX in #27

Full Changelog: v0.2.0...v0.3.0

Download
ADAuditTasks 0.3.0

Installation

Install-Module -Name ADAuditTasks -RequiredVersion 0.3.0

v0.2.0

21 Feb 23:41
0a67ec9
Compare
Choose a tag to compare

[v0.2.0]

Added

  • Successfully ran the following PowerShell script to collect and merge audit reports from an Active Directory domain:

    $workstations = Get-ADHostAudit -HostType WindowsWorkstations -Report -Verbose
    $servers = Get-ADHostAudit -HostType WindowsServers -Report -Verbose
    $nonWindows = Get-ADHostAudit -HostType "Non-Windows" -Report -Verbose
    $activeUsers = Get-ADActiveUserAudit -Report -Verbose
    $privilegedUsers = Get-ADUserPrivilegeAudit -Report -Verbose
    $wildcardUsers = Get-ADUserWildCardAudit -WildCardIdentifier "svc" -Report -Verbose
    Merge-ADAuditZip -FilePaths $workstations, $servers, $nonWindows, $activeUsers, $privilegedUsers, $wildcardUsers -OpenDirectory
  • Added support for splitting large ZIP files into multiple parts in Merge-ADAuditZip

  • Added new parameter -OpenDirectory to Merge-ADAuditZip for opening the output directory after merging files

  • Added comment blocks to Merge-ADAuditZip

Changed

  • Improved error handling and logging in Merge-ADAuditZip
  • Renamed output file for Merge-ADAuditZip to include timestamp and domain name
  • Updated examples and usage information in Merge-ADAuditZip documentation

Fixed

  • Fixed issue with Merge-ADAuditZip where blank output files would prevent zipping remaining files

What's Changed

  • 16 update module version to 020 to address output and variable issues in merge adauditzip function by @DrIOSX in #17

Full Changelog: v0.1.7...v0.2.0

Download
ADAuditTasks 0.2.0

Installation

Install-Module -Name ADAuditTasks -RequiredVersion 0.2.0

v0.1.7

21 Feb 19:32
b1c7d78
Compare
Choose a tag to compare

[v0.1.7]

Added

  • Added comments and help blocks to various functions
  • Added Submit-FTPUpload as public function
  • Modified Get-ADHostAudit to fix multiple string output

Changed

  • Updated documentation to include examples and usage information

Fixed

  • Fixed error handling in Get-ADHostAudit for blank output
  • Fixed several bugs related to incorrect variable naming and parameter types

What's Changed

  • 14 add code documentation and comments for improved readability and maintainability by @DrIOSX in #15

Full Changelog: v0.1.6...v0.1.7

Download
ADAuditTasks 0.1.7

v0.1.6

21 Feb 01:11
7eab8fe
Compare
Choose a tag to compare

[v0.1.6]

Added

  • Added comment help block to Get-ADUserLogonAudit

What's Changed

  • 10 feature request merge adauditzip function for combining audit reports by @DrIOSX in #11
  • fix: Docs by @DrIOSX in #13

Full Changelog: v0.1.5...v0.1.6

Download
ADAuditTasks 0.1.6

v0.1.5

21 Feb 00:21
07968ad
Compare
Choose a tag to compare

[v0.1.5]

Added

  • Added function Merge-ADAuditZip as a public function.

What's Changed

*10 feature request merge adauditzip function for combining audit reports by @DrIOSX in #10

Full Changelog: v0.1.4...v0.1.5

Download
ADAuditTasks 0.1.5

v0.1.4

20 Feb 23:33
23fba88
Compare
Choose a tag to compare

[v0.1.4]

Fix

  • Fixed multiple string output in Get-ADHostAudit

What's Changed

  • Remove: Hash txt file output.Add Comments by @DrIOSX in #7

Full Changelog: v0.1.3...v0.1.4

Download
ADAuditTasks 0.1.4

v0.1.3

13 Feb 22:03
3df07e5
Compare
Choose a tag to compare

[v0.1.3]

Added

  • Added option to error handling for blank output for Get-ADHostAudit.
  • Added line comments to Get-ADHostAudit

Removed

  • Removed hash output file for Get-ADHostAudit,Get-ADUserPrivilegeAudit, and Get-ADUserWIldCardAudit

What's Changed

New Contributors

  • @DrIOSX made their first contribution in #2

Full Changelog: v0.1.2...v0.1.3

Download
ADAuditTasks 0.1.3