How to Find Windows Computers or Servers With a Reboot Pending

Lets say you have a couple hundred servers to look over and after a “patch Tuesday” you know your WSUS server has already sent out the updates and each computer has installed it. Now you need to know who has Continue reading How to Find Windows Computers or Servers With a Reboot Pending

Batch Files – Install or Uninstall Java

Pretty straight forward. Basically the first script will uninstall Java and the second will install it. Java Uninstall @echo off & cls @echo ~~~ First lets get rid of some Java 5 ~~~ MsiExec.exe /X {3248F0A8-6813-11D6-A77B-00B0D0150080} /qn MsiExec.exe /X {3248F0A8-6813-11D6-A77B-00B0D0150090} Continue reading Batch Files – Install or Uninstall Java

Install UVNC From Command Line or UVNC

UVNC is a great open source program for connecting to servers or PC’s. One of the major setbacks however is the difficulty in installing UVNC while connected with Remote Desktop, or RDP. The problem is it will run as the Continue reading Install UVNC From Command Line or UVNC

How to Update Java On Multiple Machines Simultaneously

As a Systems Administrator, keeping software up to date is rather important for all sorts of reasons. Updating Java is no exception. So what do you do when you see a Java update available and you have 160+ computers to Continue reading How to Update Java On Multiple Machines Simultaneously