Update to use Export-CSV

This commit is contained in:
Wes Carroll
2019-07-09 11:48:21 -04:00
parent 90cf88b5cb
commit 80c82b99e0
@@ -77,7 +77,7 @@ function Export-ZertoVmNicSetting {
$nicInfo $nicInfo
} }
} }
$nicSettings | ConvertTo-Csv | Out-File $OutputFile $nicSettings | Export-Csv -Path $OutputFile
} }
end { end {