Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
How to create a vhdx file with Powershell command line
A
Andreas Schmid-Klocke
3 Views • Mar 04, 2018
Description
Tutorial for create a virtual hard drive with Powershell
Helpful links
-
Helpful commands
- New-VHD -Path e:\disks\usb16gbgpt.vhdx -Dynamic -SizeBytes 16GB |
- Mount-VHD -Passthru |
- Initialize-Disk -PassThru -PartitionStyle GPT |
- New-Partition -DriveLetter G -UseMaximumSize |
- Format-Volume -FileSystem NTFS -NewFileSystemLabel USB16GBGPT -Confirm:$false –Force
If you like this tutorial, then click "Like"
Helpful links
-
Helpful commands
- New-VHD -Path e:\disks\usb16gbgpt.vhdx -Dynamic -SizeBytes 16GB |
- Mount-VHD -Passthru |
- Initialize-Disk -PassThru -PartitionStyle GPT |
- New-Partition -DriveLetter G -UseMaximumSize |
- Format-Volume -FileSystem NTFS -NewFileSystemLabel USB16GBGPT -Confirm:$false –Force
If you like this tutorial, then click "Like"
More from User
03:36
Comment.Drills
Andreas Schmid-Klocke
00:18
Intro
Andreas Schmid-Klocke
06:32
How to install any Windows OS with a USB device about Rufus
Andreas Schmid-Klocke
04:19
How to create a vhdx file with Powershell command line
Andreas Schmid-Klocke
Related Videos
00:20
PDF PowerShell For Beginners Master The PowerShell Command Line In 24 Hours Python EBook
VeraDrakeNash
00:08
Book PowerShell: For Beginners! Master The PowerShell Command Line In 24 Hours (Python Programming
KamleyPerry
01:30
Minimal BASH-Like line editing is supported. For the first word, TAB lists possible command completion. Anywhere else TAB lists possible device or file completions.
f100004016964074
04:17
How to CREATE a Text File On a Mac Using Terminal Commands - Basic Tutorial | New
ComputerScienceVideos
04:36
Windows Command Line Tutorials- Listing Files and Directories | Part-1
Shreyash Tripathi
00:22
[Download] Get Started with Linux: Working with Files and Directories in the Command Line
BernaBanning