Created
May 28, 2017 08:52
-
-
Save atzimler/d6ba8ac44032d316e4b4fcfec545db05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $vm = Get-VM | Where-Object {$_.Path.StartsWith('D:\working-images\img001')} | |
| Rename-VM -VM $vm -NewName img001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment