windows – 使用托管服务帐户运行命令?

前端之家收集整理的这篇文章主要介绍了windows – 使用托管服务帐户运行命令?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我刚刚为某些资源授予了MSA(托管服务帐户)的权限.

我可以通过使用MSA帐户的凭据运行cmd.exe进程来验证它是否有效,并检查我是否具有适当的权限?

可以使用Sysinternals的 PsExec工具,密码为空.

命令示例:

PsExec.exe -u domain\MsaAccount$cmd.exe
原文链接:https://www.f2er.com/windows/367542.html

猜你在找的Windows相关文章