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 nameTag: Scripting
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 computers