Share via

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

Answer accepted by question author

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.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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