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

Auto Enable or Disable IE Proxy


It is painful to turn on/off the IE proxy manually in office/home. I wrote up a simple batch script to detect the location and automatically enable/disable the proxy when I login. @echo off REM Auto enable/disable IE proxy settings REM Define your proxy server here set proxy-server=my-proxy-server REM Enter the script path cd D:\scripts\batch REM … Continue reading Auto Enable or Disable IE Proxy

Magic Quadrant for WAN Optimization Controllers


WAN optimization controllers (WOCs) are deployed symmetrically — in data centers and remote locations — and improve the performance of applications that are accessed across a WAN. The WOCs are typically connected to the LAN side of WAN routers, or are software integrated with client devices. They address application performance problems caused by bandwidth constraints … Continue reading Magic Quadrant for WAN Optimization Controllers

Test Lync Mobility Service Without Internet and WLAN


In my sandbox environment, there are no Internet connection or wireless LAN. I thought I won’t be able to test the Lync Mobility service (How to deploy Lync Mobility Serivce) until I found ‘Virtual Router Manager’. It turns my laptop into a Ad-hoc for my iPhone to access the sandbox environment. It is really awesome!! … Continue reading Test Lync Mobility Service Without Internet and WLAN