`# Set VM description from csv file`   

Import-Csv "C:\vm.csv" -UseCulture | %{Set-Vm -VM $_.Name -Description $_.Note -Confirm:$false -RunAsync}