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.
我正在尝试验证何时使用 powershell 创建新 OAB 的 OAB(脱机通讯簿)根文件夹。是否有公开此内容的 WMI 类?我正在使用 powershell,但任何示例或链接都可以。
如果您的 Exchange 服务器是 Exchange 2007,则 PowerShell(使用 Exchange 管理单元)将能够通过运行以下命令来访问它:
Get-PublicFolder \NON_IPM_SUBTREE -recurse
如果您的服务器是 Exchange 2003,那么您将需要混合使用 ADSI/LDAP 来查询它。如果是 Exchange 2003,请回复。