Hi Guys
I can add the attribute using thr below script, but thats fpr only one user at a time. How do i add it for all users all at once? There has go to be a way....please help..
Set objUser = GetObject _
("LDAP://cn=user,ou=test,dc=test,dc=test")
objUser.Put "msRTCSIP-LineServer", "sip:test@test.internal"
objUser.SetInfo
regards
Adrian