Terminal Service Printers do not keep local settings.
The Problem: When you start a Terminal Services session with a local printer, a redirected print queue is created in the Terminal Services session. All of your settings should be transfer over to the redirected printer, but that is not the case all the time. Some printing models do not support detecting changes to the Device Settings tab [...]
Remotely view Internet browsing history
As a Sysadmin you are sometimes force to do some detective work, and 90% of the time this will involve the auditing of user’s browsing history. There are many utilities out there, but i wanted to shared IE History View, a long time favorite app I constantly use. Each time that you type a URL in the [...]
Master Keyboard Shortcut List
I always wanted to compiled a list of my most used keyboard shortcuts, so here it is. I’m sure i will be adding more as time goes by so consider this post, a work in progress. Basic Function Key Combination Select All CTRL + A Copy CTRL + C Cut CTRL + X Paste CTRL + [...]
You Should Know: Microsoft’s Web Platform Installer
This is a simple free tool that helps you download and install various components of the Microsoft Web Platform. It basically acts like an “app store” for your server. If you are familiar with Cpanel’s Fantastico, this is a similar concept. There are different tools, databases and application that can be install using the Web Platform installer, some include; [...]
Some Client computers do not appear in the WSUS console
There are many reasons why some clients might not appear in the WSUS console. For example, GPO errors, a corrupt installation on the server or client side and issues with IIS just to name a few. Many of these issues can be pinpointed by running the WSUS Client Diagnostic Tool and if necessary the Server Diagnostic Tool. Both of [...]
Joomla Upgrade. jUpgrade Stuck
When upgrading from Joomla 1.5.X to 1.6 i ran through an issue with jUpgrade. It seem like it was always getting stuck in the Downloading process. After restarting the process different times with different variables, i still could not get past the Downloading step. So i figure i check the Parameters settings, there i was [...]
Get Email notifications when Excel workbook has been amended.
Recently I ran across a situation where i had an Excel workbook that was on a shared drive, this file would get updated by different employees on any given time of the day. I need it a way to alert someone in management every time this file was amended. This was my solution: Private Sub [...]
Phishing Report: Unfortunately we are not alone.
If you’ve ever been a webmaster or a network administrator of a web server for a mere 2 minutes. There is a great change you have dealt with some kind of hacking attempt. (You say No?, Check your logs). Well recently our web server suffer a hacking attack which resulted in a phishing trap that [...]
Batch file output to Log file
When running a batch file it might be beneficial and necessary to have a log file detailing the status of the commands. While there are different ways around creating a log file, batch file redirection is the key. To explain redirection lets see this example of a batch file that shutdowns some computers: shutdown -s [...]
The execution of scripts is disabled on this system; error in PowerShell
File NAME.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details. You will get this error when the default execution policy is enable, which is Restricted: Does not load configuration files or run scripts. There are six different values that can be set with [...]
