J'essaie d'utiliser l'applet de commande Resize-VHD
, mais cela entraîne l'erreur suivante:
PS> Resize-VHD -Path "C:\Container.vhd" -SizeBytes 20GB
Error:
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.
At line:1 char:1
+ Resize-VHD -Path "C:\Container.vhd" -SizeBytes 20GB
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Resize-VHD:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Comment puis-je résoudre ce problème?
Il s'avère que j'avais besoin d'installer les fonctionnalités Hyper-V sous Windows (même si je n'ai pas besoin de Hyper-V, j'utilise VHD comme conteneur de fichiers portable).
Control Panel | Programs and features | Turn windows features on or off
Hyper-V | Hyper-V Management tools | Hyper-V Module for Windows PowerShell