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

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