Files
M365FoundationsCISReport/helpers/psDoc-master/ADAuditTasks.md
2024-03-25 08:34:43 -05:00

2.3 KiB

Module Name, Module Guid, Download Help Link, Help Version, Locale
Module Name Module Guid Download Help Link Help Version Locale
ADAuditTasks 7ddb359a-e07f-4be0-b63a-a81f44c61fff https://audittaskshelpfiles.blob.core.windows.net/helpfiles/ 1.0.0.5 en-US

ADAuditTasks Module

Description

{{ Fill in the Description }}

ADAuditTasks Cmdlets

Convert-NmapXMLToCSV

Converts an Nmap XML scan output file to a CSV file.

Get-ADActiveUserAudit

Gets active but stale AD User accounts that haven't logged in within the last 90 days by default.

Get-ADHostAudit

Active Directory Server and Workstation Audit with Report export option (Can also be piped to CSV if Report isn't specified).

Get-ADUserLogonAudit

Retrieves the most recent LastLogon timestamp for a specified Active Directory user account from all domain controllers and outputs it as a DateTime object.

Get-ADUserPrivilegeAudit

Produces three object outputs: PrivilegedGroups, AdExtendedRights, and possible service accounts.

Get-ADUserWildCardAudit

Takes a search string to find commonly named accounts.

Get-HostTag

Creates a host name or tag based on predetermined criteria for as many as 999 hosts at a time.

Get-NetworkAudit

Discovers the local network and runs port scans on all hosts found for specific or default sets of ports, displaying MAC ID vendor info.

Get-QuickPing

Performs a quick ping on a range of IP addresses and returns an array of IP addresses that responded to the ping and an array of IP addresses that failed to respond.

Get-WebCertAudit

Retrieves the certificate information for a web server.

Join-CSVFile

Joins multiple CSV files with the same headers into a single CSV file.

Merge-ADAuditZip

Combines multiple audit report files into a single compressed ZIP file.

Merge-NmapToADHostAudit

Merges Nmap network audit data with Active Directory host audit data.

Send-AuditEmail

This is a wrapper function for Send-MailKitMessage and takes string arrays as input.

Submit-FTPUpload

Uploads a file to an FTP server using the WinSCP module.