We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aebf21 commit 74c8810Copy full SHA for 74c8810
ActiveDirectory/Get-ADPermissionsReport.ps1
@@ -62,4 +62,4 @@ foreach($OU in $OUs){
62
}
63
Write-Progress -activity "Query Permissions, please wait." -Completed -Id 1
64
IF ($showresult) { $report | Format-Table -AutoSize }
65
-IF ($export) { $report | Export-Csv -Path "$ExportFile" -NoTypeInformation -Force }
+IF ($export) { $report | Export-Csv -Path "$ExportFile" -NoTypeInformation -Force -Delimiter ";"}
0 commit comments