Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试自动为我们公司的每个用户创建 Outlook 配置文件。我可以简单地告诉 PRF 文件从 AD 中获取必要的值吗?例如。“DISPLAYNAME”的值将是 AD 中声明的“LOGONNAME”,如果可能的话,我将通过 GPO 实现这个。
不,但您可以在代码中明确地从 AD 中检索数据并自行构建 PRF 文件。