powerShell Set-acl strange error : there is not enough space on the disk

powerShell Set-acl strange error : there is not enough space on the disk

我正在处理一个 PS 脚本,该脚本设置活动目录的权限。 我已经研究了一段时间了,在使用 set-acl 函数时突然收到一条奇怪的错误消息。

错误信息是:

Set-Acl : There is not enough space on disk
AT c:\users\apppki2\desktop\fimxxx.ps1:457 char:17
+   set-acl -aclobject $acl "${tmpPsDrive}:${targetDrive}"
+   ~~~~~

+Categoryinfo : notspecified : (cn=.....:string) [set-acl], adexception
+fullyqualifiederrorid : adprovider:setsecuritydescriptor:aderror,microsoft.powershell.commands.setaclcommand

我想再次提及,此代码有效,并且仍在进行测试 enviroment.but 不是我真正希望它工作的地方,现在正在工作。

我该如何进一步调查这个问题?在哪里可以获得更多线索或错误详细信息?

谢谢...

在 dc 上释放 space 后,我仍然不断收到此错误信息。 在验证凭据和用户权限几个小时后,我只是按下直流机器上的重置按钮,噗,一切恢复正常,工作完美。

可能是 dc 端的某种缓存,我仍然没有弄清楚如何在不重新启动的情况下解决这个问题。

目前可以使用,我很高兴!

谢谢大家