@@ -17,7 +17,7 @@ This article provides a comprehensive guide to troubleshooting common issues enc
1717
1818You might experience the following issues:
1919
20- ## Hyper-V/Virtualization
20+ ## Hyper-V/Virtualization issues
2121
2222- Virtual machine (VM) import or migration failures without explicit error messages.
2323- Unbootable VMs after tasks such as Optimize-VHD, with error code 0x80070570:
@@ -32,21 +32,21 @@ You might experience the following issues:
3232 - > The property MonitorMode cannot be found on this object. Verify that the property exists and can be set.
3333 - > connect-VIServer: Failed to connect: Could not load file or assembly VMware.Vim, Version=8.3.0.399...
3434
35- ## Storage/S2D
35+ ## Storage/S2D issues
3636
3737- ` Get-PhysicalDisk ` and ` Get-VirtualDisk ` return no output or incorrect data from some cluster nodes.
3838- Disks appear as "unknown" or detached in PowerShell but show as healthy in Failover Cluster Manager.
3939- Files in App-V packages display as ** offline** or reparse points, and applications fail to launch.
4040- Volume Shadow Copy Service (VSS) commands, such as ` vssadmin list writers ` , return empty or missing writer lists.
4141
42- ## Cluster/Permissions
42+ ## Cluster/Permissions issues
4343
4444- Scheduled tasks running PowerShell scripts with ` Get-Cluster* ` cmdlets fail on passive nodes with errors like:
4545
4646 > Get-Cluster: You do not have administrative privileges on the cluster. Access is denied.
4747- Intermittent restoration of permissions after toggling settings or restarting services.
4848
49- ## General/Reporting
49+ ## General/Reporting issues
5050
5151- Inability to enumerate disks, storage usage, or generate inventory reports via PowerShell.
5252- Issues connecting to Azure subscriptions using PowerShell.
0 commit comments