通过System.DirectoryServices.DirectoryEntry de = new System.DirectoryServices.DirectoryEntry(path); path的格式为:“LDAP://<GUID=XXX>” 得到一个DirectoryEntry对象,如果此GUID的值在AD中不存在,会报“从服务器返回了一个参照”错误。

 

相关文章:

  • 2021-06-07
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案