Forum Discussion
Clyde Trumbull
Dec 09, 2021Copper Contributor
Get-PartitionSupportedSize hangs forever when Azure File Sync is installed
This is occurring on several servers and all volumes that file sync setup Command: Get-PartitionSupportedSize -DiskNumber 5 -PartitionNumber 2 Server info: Windows 2019 VMware RDM disk setup...
Clyde Trumbull
Jan 21, 2022Copper Contributor
I cannot believe no one has any ideas. This problem still exist. No one else has ran into this. I know this is pretty new but I thought someone might has ran into it or Microsoft can try to duplicate the issue.
Qunaki
Aug 13, 2025Copper Contributor
Found this old thread...
Yes it is/was painfully slow.
Made me go back to MS and lock/read again.
I have used: $data = Get-PartitionSupportedSize -DiskNumber $num -Partition $par
Changed it to: $data = Get-PartitionSupportedSize -DiskNumber $num -Partition $par -AsJob
Thank you, for the information as it still not solved, and making me go back.
-AsJob was the key for me. Hope you have the same luck.
Note! It was not on azure, only local. But anyone can try atleast.
Just registered here today, just to contibute.