File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed
docset/winserver2025-ps/VMDirectStorage Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,6 @@ This command retrieves all virtual disks attached to the virtual machine named "
5353Get-VMDirectVirtualDisk -VMName "VM1"
5454```
5555
56- Here's example output:
57-
58- ``` Output
59- VMName ControllerType ControllerNumber ControllerLocation VirtualDiskFriendlyName VirtualDiskUniqueId
60- ------ -------------- ---------------- ------------------ ----------------------- -------------------
61- VM1 SCSI 0 1 Volume01 111BBE22FD037E4E...
62- ```
63-
6456### Example 2: Retrieve virtual disks by virtual machine object
6557
6658This command gets the virtual machine object for "VM1" and then retrieves its directly attached
Original file line number Diff line number Diff line change @@ -4,20 +4,29 @@ Help Version: 5.1.0.2025
44Locale : en-US
55Module Guid : 62a0b63f-2a15-415f-919a-a48e87f830cc
66Module Name : VMDirectStorage
7- ms.date : 02/21/2024
7+ ms.date : 03/28/2025
88title : VMDirectStorage module
9+ ai-usage : ai-generated
910---
1011
11- # VMDirectStorage Module
12+ # VMDirectStorage module
13+
1214## Description
13- {{ Fill in the Description }}
1415
15- ## VMDirectStorage Cmdlets
16+ The ** VMDirectStorage** module provides cmdlets to manage the direct attachment of Storage Spaces
17+ Direct virtual disks to virtual machines (VMs). This allows for high-performance storage
18+ configurations by bypassing the host file system.
19+
20+ ## VMDirectStorage cmdlets
21+
1622### [ Add-VMDirectVirtualDisk] ( Add-VMDirectVirtualDisk.md )
17- {{ Fill in the Description }}
23+
24+ Attaches a Storage Spaces Direct virtual disk to a virtual machine.
1825
1926### [ Get-VMDirectVirtualDisk] ( Get-VMDirectVirtualDisk.md )
20- {{ Fill in the Description }}
27+
28+ Retrieves information about Storage Spaces Direct virtual disks attached to a virtual machine.
2129
2230### [ Remove-VMDirectVirtualDisk] ( Remove-VMDirectVirtualDisk.md )
23- {{ Fill in the Description }}
31+
32+ Detaches a Storage Spaces Direct virtual disk from a virtual machine.
You can’t perform that action at this time.
0 commit comments