Well, I assume that this is because the search engine is made to use Full Name as a default search criteria. But I am sure it's possible to get find users based on email addresses...
No, unfortunately - the thing is that it is returning a value "similar" to what is given. For example, if I have a user John Doe with the email address of 'master.exploder@mydomain.com' and I search for 'johnsmith@domain.com' (non-existent email), it will still return me a value of John Doe...
Hello everyone
I have a problem with searching for the Exchange User object based on the email address of the person, instead of full name.
The idea behind the script is to go through a list of email addresses in a csv file and output the full names, addresses, job titles along with the email...
OK, thanks a lot. Well, I give up trying to click the buttons. I have a workaround though! I will click the buttons myself, while the script will monitor whether the relevant page has loaded - as soon as it loads, it will fill in the forms, then I will click another button and the script notice...
I see... Well, the idea here is to create a script for support users (me) to automate user creation process for an internal company system (getting on the basis of the email addresses list, getting Job Title, address and name info for each employee, putting the data into the form and submit). It...
I tried this in these three ways, but I get a Type mismatch error:
1.
Function buttonclicker
call BtnClickPreHandler(appIE.Document.GetElementByID("logout"))
End Function
2.
appIE.document.parentWindow.BtnClickPreHandler(appIE.Document.GetElementByID("logout"))
3.
Call...
Hello,
I cannot figure out how do I make vbscript click a button on a webpage which, according to "Inspect Element" is represented by this code:
<td class="a" id="logout" onclick="BtnClickPreHandler(this);" onmouseover="HoverOn(this)" onmouseout="HoverOff(this);" title="Log out">
<img...
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.