SharePoint 2010 中的应用程序池帐户
如何更改 sharepoint 2010 中任何 Web 应用程序的应用程序池帐户凭据
How to change app pool account credentials for any web application in sharepoint 2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到以下位置:
中央管理 – 安全 – 配置服务帐户 – 常规安全 – 配置托管帐户
然后编辑与您的应用程序池对应的托管帐户。您可以选择在编辑页面上更改密码。
您还可以使用名为以下的 Powershell 命令执行相同操作:
设置 SP 托管帐户。
Go to following:
Central Admin – Security – Configure Service Account – General Security – Configure Managed Account
Then edit the managed account that corresponds to your application pool. You will have an option to change the password on the edit page.
You can also do the same with a Powershell command named:
Set-SPManagedAccount.