Admin quotas by PowerShell

Mario 300 Reputation points
2024-11-13T19:13:23.5933333+00:00

How to assign a quota template previously created through PowerShell to a specific folder?

Windows for business Windows Server User experience PowerShell
Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. Anonymous
    2024-11-14T00:59:05.3533333+00:00

    Hi Mario,

    The New-FsrmQuota cmdlet can create a FSRM quota based on a quota template.

    New-FsrmQuota -Path "C:\Shares" -Description "limit usage to 100 MB based on template." -Template "100 MB Limit"
    

    https://learn.microsoft.com/en-us/powershell/module/fileserverresourcemanager/new-fsrmquota

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.