Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
How to move the VM Storage of "Test VM" to the Storage Target D:\TestVM with Powershell ?
Answer
PS C:\> Move-VMStorage "Test VM" -DestinationStoragePath D:\TestVM

Question
How to move the VM Storage of "Test VM" to the Storage Target D:\TestVM with Powershell ?
Answer
?

Question
How to move the VM Storage of "Test VM" to the Storage Target D:\TestVM with Powershell ?
Answer
PS C:\> Move-VMStorage "Test VM" -DestinationStoragePath D:\TestVM
If you want to change selection, open document below and click on "Move attachment"

Move-VMStorage
eUnmanagedVhds] [-AllowUnverifiedPaths] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>] Description The Move-VMStorage cmdlet moves the storage of a virtual machine. Examples Example 1 <span>PS C:\> Move-VMStorage "Test VM" -DestinationStoragePath D:\TestVM Moves all files associated with a virtual machine test VM to D:\TestVM Example 2 PS C:\> Move-VMStorage "Test VM" -VirtualMachinePath D:\TestVM\Config -SnapshotFilePath D:\TestVM\Sna

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.