PowerShell – retrieve logged on user and machine name
Another quick and simple and useful PowerShell script to retrieve remote machine name and currently logged on user on the remote computer. $strComputer = "." $Var =GWMI -Comp $strComputer -CL…
Another quick and simple and useful PowerShell script to retrieve remote machine name and currently logged on user on the remote computer. $strComputer = "." $Var =GWMI -Comp $strComputer -CL…
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 add few more lines of…
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 now I have two options:…