Do, you ever tried to change the monitor brightness using PowerShell. If not, than go and try it. It’s too cool. You can use...
PowerShell Script : Find the name of Installed Antivirus on local or remote laptop.
Do you ever want to know what antivirus installed on remote laptop, or does remote system has a antivirus or not, knowing this is always...
PowerShell Tip : Find Default Printer Installed using Powershell.
The job of System Administrators are very adventurous, sometime you have to find a little-little settings and sometime you have to write a big-big, hundred’s...
Get Network Information of local and remote Computers using PowerShell.
Hi, Last Sunday one of my friend come to visit me at my home, he is a SQL Administrator and we were talking about Powershell,...
IP Address Release, Renew using PowerShell.
Hi, This is a very common task which is nearly performed by every End-user and IT Admin and Engineers. Normally we use "IPCONFIG /Release"...
Delete Offline OST files from login users account using PowerShell.
Hi, Yesterday I was surfing the TECHNET Script repository and see that one user is requested for a script which can delete offline...
Uninstall Software using PowerShell
Hi, today i was trying to uninstall the the software using PowerShell. i See few blog posts about uninstalling software using PowerShell they re...
Creating System Footprints using PowerShell
WMI can retrieve a lot more object instances than you might think. If you submit a parent class, Get-WmiObject returns all instances of...
Determining Service Start Modes using PowerShell
PowerTip of the Day, from PowerShell.com: By using WMI, you can enumerate the start mode that you want your services to use. To...
“Enable or Disable” Network adapters using Powershell.
Hi, In our IT environment we don’t give “admin” rights to the normal users and they can’t enable/disable, install/un-install anything. Today one of our...