Hi Andy,
to import the virtual machine Notes attribute into a new vCenter server you can use the following PowerCLI script:
Import-CSV-PathNotes.csv |ForEach-Object { Get-VM$_.Name | Set-VM-Notes$_.Notes -Confirm:$false }
Hi Andy,
to import the virtual machine Notes attribute into a new vCenter server you can use the following PowerCLI script:
Import-CSV-PathNotes.csv |ForEach-Object { Get-VM$_.Name | Set-VM-Notes$_.Notes -Confirm:$false }