Get serial number/TAG from remote pc with use of wmic
Here is simple command line that works on Windows XP/VISTA/Windows 7, if you are in need to get the serial number aka TAG from remote…
View More Get serial number/TAG from remote pc with use of wmicGet info on installed patches/packs from remote pc with use of wmic
There are many ways how to do this and many different command lines or scripts available. Personally I like this command line to be use…
View More Get info on installed patches/packs from remote pc with use of wmicPsExec in VB scripts ..
PsExec – is a free tool/utility that let you execute some processes on remote machine. It is very powerful tool and there are many uses…
View More PsExec in VB scripts ..XCOPY
Another free tool in your MS Windows system … you can use the tool for moving files around or simple backup. Whatever use you want…
View More XCOPYPortQry tool
Portqry currently version 2 is one of free utility tools provided by Microsoft. You can use this tool in many ways to troubleshoot connectivity on…
View More PortQry toolNetsh – troubleshooting network connectivity
You have lost connection on your desktop and you want to troubleshoot the issue. Ok, lets use the command line again in this case. Click…
View More Netsh – troubleshooting network connectivityWindows Server 2008 – Free training
This is a great news and as it says – this is a free training on MS Windows Server 2008 offered by Train Signal. You…
View More Windows Server 2008 – Free trainingNetsh — lets add/open port in Windows firewall
Lets assume we need to open port 5900 for RealVNC application: 1. open command line console by typing cmd.exe in the START/RUN 2. lets issue…
View More Netsh — lets add/open port in Windows firewallImport/Export currrent IP Settings w/Netsh
Another good command line. Sometimes your laptop when you travel may give you a trouble. I prefer to have a static IP while in the…
View More Import/Export currrent IP Settings w/NetshWhat services are i nstalled on your machine?
Another one liner command for your use 🙂 wmic /output:C:services.htm service get /format:hform This command will output very nice formatted html file with installed servisec…
View More What services are i nstalled on your machine?