Guest User

Untitled

a guest
Mar 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. PS> Resize-VHD -Path "C:Container.vhd" -SizeBytes 20GB
  2. Error:
  3. Resize-VHD : The term 'Resize-VHD' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
  4. At line:1 char:1
  5. + Resize-VHD -Path "C:Container.vhd" -SizeBytes 20GB
  6. + ~~~~~~~~~~
  7. + CategoryInfo : ObjectNotFound: (Resize-VHD:String) [], CommandNotFoundException
  8. + FullyQualifiedErrorId : CommandNotFoundException
Add Comment
Please, Sign In to add comment