I have built a little script to tag and take care of these little vCLS VMs whenever they appear, but I can't get them to storage vMotion from off my ISO repo to my production iSCSI SAN because when you storage vMotion via the webui it ask for a confirmation and when I run this portion of the script it says the following:
Line 5 | Move-VM -VM $VM -Datastore $RDCDatastoreCluster
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| 5/28/2021 10:59:48 PM Move-VM A specified parameter was not correct: StoragePlacementSpec.vm
Move-VM:
Is there anyway around this?