New-FsrmQuota

Anonymous
2024-05-12T15:00:13+00:00

I have to add several new quota by powershell. How can i add/setup partial GB?

It seems powershell is be able to add integers numbers only but not partials GB like in the example below

New-FsrmQuota -Path "D:\Folder1" -Size 1.48GB

Windows Server Remote and virtual desktops PowerShell

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-05-13T03:44:26+00:00

    Hi,

    I tried this command on a Windows Server 2022 VM and it created the quota as expected.

    Also tried doing it from the GUI and it worked as well.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-05-17T20:58:57+00:00

    Thank you Ian, it is working now.

    0 comments No comments