Is ther a way to import Virtual Machine Notes attribute to a new vCenter? I am able to export the notes using
$vm = Get-VM | Select Name, Notes
$vm | export-csv notes.csv
but cant figure out how to import them...
Thanks Andy
Is ther a way to import Virtual Machine Notes attribute to a new vCenter? I am able to export the notes using
$vm = Get-VM | Select Name, Notes
$vm | export-csv notes.csv
but cant figure out how to import them...
Thanks Andy