views:

32

answers:

0

I need a portion of code in C# (on top of .Net 2.0) tha given the Novell workstation name finds me the workstation id (the guid). I tried using the DirectorySearcher class with an LDAP query (CN=workstation_name) and it didn't work. I cannot find any Novell documentation for this too. Your help is appreciated.