PowerCLI: Delete All Existing Notes
August 17, 2009 Leave a comment
In this post a simple one-liner which will delete all the existing Notes from al your VM’s.
Get-VM * |Set-VM -Description " " -Confirm:$false
Warning: This one-liner will delete all the Notes, so be sure you want to do this!





