How to Manage Hard Disk using PowerShell
If you want to learn how to manage your SSD or Hard Drive using just Windows PowerShell then this video is for you.
I will show you how remove data, delete partition, create new partition and give it a drive letter all in powershell.
1. Get-Disk
2. Get-Disk 0 | Clear-Disk -RemoveData
3. Initialize-Disk 0
4. New-Partition -DiskNumber 0 -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel Archive
5. Get-Partition -DiskNumber 0 | Set-Partition -NewDriveLetter Z
Why not join our forum
http://www.briteccomputers.co.uk/forum
Watch video How to Manage Hard Disk using PowerShell online without registration, duration hours minute second in high quality. This video was added by user Britec09 19 November 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 21,790 once and liked it 381 people.