Skip to content

Commit 274b0e2

Browse files
committed
Added output back
1 parent 22f9478 commit 274b0e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docset/winserver2025-ps/VMDirectStorage/Get-VMDirectVirtualDisk.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ This command retrieves all virtual disks attached to the virtual machine named "
5353
Get-VMDirectVirtualDisk -VMName "VM1"
5454
```
5555

56+
Here's example output:
57+
58+
```
59+
VMName ControllerType ControllerNumber ControllerLocation VirtualDiskFriendlyName VirtualDiskUniqueId
60+
------ -------------- ---------------- ------------------ ----------------------- -------------------
61+
VM1 SCSI 0 1 Volume01 111BBE22FD037E4E...
62+
```
63+
5664
### Example 2: Retrieve virtual disks by virtual machine object
5765

5866
This command gets the virtual machine object for "VM1" and then retrieves its directly attached

0 commit comments

Comments
 (0)