If you are working with VMware ESXi Server, you are probably aware of the ability to export your entire virtual servers into handy little packages called OVA Templates. Occasionally we need to restore a server from an OVA Template but when you go to deploy the template you get the following error seen below. What… Read More
OpenIT Integrated Business Solutions
If your shop is in a situation where you have multiple admins working on group policy from different machine’s then you are most likely aware of the problems that may occur. The Microsoft management console GPO editor by default will pull the policy definition files from the computer it is being run on. On the… Read More
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison shares a number… Read More
This is an extended Powershell script that will allow you to send an email based on my original article Send Email With Powershell. With that said, this script has been extended to allow for input parameters and SMTP authentication. The input parameters allow the script to be called from other powershell scripts.
Tomato is a small, lean and simple replacement firmware for Linksys’ WRT54G/GL/GS, Buffalo WHR-G54S/WHR-HP-G54 and other Broadcom-based routers. It features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes, raises the limits on maximum connections for… Read More
DD-WRT is a Linux based alternative OpenSource firmware suitable for a great variety of WLAN routers and embedded systems. The main emphasis lies on providing the easiest possible handling while at the same time supporting a great number of functionalities within the framework of the respective hardware platform used. The graphical user interface is logically… Read More
OpenWrt is described as a Linux distribution for embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit… Read More
If you read my previous article detailing how to Install HP ACU CLI on Debian, then your next logical question might be, how do I monitor the RAID array. Searching the net will yield a multitude of solutions however, we are fan’s of simple small footprint solutions, so that is the approach we will take…. Read More
If you are running Microsoft Exchange and need a quick way to determine what mailboxes are forwarding email, then this Powershell script is for you. In order for this script to run, you will need at least the Exchange Management tools installed on the computer from which the script will be run.
hpasmcli utility hpasmcli hpasmcli help Note: hpasmcli can be used in a script using the -s switchSingle command example: hpasmcli -s “show temp”Multiple commands example: hpasmcli -s “show temp; show fans” Common Commands Help hpasmcli> help CLEAR, DISABLE, ENABLE, EXIT, HELP, NOTE, QUIT, REPAIR, SET, SHOW Set hpasmcli> set ASR , BOOT [ FIRST |… Read More