We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9478 commit 274b0e2Copy full SHA for 274b0e2
docset/winserver2025-ps/VMDirectStorage/Get-VMDirectVirtualDisk.md
@@ -53,6 +53,14 @@ This command retrieves all virtual disks attached to the virtual machine named "
53
Get-VMDirectVirtualDisk -VMName "VM1"
54
```
55
56
+Here's example output:
57
+
58
+```
59
+VMName ControllerType ControllerNumber ControllerLocation VirtualDiskFriendlyName VirtualDiskUniqueId
60
+------ -------------- ---------------- ------------------ ----------------------- -------------------
61
+VM1 SCSI 0 1 Volume01 111BBE22FD037E4E...
62
63
64
### Example 2: Retrieve virtual disks by virtual machine object
65
66
This command gets the virtual machine object for "VM1" and then retrieves its directly attached
0 commit comments