Archive for September, 2008

Export Email form Active Directory

This is simple script to export users name , email to txt file. just save this in Vbs file. ‘note: ‘ This script is still using Recursion to search for certain objects in the AD, ‘ this is however *not* a recommended method to query also child OU’s !! ‘Global variables Dim Container Dim OutPutFile [...]


Virtual Host on apache – XAMPP

Hi I configured two virtual hosts in my XAMPP for windows environment. This is what I did: 1) I edited hosts file and added the following. C:\WINDOWS\system32\drivers\etc 127.0.0.1 localhost 127.0.0.1 test1.inter 127.0.0.1 test2.inter ::1 localhost 2) I edited httpd-vhosts.conf \ httpd.conf file and added the following: NameVirtualHost *:80 <VirtualHost *:80> ServerName localhost DocumentRoot “C:/xampp/htdocs” </VirtualHost> [...]


Windows Xp – Commands – Cpl list

Run command is very useful, but sometimes it is forgotten. Use it sometimes and you will find how powerful is run command. Accessibility Controls – access.cpl Accessibility Wizard – accwiz Add Hardware Wizard – hdwwiz.cpl Add/Remove Programs – appwiz.cpl Administrative Tools – control admintools Automatic Updates – wuaucpl.cpl Bluetooth Transfer Wizard – fsquirt Calculator – [...]