Resize windows volume using windows CLI
-
Does anyone know some command prompt or power shell commands to expand a windows partition to the maximum size possible? If not, no big deal.
I just realized that one of my labs didn’t resize… I’ve since updated my fog server but I don’t want to re-image the lab. Script or manual for this one.
-
-
The idea was to make some sort of script I can push out as a snapin.
If the volume IDs are all the same, then this will work.
-
should be able to make a batch file or something to do it.
-
diskpart, select volume 1, extend
no ?