How to View Available Storage in a Storage Spaces Direct Pool?
Your company uses Storage Spaces Direct. You need to view the available storage in a Storage Space Direct storage pool. What should you use?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests knowledge of cluster-specific management interfaces versus standalone OS tools, with the common trap being the selection of Disk Management for centralized pool visibility.
To monitor capacity within a Storage Spaces Direct environment, administrators must utilize the Failover Cluster Manager console. The certification community unanimously agrees that this cluster-aware interface is the correct tool for viewing S2D storage pools.
Candidates frequently select Disk Management, assuming it displays all attached storage, but it only manages local physical and logical drives without cluster or S2D awareness.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Storage Spaces Direct relies on a failover cluster to aggregate local storage into a shared pool. Failover Cluster Manager provides the dedicated graphical interface to view pool health, capacity, and virtual disk allocations across all nodes. This aligns with Microsoft’s recommended management approach for on-premises hyperconverged infrastructures.Why the Other Options Are Wrong
Disk Management is restricted to individual server volumes and cannot interpret clustered storage metadata. The Get-StorageFileServer cmdlet verifies whether a node is hosting a file server role, not storage pool capacity. System Configuration is a legacy utility for managing boot options and services, making it entirely irrelevant to modern storage administration.Community Comment Notes
Voters showed a perfect consensus on option B, validating its straightforward nature. One candidate noted the repetitive nature of this question across different platforms, highlighting the importance of recognizing core S2D management concepts rather than memorizing exact wording. Overall, the discussion reinforces that cluster manager remains the primary GUI reference point.Official Reference
Exam Strategy
When encountering Storage Spaces Direct or Azure Stack HCI scenarios, immediately associate them with Failover Cluster Manager for GUI tasks and PowerShell for automation. Differentiate between node-local tools and cluster-wide consoles to quickly eliminate distractors during the exam.