Month: November 2013
Microsoft Windows Systems CLI
List of Microsoft Windows Systems > Services Components Service : comexp.msc Device Manager : devmgmt.msc Disk Manager: diskmgmt.msc Computer management: compmgmt.msc Events : eventvwr.msc Folder…
Security tab of SNMP service greyed out on Windows server
Security tab of SNMP service greyed out on Windows servers, 2008R2 and 2003. Unable to change SNMP community strings under SNMP Security tab on Windows…
NAS box performance chart
If you looking for NAS box for HOME, check this one out. https://ipbalance.com/home/contact-us.html
Cisco vty access control for user privilege level 15
Here is quick tips for "How to control Cisco switches and router’s vty access for user privilege level 15!" While I was testing a powershell…
Powershell script to save Cisco configuration by SSH
It is been a while…. to figure it out due to I am not doing script and programming for the living. Few issues I found…
Cisco device output by Powershell script
Here is simple tip of How to retrieve Cisco device output by Powershell script $User = "John" $pw = "ipBalance" $IP = "192.168.7.77" #List…
How to use IOMETER
Yes, IOMeter is one of great tool for measuing storage or network performance testing, although it is old. * Windows version only 1. Install…
Simple Ping Script in PowerShell with IP list
Here is a simple Ping script with list of IP address or computer names. 1. IPList.txt Format of "IPList.text" would be like below. …
Simple Ping Script in PowerShell for block of IPs
Here is a simple ping script for block of IPs. Bring PowerSheel ISE and copy & paste below script. $ping = New-Object System.Net.NetworkInformation.Ping…
Recent Comments