Hi,
To increase the maximum limit for all users, you can try PowerShell cmdlet Set-RDVirtualDesktopCollectionConfiguration to modify MaxUserProfileDiskSizeGB. Open PowerShell as an administrator on the Remote Desktop Server and run the following command to set the new maximum size (e.g., 10GB):
Set-RDVirtualDesktopCollectionConfiguration -CollectionName "YourCollectionName" -MaxUserProfileDiskSizeGB 10
Replace "YourCollectionName"
with the actual name of your collection.
You cannot set different user profile disk sizes for individual users within the same collection. The size is set at the collection level and applies to all users within that collection. Using diskpart to resize the user profile disks is not recommended. It's best to use the supported PowerShell cmdlets for managing user profile disks in Remote Desktop Services.
Remember to back up any critical data before making changes to the user profile disk size.
Windows Client for IT Pros and Windows Server forums are moving to Microsoft Q&A
We’re transitioning to Microsoft Q&A for a more streamlined experience. Starting 21 February*, new questions can only be posted on* Microsoft Q&A. Existing discussions will remain accessible here.
From the 26 February customers looking for support on Answers will be automatically redirected to Microsoft Q&A.