The active directory path contains only OU information but if you want to use Active Directory computer groups, take a look at Lee Wei’s suggestion in this thread:
i wanted to know, can i write a relevance script in Retrived properties to know , whether a particular computer is a part of paritcular group, can you guide me no this
Yes. The way to do it is to look at the forum post that I sent above and import the Fixlets that Lee Wei provided in the zip file. These will record AD membership that can be retrieved in a property.
The property relevance i took from Active Directory Membership.bes (which posted by you)
if exist (name whose (it = “Win2000” or it = “WinXP” or it = “Win2003”) of Operating System) and (exist current user) and exist file (Value “Personal” of Key (“HKEY_USERS” & (name of key whose (value “Logon User Name” of key “Explorer” of key “CurrentVersion” of key “Windows” of key “Microsoft” of key “Software” of it as string as lowercase = name of current user as lowercase) of key “HKEY_USERS” of registry) & “\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders”) of registry as string & “\memberof.txt”)then (following texts of firsts " " of lines whose (it as string starts with " ") of file (Value “Personal” of Key (“HKEY_USERS” & (name of key whose (value “Logon User Name” of key “Explorer” of key “CurrentVersion” of key “Windows” of key “Microsoft” of key “Software” of it as string as lowercase = name of current user as lowercase) of key “HKEY_USERS” of registry) & “\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders”) of registry as string & “\memberof.txt”)) else “”
like i mentioned before, i did see memberof.txt created under “My documents” but somehow the server didnt got the data.