From daadad391e3e4ea3320e5dc91c10a84af4cd2d71 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:51:29 -0500 Subject: [PATCH] docs: Update Export function help --- source/Public/Export-M365SecurityAuditTable.ps1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/Public/Export-M365SecurityAuditTable.ps1 b/source/Public/Export-M365SecurityAuditTable.ps1 index 3aaa165..0bbe517 100644 --- a/source/Public/Export-M365SecurityAuditTable.ps1 +++ b/source/Public/Export-M365SecurityAuditTable.ps1 @@ -21,23 +21,23 @@ .OUTPUTS [PSCustomObject] .EXAMPLE - # Output object for a single test number from audit results Export-M365SecurityAuditTable -AuditResults $object -OutputTestNumber 6.1.2 + # Output object for a single test number from audit results .EXAMPLE - # Export all results from audit results to the specified path Export-M365SecurityAuditTable -ExportAllTests -AuditResults $object -ExportPath "C:\temp" + # Export all results from audit results to the specified path .EXAMPLE - # Output object for a single test number from CSV Export-M365SecurityAuditTable -CsvPath "C:\temp\auditresultstoday1.csv" -OutputTestNumber 6.1.2 + # Output object for a single test number from CSV .EXAMPLE - # Export all results from CSV to the specified path Export-M365SecurityAuditTable -ExportAllTests -CsvPath "C:\temp\auditresultstoday1.csv" -ExportPath "C:\temp" + # Export all results from CSV to the specified path .EXAMPLE - # Export all results from audit results to the specified path along with the original tests Export-M365SecurityAuditTable -ExportAllTests -AuditResults $object -ExportPath "C:\temp" -ExportOriginalTests + # Export all results from audit results to the specified path along with the original tests .EXAMPLE - # Export all results from CSV to the specified path along with the original tests Export-M365SecurityAuditTable -ExportAllTests -CsvPath "C:\temp\auditresultstoday1.csv" -ExportPath "C:\temp" -ExportOriginalTests + # Export all results from CSV to the specified path along with the original tests .LINK https://criticalsolutionsnetwork.github.io/M365FoundationsCISReport/#Export-M365SecurityAuditTable #>