Powershell
-
Monitor Home IP Address Using Powershell with email Notify
Many of you may need to monitor your home IP address due to services you are running or simply to know your WAN IP address in order to RDP into a workstation you have back home. ย The problem of course…
-
Use Powershell to set the hidefromaddresslist attribute on Active Directory user accounts
If you have ever had the need to set the “hidefromaddresslist” or any other attribute on Active Directory accounts, powershell is definitely your friend. ย The Active Directory powershell commandlets from Quest make Powershell even more powerful and useful working with…
-
How to find which user is logged into a remote computer with powershell
As an administrator you may find yourself needing to see which user is logged into a remote workstation if you are trying to troubleshoot an issue or if you need to see for security reasons. ย In our powershell series, we…
-
How to see what network drives a remote computer is connected to using powershell
In our Powershell series for performing day to day administrative tasks we want to move on to a task that many admins may need to perform as an information gathering tool in troubleshooting, etc. ย That task is finding what network…
-
How to start and stop services remotely using Powershell
Powershell is one of the coolest new things that has happened to Windows in recent iterations. ย It provides a wealth of scripting power to administrators and even to home users who may want to do some things quickly and efficiently…
-
Automate joining a workstation to a domain using powershell and a batch file
If you are a network admin looking for an easy way to script the joining of a workstation to a domain perhaps out of an image restore, you can do this easily by using powershell as well as a batch…