T Toni Jul 7, 2004 #1 Does anyone have a tool to export home folder and profile locations out of Active Directory into a text file?
Does anyone have a tool to export home folder and profile locations out of Active Directory into a text file?
J Jerold Schulman Jul 7, 2004 #2 Does anyone have a tool to export home folder and profile locations out of Active Directory into a text file? Click to expand... dsquery * domainroot -filter "(&(objectCategory=Person)(objectClass=User)(sAMAccountName=*))" -attr sAMAccountName distinguishedName homeDirecotry profilePath -limit 0 filename.txt Click to expand... See tips 7714, 7330, and 6820 in the 'Tips & Tricks' at http://www.jsiinc.com Also, 5898. Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com
Does anyone have a tool to export home folder and profile locations out of Active Directory into a text file? Click to expand... dsquery * domainroot -filter "(&(objectCategory=Person)(objectClass=User)(sAMAccountName=*))" -attr sAMAccountName distinguishedName homeDirecotry profilePath -limit 0 filename.txt Click to expand... See tips 7714, 7330, and 6820 in the 'Tips & Tricks' at http://www.jsiinc.com Also, 5898. Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com
B Brian Desmond [MVP] Jul 9, 2004 #4 I believe you'll need to snag them from a 2003 box. -- -- Brian Desmond Windows Server MVP (e-mail address removed)12.il.us Http://www.briandesmond.com
I believe you'll need to snag them from a 2003 box. -- -- Brian Desmond Windows Server MVP (e-mail address removed)12.il.us Http://www.briandesmond.com