a blog about tech stuff – mostly.
-
Redirect an HTTP page to HTTPS
A while ago, I found it necessary to “automagically” redirect traffic from a standard http webpage to https (which is particularly useful for Outlook Web Access Pages) and I figured out how to do so by using a simple https redirect page…
-
Another funny pic
-
Friggin' Awesome Remote Desktop Software
If you have a client that needs computer help and has an internet connection, you need this software! It has a built-in chat, whiteboard tools, hell you can even re-boot the machine in safe mode and still work on it! Even better, you can have the program remove itself from the client PC when you’re done…
-
Yep.
Others available here: http://xkcd.com
-
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…