To complete this challenge, list the Windows PowerShell commands needed to delete all of the storage components you created during this lab on the SCSI disks of SERVERC. Then, restart SERVERC and take a screen shot of the Storage Pools page, showing the removal of the storage pool and the virtual disk you created. Press Ctrl+V to paste the resulting image into the Lab 3 worksheet file in the page provided
Do like and comment if you have any queries.
Answer:
PowerShell cmdlts:
Get-Disk 1 (enter)
Remove-Partition -DriveLetter E (enter)
A (enter)
Get-Disk 2 (enter)
Remove-Partition –DriveLetter F (enter)
A (enter)
Remove-VirtualDisk Data1
A (enter)
Remove-StoragePool Pool1
A (enter)
Get-Disk 3 (enter)
Remove-Partition -DriveLetter G (enter)
A (enter)
Get-Disk 1 (enter)
Remove-Partition -DriveLetter E (enter)
A (enter)

End of the lab.
You can log off or else you can start a different lab.
If you want this lab to restart you will need to click the End Lab button in order for the lab to be reset.
To complete this challenge, list the Windows PowerShell commands needed to delete all of the storage...
In this step, you will list all available commands in Windows PowerShell. 1. To view the list of available commands, at the Windows PowerShell command prompt, type the following command, and then press ENTER. PS >Get-Command 2. Review the list of commands available. Take note of the naming convention for commands with a CommandType of Cmdlet. 3. At the command prompt, type the following command, but do not press ENTER. PS >Get-C 4. Press TAB. Windows PowerShell expands the command...
Completion is a screenshot of the batch file showing all
of the steps to create the file system shown below.
Instructions Create a batch file clifilesystem.cmd using Notepad which performs the following steps to create the file system shown below. Also use a proper comment for each step before the command. Proof your work. Finally submit the clifilesystem.cmd file in Blackboard Figure 1. The clijfilesystem.cmd file system Work from Desktop unless using an absolute path Desktop NOS110 OS Labs Homework...