Ask Question
11 October, 08:19

What Windows PowerShell commands should you use to create a simple volume of the same size on disk 3 using the drive letter G:?

+4
Answers (1)
  1. 11 October, 11:29
    0
    The solution for this problem is

    Create a new partition on disk 1

    PS C:/> New-Partition - DiskNumber 1 - UseMaximumSize - AssignDriveLetter

    This command lets you create a new partition disk and the same time uses the maximum available space as well as the automatically assigning it into a drive.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What Windows PowerShell commands should you use to create a simple volume of the same size on disk 3 using the drive letter G:? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers