How Do I Enable Quota in File Server Resource Manager on PowerShell?

Asked 2 years ago, Updated 2 years ago, 55 views

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

2022-09-29 22:42

1 Answers

Set-FsrmQuota-Path D:\folder-Disabled: $False


2022-09-29 22:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.