From 80c82b99e08953f3b8a104ca450fba0960eb73da Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Tue, 9 Jul 2019 11:48:21 -0400 Subject: [PATCH] Update to use Export-CSV --- ZertoApiWrapper/Public/Export-ZertoVmNicSetting.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/Export-ZertoVmNicSetting.ps1 b/ZertoApiWrapper/Public/Export-ZertoVmNicSetting.ps1 index cace80a..6846145 100644 --- a/ZertoApiWrapper/Public/Export-ZertoVmNicSetting.ps1 +++ b/ZertoApiWrapper/Public/Export-ZertoVmNicSetting.ps1 @@ -77,7 +77,7 @@ function Export-ZertoVmNicSetting { $nicInfo } } - $nicSettings | ConvertTo-Csv | Out-File $OutputFile + $nicSettings | Export-Csv -Path $OutputFile } end {