Skip to content

Commit 87e1617

Browse files
committed
Minor tweaks
1 parent 762dcef commit 87e1617

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docset/winserver2025-ps/storage/Get-PhysicalDisk.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Gets a list of all PhysicalDisk objects visible across any available Storage Management
3-
Providers, or optionally a filtered list.
2+
description: Gets a list of all PhysicalDisk objects visible across any available Storage Management Providers, or optionally a filtered list.
43
external help file: StorageScripts-help.xml
54
Module Name: Storage
65
ms.date: 3/24/2025
@@ -99,7 +98,7 @@ Providers, or optionally a filtered list of disks.
9998

10099
### Example 1: Getting all physical disks
101100

102-
```
101+
```PowerShell
103102
Get-PhysicalDisk
104103
```
105104

@@ -114,7 +113,7 @@ PhysicalDisk4 False OK Healthy D
114113

115114
### Example 2: Getting all physical disks eligible for adding to a storage pool
116115

117-
```
116+
```PowerShell
118117
Get-PhysicalDisk -CanPool $True
119118
```
120119

@@ -481,7 +480,7 @@ Accept wildcard characters: False
481480
### -VirtualDisk
482481

483482
Accepts a **VirtualDisk** object as input and gets the physical disks used by the virtual disk. The
484-
VirtualDisk object is exposed by the `Get-VirtualDisk` cmdlet.
483+
**VirtualDisk** object is exposed by the `Get-VirtualDisk` cmdlet.
485484

486485
```yaml
487486
Type: CimInstance
@@ -566,20 +565,20 @@ The `Get-PhysicalDisk` cmdlet returns objects that represent physical disks.
566565

567566
- [Add-PhysicalDisk](./Add-PhysicalDisk.md)
568567

569-
- [Get-StorageEnclosure](./Get-StorageEnclosure.md)
570-
571-
- [Get-StoragePool](./Get-StoragePool.md)
572-
573-
- [Get-StorageSubSystem](./Get-StorageSubsystem.md)
574-
575-
- [New-StoragePool](./New-StoragePool.md)
576-
577568
- [Remove-PhysicalDisk](./Remove-PhysicalDisk.md)
578569

579570
- [Reset-PhysicalDisk](./Reset-PhysicalDisk.md)
580571

581572
- [Set-PhysicalDisk](./Set-PhysicalDisk.md)
582573

583-
- [New-VirtualDisk](./New-VirtualDisk.md)
574+
- [Get-StorageEnclosure](./Get-StorageEnclosure.md)
575+
576+
- [Get-StoragePool](./Get-StoragePool.md)
577+
578+
- [New-StoragePool](./New-StoragePool.md)
579+
580+
- [Get-StorageSubSystem](./Get-StorageSubsystem.md)
584581

585582
- [Get-StorageNode](./Get-StorageNode.md)
583+
584+
- [New-VirtualDisk](./New-VirtualDisk.md)

0 commit comments

Comments
 (0)