Your network contains three Hyper-V hosts. You add all of the hosts to a cluster.
You need to create highly available storage spaces that connect to directly attached storage on the hosts.
Which cmdlet should you use?

A.
Update-ClusterVirtualMachineConfiguration
B.
Enable-ClusterStorageSpacesDirect
C.
Set-StoragePool
D.
Add-ClusterDisk
Explanation:
The Enable-ClusterStorageSpacesDirect cmdlet enables highly available Storage Spaces that use directly attached storage Storage Spaces Direct (S2D) on a cluster.
correct answer is B
8
0
B is correct.
Enable-ClusterStorageSpacesDirect -Cluster “Contoso19-C2.production.contoso.com”
See:
https://docs.microsoft.com/en-us/powershell/module/failoverclusters/enable-clusterstoragespacesdirect?view=win10-ps
4
0
correct B
The Update-ClusterVirtualMachineConfiguration cmdlet refreshes the configuration of a clustered virtual machine within a failover cluster. Use this cmdlet if a hardware device, such as a network adapter, is to be added or removed or the hardware configuration settings, such as the setting for virtual memory, are being changed for a clustered virtual machine.
4
0