It’d be useful for Service Providers and customers using vCD. I regularly get customers who are familiar with PowerCLI and try to apply the same mindset from Set-VM for vCenter and they’re saddened from it being missing. Easiest way I’ve found to do this with PowerShell is to write a custom function where PowerShell leverages REST API.
Agreed, was trying to find a way to change the storage policy on a VM or VM disks, only to find I have to wrap a function around the API call to achieve this. Much sadness.
Can you please share you version of Set-VICM?