Many companies use Microsoft ISA/ TMG as their enterprise proxy solution. This may work for most cases. But in some scenarios, it does not work well. For example, use WinSCP or Putty behind the proxy AND the proxy requires authentication. ISA/ TMG is mircrosoft technology, it uses NTLM based authentication which is not supported by … Continue reading WinSCP or Putty authenticates against Microsoft ISA/ TMG
Category: Scripting
TSM Script
Script is a good tool for managing TSM, especially for automating tasks. A simple example is to create a schedule to run the script which backs up the TSM database. In this post, I am going to show you how to create, check and delete a script. Run the following command in TSM console is … Continue reading TSM Script
svcmon web gui version 1.1
Continue with my previous svcmon web gui post, I added a small feature to allow users to retrieve the history data in the past X days. Now it looks this: The source codes have been updated and can be downloaded from here:
svcmon web gui
If you have ever used svcmon that you should find that it is not convenient to check the report. Basically, you have to go to the folder to view the graph one by one. What if you want to view the history graphs of same vidsk or mdisk? It should be easy to present on … Continue reading svcmon web gui
Use batch script to add wireless user in HP MSM720 AP
I wrote a simple batch script to simplify the process of adding a new wireless user in the HP MSM720 AP for our network guy. It also includes a log file which keeps all the detailed information of what happened while executing the commands in the AP. @echo off cd /d %~dp0 set ADMIN=root set … Continue reading Use batch script to add wireless user in HP MSM720 AP