hi all,
is there any object that i can check how the jobs followed after I create them in powerCLI? (especially when I create them with "-RunAsync")
for example :
New-vm -vmhost xxx.xxx.xx.xx -Name $name | -RunAsync |
and I now I want to print the status or how much percent,
so, how i can get that jobs object?