Skip to main content
  1. posts/

Moving On

·16 words·1 min·
 Author
Author
Christian Mohn
IT veteran, podcaster, author, and blogger from Bergen, Norway.
if ((Get-date) -gt (Get-date 2012-01-01))
    {Get-VM h0bbel |
      Move-VM -Datastore newEmployer -RunAsync
     }

More details later.

Related