Another quick and simple and useful PowerShell script to retrieve remote machine name and currently logged on user on the remote computer. $strComputer = “.”…
View More PowerShell – retrieve logged on user and machine nameCategory: Command Line
PowerShell – get info on laptop battery
Another neat simple and useful PowerShell script to pull info on your laptop battery. I can quickly imagine that as the sysadmin you can easily…
View More PowerShell – get info on laptop batteryHow to change/update DNS settings with Powershell on network computers
I have few computers on network that are required to have a static ip address for certain reasons. I have changed DNS server settings and…
View More How to change/update DNS settings with Powershell on network computersNetstat – free utility for troubleshooting
This small utility that is free and comes as a part of the operating system – NETSTAT is a perfect tool for troubleshooting and can be used…
View More Netstat – free utility for troubleshootingWhat services are installed on your machine?
Another one liner command for your use wmic /output:C:services.htm service get /format:hformThis command will output very nice formatted html file with installed servisec on your…
View More What services are installed on your machine?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 tool