LucD you are a legend! Something so simple, worked a charm thank-you!
Funny enough I wasnt far off in one my script versions:
do {
sleep -s 10
$vmcheck = $vm | %{$_.powerstate}
}
until ($vmcheck -match “PoweredOff”)
again the $vm stupidly tripped me up