Ask Question
Yesterday, 22:14

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. Today, 01:40
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers