ADAuditTasks
0.2.0
A module for running various Active Directory Audits
Minimum PowerShell version
5.1
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2022 DrIOSX via CriticalSolutions.net LLC. All rights reserved.
Package Details
Author(s)
- DrIOSx
Tags
ActiveDirectory Audit Security
Functions
Get-ADActiveUserAudit Get-ADHostAudit Get-ADUserLogonAudit Get-ADUserPrivilegeAudit Get-ADUserWildCardAudit Get-HostTag Get-NetworkAudit Merge-ADAuditZip Send-AuditEmail Submit-FTPUpload
Dependencies
This module has no dependencies.
Release Notes
## [0.2.0] - 2023-02-21
### Added
- Successfully ran the following PowerShell script to collect and merge audit reports from an Active Directory domain:
```powershell
$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
FileList
- ADAuditTasks.nuspec
- ADAuditTasks.psd1
- ADAuditTasks.psm1
- en-US\about_ADAuditTasks.help.txt
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.1 | 90 | 1/31/2024 |
0.9.0 | 21 | 1/18/2024 |
0.8.1 | 37 | 11/16/2023 |
0.8.0 | 13 | 11/2/2023 |
0.7.7 | 20 | 10/4/2023 |
0.7.6 | 20 | 7/27/2023 |
0.7.5 | 43 | 7/24/2023 |
0.7.4 | 23 | 7/15/2023 |
0.7.4-previe... | 9 | 7/15/2023 |
0.7.4-previe... | 9 | 7/15/2023 |
0.7.4-previe... | 9 | 7/15/2023 |
0.7.4-previe... | 9 | 7/15/2023 |
0.7.4-previe... | 9 | 7/15/2023 |
0.7.3 | 10 | 7/15/2023 |
0.7.2 | 10 | 7/15/2023 |
0.7.1 | 10 | 7/15/2023 |
0.7.0 | 11 | 7/15/2023 |
0.6.1 | 12 | 7/14/2023 |
0.6.0 | 15 | 7/14/2023 |
0.5.2 | 22 | 4/11/2023 |
0.5.1 | 12 | 4/11/2023 |
0.5.0 | 21 | 4/10/2023 |
0.4.1 | 18 | 4/8/2023 |
0.4.0 | 9 | 4/8/2023 |
0.3.9 | 9 | 4/6/2023 |
0.3.8 | 23 | 3/27/2023 |
0.3.7 | 11 | 3/23/2023 |
0.3.6 | 10 | 3/22/2023 |
0.3.5 | 11 | 3/20/2023 |
0.3.4 | 10 | 3/15/2023 |
0.3.3 | 10 | 3/15/2023 |
0.3.2 | 10 | 3/15/2023 |
0.3.1 | 22 | 3/13/2023 |
0.3.0 | 12 | 3/12/2023 |
0.2.0 (current version) | 24 | 2/21/2023 |
0.1.7 | 9 | 2/21/2023 |
0.1.6 | 9 | 2/21/2023 |
0.1.5 | 9 | 2/21/2023 |
0.1.4 | 9 | 2/20/2023 |
0.1.3 | 20 | 2/13/2023 |
0.1.2 | 23 | 1/7/2023 |
0.1.0 | 18 | 1/7/2023 |