Skip to content

Commit 7aa70de

Browse files
committed
Update hyper-v-storage-cluster-management.md
1 parent 1937071 commit 7aa70de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/windows-server/virtualization/hyper-v-storage-cluster-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Follow these step-by-step solutions to address the described issues.
107107
- Export inventory:
108108
109109
```powershell
110-
Get-VM | Select-Object -Property \* | Export-Csv -Path "C:\VMInventory.csv" -NoTypeInformation
110+
Get-VM | Select-Object -Property * | Export-Csv -Path "C:\VMInventory.csv" -NoTypeInformation
111111
```
112112
113113
2. Enable VM processor compatibility

0 commit comments

Comments
 (0)