You need to remove Disk8 from Pool3

Note: This question is part of a series of questions that use the same set of answer choices. Each
answer choice may be used once, more than once, or not at all.
You have a computer named Computer1 that has storage configured as shown in the following table.

Pool3 contains a storage space named Space3 that is 100 GB.
Disk8 fails.
You add a new disk named Disk9 to Pool3.
You need to remove Disk8 from Pool3.
What should you use?

Note: This question is part of a series of questions that use the same set of answer choices. Each
answer choice may be used once, more than once, or not at all.
You have a computer named Computer1 that has storage configured as shown in the following table.

Pool3 contains a storage space named Space3 that is 100 GB.
Disk8 fails.
You add a new disk named Disk9 to Pool3.
You need to remove Disk8 from Pool3.
What should you use?

A.
Add-PhysicalDisk

B.
Diskpart

C.
New-VirtualDisk

D.
Remove-PhysicalDisk

E.
Resize-VirtualDisk

F.
Set-StoragePool

G.
Subst

H.
Update-Disk

Explanation:
https://technet.microsoft.com/en-us/library/dn782852
(v=ws.11).aspx#BKMK_Step6RemoveOldDisk



Leave a Reply 11

Your email address will not be published. Required fields are marked *


Koentje

Koentje

Did examen today, passed.

Some new questions.

ptrillides

ptrillides

Hello Koentje,

Can you please give me some help with the exams ?
My email is [email protected]
Pls message me when you are available

Thank you

Reya

Reya

Passed.

Uploaded some my 70-698 Practice Questions here: https://drive.google.com/drive/folders/0B75b5xYLjSSNS2VWeHlUWXRRVGs?usp=sharing

and following are several new questions i got in my test:

QUESTION 53
You plan to use the computer to test applications.
You need to install Windows Insider Preview builds on the computer. What should you do?

A. From Group Policy, configure the Add features to Windows 10 settings.
B. From the Settings app, configure the Advanced options for Windows Update.
C. From Group Policy, configure the Windows Update settings.
D. From the Settings app, select Developer mode.

Answer: B
Explanation:

QUESTION 54
Note: This question is part of a series of questions that use the same set of answer choices. Each answer choice may be used once, more than once, or not at all.
You have a computer named Computer1 that has storage configured as shown in the following table.

Pool1 contains a storage space named Space1 that is 300 GB.
Pool3 contains a storage space named Space2 that is 100 GB.
Pool2 is empty.
You discover that Distc2 experiences physical errors.
You need to ensure that all of the data in Space1 is stored on other disks in the storage pool only.
What should you use?

A. Add-PhysicalDisk
B. Diskpart
C. New-VirtualDisk
D. Remove-PhysicalDisk
E. Resize-VirtualDisk
F. Set-StoragePool
G. Subst
H. Update-Disk

Answer: F
Explanation:

QUESTION 55
Note: This question is part of a series of a questions that use the same set of answer choices. Each answer choice may be used once, more than once, or not at all.
You have a computer named Computer1 that has storage configured as shown in the following table.

Pool1 contains a storage space named Space1 that is 300 GB.
Pool3 contains a storage space named Space2 that is 100 GB.
Pool2 is empty.
Disk8 fails.
You add a new disk named Disk9 to Pool3.
You need to remove Disk8 from Pool3.
What should you use?

A. Add-PhysicalDisk
B. Diskpart
C. New-VirtualDisk
D. Remove-PhysicalDisk
E. Resize-VirtualDisk
F. Set-StoragePool
G. Subst
H. Update-Disk

Answer: D
Explanation:

BDP

BDP

Passed today but heads up, more than a third of the exam is new questions. New questions involve Win 10 v1709, OneDrive, pinging computers, and a couple of other areas I cannot remember. I do not remember questions specifically.

Sam

Sam

Agree with answer D.
$FailedDisk = Get-PhysicalDisk | Where-Object –Property HealthStatus –ne Healthy
$FailedDisk | Set-PhysicalDisk –Usage Retired
$Pool | Get-VirtualDisk | Repair-VirtualDisk -Asjob
$Pool = $FailedDisk | Get-StoragePool

Remove-PhysicalDisk –StoragePool $Pool -PhysicalDisks $FailedDisk

Arianne

Arianne

Passed this exam on March 2nd 2018 and 30 questions are the same as this site.
A total of 57 questions.
Some new questions about OneDrive and one question about 1703 > 1709.