How To Format a Windows Nano Server 2016 Disk \ Volume

In this article, I’ll show you how I format my Nano Server 2016 Hard Disk using PowerShell.

To get started, I’ll use PowerShell Remoting to connect to my Nano Sever:

Enter-Pssession NanoD04

Once connected, I’ll get a list of all the Disks / Volumes using the cmdlet below:

Get-Volume

In my case, I’ll format Disk E using the line below:

Format-Volume -DriveLetter e

For more Windows Nano Server 2016 visit out Nano Server Page for 90+ articles.


Posted

in

by