Skip to content

Commit

Permalink
[Bug fix] Adding Encoding option in Export-Csv as reported by shutingrz
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant3535 authored Dec 19, 2019
1 parent 207b6df commit 170644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADRecon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4632,7 +4632,7 @@ Function Export-ADRCSV

Try
{
$ADRObj | Export-Csv -Path $ADFileName -NoTypeInformation
$ADRObj | Export-Csv -Path $ADFileName -NoTypeInformation -Encoding Default
}
Catch
{
Expand Down

0 comments on commit 170644e

Please sign in to comment.