How do I enable the already created Quota for File Server Resource Manager on PowerShell?
The method of deactivation is as follows:
Set-FsrmQuota-Path D:\folder-Disable
Also, how to enable it in the command is as follows:
dirquotaquota modify/path:D:\folder/status:enabled
I've looked it up, but I can't find a way to enable it on PowerShell.
Thank you for your cooperation.
windows powershell
Set-FsrmQuota-Path D:\folder-Disabled: $False
© 2024 OneMinuteCode. All rights reserved.