admin管理员组文章数量:1297226
I am trying to write a Powershell script to set disk quotas for newly created users on Windows 11.
fsutil
does only allow setting the quota for specific users which doesn't help me here, I want to set it for users that are created later.
I found the tip to create/set the values Limit
, LimitUnits
, Threshold
and ThresholdUnits
in the registry under HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DiskQuota
, but that doesn't seem to do anything either.
本文标签: Set Windows disk quota for new users in powershellStack Overflow
版权声明:本文标题:Set Windows disk quota for new users in powershell - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738487558a2089511.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论