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.
我已经成功地确定了指定用户是否存在于 DOMAIN/User 下,但我不确定确定某个组是否存在于特定域下的最佳方法。
有没有人为这个问题创建了解决方案?
谢谢!
您还可以使用 adsisearcher 类型快捷方式:
([adsisearcher]'(&(objectClass=group)(samaccountname=group1))').FindOne()
[ADSI]::Exists("WinNT://$srvName/$grpName,group")