ADAuditTasks

0.2.0

A module for running various Active Directory Audits

Minimum PowerShell version

5.1

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ADAuditTasks -RequiredVersion 0.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ADAuditTasks -Version 0.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
0.9.1 39 1/31/2024
0.9.0 17 1/18/2024
0.8.1 33 11/16/2023
0.8.0 9 11/2/2023
0.7.7 16 10/4/2023
0.7.6 16 7/27/2023
0.7.5 39 7/24/2023
0.7.4 18 7/15/2023
0.7.4-previe... 5 7/15/2023
0.7.4-previe... 5 7/15/2023
0.7.4-previe... 5 7/15/2023
0.7.4-previe... 5 7/15/2023
0.7.4-previe... 5 7/15/2023
0.7.3 6 7/15/2023
0.7.2 6 7/15/2023
0.7.1 6 7/15/2023
0.7.0 7 7/15/2023
0.6.1 8 7/14/2023
0.6.0 11 7/14/2023
0.5.2 18 4/11/2023
0.5.1 8 4/11/2023
0.5.0 17 4/10/2023
0.4.1 14 4/8/2023
0.4.0 5 4/8/2023
0.3.9 5 4/6/2023
0.3.8 19 3/27/2023
0.3.7 7 3/23/2023
0.3.6 6 3/22/2023
0.3.5 7 3/20/2023
0.3.4 6 3/15/2023
0.3.3 6 3/15/2023
0.3.2 6 3/15/2023
0.3.1 18 3/13/2023
0.3.0 8 3/12/2023
0.2.0 (current version) 20 2/21/2023
0.1.7 5 2/21/2023
0.1.6 5 2/21/2023
0.1.5 5 2/21/2023
0.1.4 5 2/20/2023
0.1.3 16 2/13/2023
0.1.2 19 1/7/2023
0.1.0 14 1/7/2023
Show less