Skip to content

Commit 74c8810

Browse files
committed
Add Delimeter to avoid LDAP path issues
1 parent 8aebf21 commit 74c8810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ActiveDirectory/Get-ADPermissionsReport.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ foreach($OU in $OUs){
6262
}
6363
Write-Progress -activity "Query Permissions, please wait." -Completed -Id 1
6464
IF ($showresult) { $report | Format-Table -AutoSize }
65-
IF ($export) { $report | Export-Csv -Path "$ExportFile" -NoTypeInformation -Force }
65+
IF ($export) { $report | Export-Csv -Path "$ExportFile" -NoTypeInformation -Force -Delimiter ";"}

0 commit comments

Comments
 (0)