Category: Computer Stuff
-
Remove all profiles off of a WinXP box except for defaults using GP
Simply add this script to an OU in your domain under computer login scripts, and reboot the computers. Once they start, they’ll automagically delete all user profiles from the computer except for admin, default user, all users, etc. The script can be easily changed to suit your specific needs.
-
Turning your Linux box into a Windows Compatible Server
Sadly, as much as I’ve used different flavors of Linux, and enjoyed playing around with them, I’ve never really gotten far enough to join my linux machine to a windows domain, and actually use it as a server. This is a great writeup on how to do just that. http://www.schooltechnician.co.uk/knowledge_base/linux/turning_your_linux_box_into_a_windows_compatible_server.html
-
Empty Temporary Internet Files via Group Policy
Hopefully, this will help someone else out that has this problem. I was trying to find a way to clear out the temporary internet files of every user on every computer in a lab that I manage (read: 30 computers with 30+ profiles on each = nightmare), and could only find the setting that pertained…
-
Really good free HelpDesk Software
http://manageengine.adventnet.com/products/service-desk/download-free.html I have written a little bit about it here: http://ehb.cmh.mybluehost.me/website_9cb93709/forum/index.php?topic=20.0
-
Interactive Word 2003 to Word 2007 Command Guide
http://office.microsoft.com/en-us/word/HA100744321033.aspx Basically, it’s an interactive menu, that allows you to click on a Word 2003 command, and it will show you where that command is in Word 2007. Useful for new users to the Office 2007 Suite…
-
A powerful free script language for windows domains
http://www.kixtart.org/ What’s KiXtart KiXtart is a free-format scripting language and has rich built-in functionality for easy scripting. It supports COM (providing access to ADSI, ADO, WMI, etc) and thus is easily extensible. Since version 4.50 KiXtart comes with inbuild pre-tokenization system for faster loading and smaller scripts and providing some level of intellectual property protection…
-
An absolute must for Exchange 2007 Admins…
That like to use GUI’s. http://PowerGUI.org Plug-ins are available to make it work with active directory are available here… http://www.quest.com/powershell/activeroles-server.aspx There are x64 and x86 versions available. It has all kinds of tools built-in, such as exporting and importing as CSV files, script editor, reports in xml, csv, and html, and so much more. It’s…
-
Rebuilding Exchange 2007 IIS Default Web Site
If you have to do this, and I hope you don’t (I’m trying my best to avoid it), here are some really good resources. http://www.techexams.net/forums/viewtopic.php?t=35486 http://support.microsoft.com/default.aspx?kbid=320202
-
Importing contacts from AD into Exchange 2007
There were quite a few things that I had to do in order to get this to work. Here’s a few commands, then I’ll provide links to all of the places that helped write the commands. Cmd prompt: (this command exports every contact in your AD Domain into a csv file called, “onlycontacts.csv”) CSVDE -f…
-
Producing HD Video in Windows Media Format
I don’t know why I have such an interest in HD Video today, I just do I guess. Here’s a link to Microsoft’s site about producing videos in their proprietary format. http://www.microsoft.com/windows/windowsmedia/howto/articles/producinghdvideo.aspx *Note that the article is VERY old (2004), and even the products that they have linked on the site are not available anymore,…