This is kind of reverse topic from Hyena but here is my problem in hopes someone may be able to assist.
In Hyena, when you display the 'Servers', it displays the 'Type' column for each server and denotes either 'Windows NT 5.0 Server' or 'Windows NT 4.0 Server'.
I have a similar saved query in my 'Active Directory Users and Computers' MMC. I have a query set to disply Win2k servers and wish to have one for NT4 servers, however I am only able to return ALL NT4 systems. Does anyone know how I might modify my LDAP query to pare down the list to just the servers? I have been unable to locate an attirbute that returns what I need and am just about stumped.
Here is my current query definition:
(&(&(sAMAccountType=805306369)(objectCategory=comp uter)(operatingSystem=Windows NT*)(operatingSystemVersion=4.0*)))
Is there maybe a different sAMAccountType # I can use?
TIA
In Hyena, when you display the 'Servers', it displays the 'Type' column for each server and denotes either 'Windows NT 5.0 Server' or 'Windows NT 4.0 Server'.
I have a similar saved query in my 'Active Directory Users and Computers' MMC. I have a query set to disply Win2k servers and wish to have one for NT4 servers, however I am only able to return ALL NT4 systems. Does anyone know how I might modify my LDAP query to pare down the list to just the servers? I have been unable to locate an attirbute that returns what I need and am just about stumped.
Here is my current query definition:
(&(&(sAMAccountType=805306369)(objectCategory=comp uter)(operatingSystem=Windows NT*)(operatingSystemVersion=4.0*)))
Is there maybe a different sAMAccountType # I can use?
TIA
Comment