Courseiva
Manage Storage and File ServicesmediumMultiple ChoiceObjective-mapped

AZ-802 Manage Storage and File Services Practice Question

Your company runs Windows Server 2022 and utilizes Storage Spaces Direct. You need to configure a new storage pool using available drives. Which Windows PowerShell cmdlet should you create and initialize this storage pool?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

New-StoragePool

The New-StoragePool cmdlet is the primary tool in PowerShell to combine physical disks into a manageable storage pool within Storage Spaces. Proper initialization is foundational for configuring resiliency tiers and virtual disks, ensuring high availability and fault tolerance across your clustered hyper-converged infrastructure deployments.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • New-Volume

    Why it's wrong here

    This cmdlet creates a volume on an existing disk or storage pool rather than initializing the underlying physical storage pool itself. You must establish the foundational storage pool using dedicated cmdlets before attempting to provision individual formatted volumes for workloads.

  • Initialize-Disk

    Why it's wrong here

    This cmdlet prepares raw physical disks by applying a partition style such as GPT or MBR, but it does not aggregate multiple disks into a logical storage pool. Storage pool creation requires higher-level storage management cmdlets designed specifically for Storage Spaces infrastructure.

  • New-StoragePool

    Why this is correct

    This cmdlet successfully bundles available physical disks from a specified primordial subsystem into a functional storage pool. It serves as the prerequisite step for defining resilient virtual disks and hosting production file shares in your Windows Server environment.

  • Add-PhysicalDisk

    Why it's wrong here

    This cmdlet appends new or spare physical disks to an already existing storage pool, but it cannot instantiate a brand-new pool from scratch. You must first create the logical pool container before you can populate it with physical storage devices.

About these practice questions

Courseiva writes every AZ-802 question from scratch — 116 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed September 2026 · checked against the official Microsoft exam blueprint

This AZ-802 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-802 exam.