Hey Z,
Thanks for the response. No problem with the delay. Wasnt a show stopper. I'll give that a shot and see what happens. Good luck with this school year!
CN
Hey Z, hope all is well, I see almoes is keeping you on your toes... quick question, trying to figure out if a user is a member of a dist list, this is what I got so far, no errors, but its not giving me the correct results, am i doing it right?
SET mgrVerify = con.Execute("SELECT...
Z,
Is there a way to do that last query in SQL?
This is what I have, but gives me a Type mismatch or no data at all.
<%
Set con = Server.CreateObject("ADODB.Connection")
con.provider ="ADsDSOObject"
con.open "Active Directory Provider"
Set Com = CreateObject("ADODB.Command")
Set...
Z,
Got it, the problem was in the order of "cn=,dn=,"
Went from
groupldap="OU=DISTLIST,CN=testlist,DC=<mydomain>,DC=ORG"
to
groupldap="CN=testlist,OU=DISTLIST,DC=<mydomain>,DC=ORG"
And that seemed to work.
no for each member it displays
CN=<member name>
CN=<Member name>
...etc
How can...
Z,
Unfortunately all of our dist lists have #s in front of them, I can only assume its to keep them at the top of the contact lists, not really my dept so i have no say in it. anyways, no I realized it wasnt in the group and i made the change and heres what i got...
Zac,
thanks for the quick response. I just get an error.
It is a System list, actually an exchange 2k3 distribution list.
error '80072032'
/tests/distlist.asp, line 14
Line 14 is the GetObject action.
Here's the code as I have it.
<%@ Language=VBScript %>
<%
Option Explicit
Dim...
Z,
They got me at it again... Im sorry to bother you yet again... If im asking here its that I have already exhausted all my books and google searches.
Anyways, what I need to do is enumerate a specific distribution list from exchange, any samples/help you may have, I would greatly...
Z,
I tried to bring in your code into my code... guess i must have screwed up some where. I keep getting this error
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/forms/formshome.asp, line 39
Here is my code....
user = Request.ServerVariables("Auth_User")
Set RootDSE...
ZColton,
Need your expertise again... I'm pulling user information from ADS with no problem, but 1 thing I need to pull is the manager field, now thats simple, problem is im getting the full DN for the manager field, when all I want is the givenName and sn. I get OU=...,CN=..., and so forth...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.