Guys,
As I'm actually playing with AD, i'll soon realease 3 InOU function
The first one will require SearchAD() UDF Second is the same but independant (as i'm a good computer-user, i'm lazy and so prefer to have the indepedant one already done instead of taking the 2 functions to make only one if i don't want to use AdSearch
)
Third will be based on Adsysinfo for NTx systems (everyone know about it, but as no one release an InOu with it, i'll write it into stone). For this one, i need to know if Adsysinfo is working without any "hack" on NT4 system with the Active Directory client installed. If anyone can test this script, i would be gratefull
code:
break on
; shawn's snippet$sysinfo = createobject("adsysteminfo")
if $sysinfo
?"username=" $sysinfo.username
else
?"trouble"
endif
exit 1
Tya
Oh, if you want to try some AD stuff, drop me a mail
[ 20 December 2001: Message edited by: Alex.H ]