我正在尝试使用 appcmd.exe 通过 powershell 脚本将“加载用户配置文件”的配置设置设置为 true。在阅读了许多文档后,我无法弄清楚正确的语法。
应用程序池的名称类似于“accountsmanagement.example.com”我已经尝试了以下变体,但都出错了:
c:\Windows\system32\inetsrv\appcmd.exe set config -section:applicationPools /accountsmanagement.example.com.processModel.loadUserProfile:true
如何通过 appcmd.exe 将加载用户配置文件正确设置为 true?