Ask Question
30 December, 19:56

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

+5
Answers (1)
  1. 30 December, 20:05
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers