Hi Matt
makes sense. thanks. great explanation. very much appreciated.
is there a difference here
$vms = get-cluster | get-pvm
$vms | %{
or
foreach ($vm in $vms) {
thanks
Hi Matt
makes sense. thanks. great explanation. very much appreciated.
is there a difference here
$vms = get-cluster | get-pvm
$vms | %{
or
foreach ($vm in $vms) {
thanks