Hi,
I'm trying to use the Set-SMHVDataset Cmd-Let to add over 600 Hyper-V VM's into the relevant dataset.
I have a script but the Cmd-Let just seems to hang and doesn't set anything. If I create a Dataset from scratch using the Add-SMHVDataset Cmd-Let it will create it but still will not add any hosts or VM's into it.
I enter the command as below:
Set-SMHVDataset -DataSetName DS1 -VM's @{"Host"="Cluster1"; "Names"="VM1"}
Is there anyone who has got this to work in their environment?
Thanks