Friday, 23 May 2008

How to publish RDP in ISA 2004

http://www.experts-exchange.com/Security/Software_Firewalls/Q_21107779.html#a11901164

Wednesday, 14 May 2008

Unable to delete and overtype in Office Apps

http://www.theofficeexperts.com/forum/showthread.php?t=5852

Saturday, 10 May 2008

How to export a list of users and computers from AD

Export all AD to a .csv file…


The plain CSVDE -f export switch

The mission: To export all users and computers into a file called adusers.csv and then to read this export data in Excel.

Preparation: Open up a command prompt, I use Start, Run, CMD.

Type this command: CSVDE -f adusers.csv

To see instantly the result of your command, type: notepad adusers.csv. For a more useful view of your export, open a spreadsheet like Excel, click File (menu) Open, select: Files of Type and change to All files, now browse to the directory where you created adusers.csv.