Skip to content

Commit f33a6e2

Browse files
Correction of errors in command descriptions
Corrected an error in the wmic command wmic disk drive -> wmic diskdrive
1 parent fdad2fa commit f33a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/enable-nvme-faqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ sections:
243243
- question: |
244244
How can I identify NVMe disks on windows VM?
245245
answer: |
246-
Launch PowerShell and use the following command: `wmic disk drive get model,scsilogicalunit`
246+
Launch PowerShell and use the following command: `wmic diskdrive get model,scsilogicalunit`
247247
248248
:::image type="content" source="./media/enable-nvme/nvme-faq-7.png" alt-text="Screenshot of an example of Powershell command example to launch NVMe on Windows.":::
249249

0 commit comments

Comments
 (0)