I'm trying to setup a query to get all of the users with an e-mail addres from all of my OU's and containers EXCEPT for one of them...the Irregulars OU.
my filter is formed thusly:
(&(mail=*)(objectClass=person)(!(distinguishedName=*Irregulars*)))
but is not working. How should I be doing...
How come the .Filter assignement does not always work? When I try to do a listing of all my groups in a container, and then to list out all of the user accounts in the group, it also lists groups that might be a member of the group.
Anyone know why that is?
here's a snippet
On Error...
My company used a billed project based file system, and I have a script that takes care of all of the tasks of setting up a new project, creating the folders, setting permissions, responsibilities, etc etc.
So. We've expanded, and we're having to replicate projects to the remote sites using...
I've got a UTC time from an LDAP query to active directory in the form of
"YYYYMMDDHHMMSS.0Z"
Is there a quick function similar to the "date" function that will convert it to a more printable format?
TIA.
We just ran ADPrep yesterday so that we could install our first 2003 Domain controller on the domain, and today one of our guys' Windows 98 machine (I know, I know) couldn't log on. All of his TCP/IP stuff worked (ping, internet, http) but it wouldn't log onto the domain.
any chance that...
<sigh>
I'm really well acquainted with the csv file format. I was more asking
"how do I create a button and/or link so that when they click on it, I create a file and it pops up a file save box allow them to download it to their computer?"
um, that's because the first two files in EVERY directory are the "." file (which means "the current directory") and the ".." file (which means "the directory above this one"
Its why you can do things like "cd .." literally "change directory to the directory above this one" and "move...
I've got a php page that hooks into the LDAP interface on our Active Directory Servers and that gives out user lists. However, many of our users want to be able to export the list of users to a csv file and save it locally to their harddrive (for importing into older versions of outlook or to a...
Yah, I suspect it is.
There will be be two parts...
#1 selecting the list of computesr. If you want all of them, do something like this:
Sub Enumerate ()
strADsPath = "LDAP://dc=yourdomain,dc=com"
WalkTree strADsPath, "|-->"
End Sub
' recursive function to walk down through the tree
Sub...
Couple of ways... easy way is to dump all of the computers and then do a quick search for the one you want :)
Enumerate
Sub Enumerate ()
strADsPath = "LDAP://dc=your_domain,dc=com"
' replace the above line with this one to walk the "users" sub tree
' of the Active Directory
'...
While I can conceive a simple trouble-ticket web application for my office, I was wondering if anyone was aware of (or have) a sample application that I could modify or base mine off of.
TIA.
What we tend to do is to mirror the target port (using the switch software) and then use Ethereal to gives is a detailed packet capture of what's going on. It tends to work very well.
InternetCookies, thanks for the help. You helped me figure out another problem I had.
I had a web site that if I connected to with http://server_name:81/projects it would log me in, but if I used http://server_name.domain.com:81/projects (the FQDN) it would pop up a box.
All I had to do...
Yah, I found that one, and I think I can probably modify it to allow the access I want. I think. Basically, we want to check the SNMP info from our main office to a branch office without setting up another copy of MRTG inside of the branch office.
I think it's actually tougher to write the Title of this thread than to write the question...
here's the short version.
I've got two Pix's running an static IPSec VPN tunnel. I want a computer one Side A to be able to access the inside interface of the Side B Pix. I currently can't do it...
We used to use the HP Jetdirect admin tool, and the webadmin tool a bit too, but I've found out that they are both obsoleted... what are we suggested to use now?
TIA,
I've got a PIX 506 and a Microsoft IAS server running inside of it which I'm currently using for Authentication of VPDN logons. Currently, any domain user is allow VPN access.
I also want to use the Radius server to allow domain admins to use the console of the PIX. However, I can find now...
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.