Update to use Export-CSV
This commit is contained in:
@@ -77,7 +77,7 @@ function Export-ZertoVmNicSetting {
|
|||||||
$nicInfo
|
$nicInfo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$nicSettings | ConvertTo-Csv | Out-File $OutputFile
|
$nicSettings | Export-Csv -Path $OutputFile
|
||||||
}
|
}
|
||||||
|
|
||||||
end {
|
end {
|
||||||
|
|||||||
Reference in New Issue
Block a user