Search Log Files Using PowerShell
You’re troubleshooting an application and need to look through the logs to find out what is happening. We’ve all been there, right? Log files are an important resource during troubleshooting. So mu...
You’re troubleshooting an application and need to look through the logs to find out what is happening. We’ve all been there, right? Log files are an important resource during troubleshooting. So mu...
Unlocking a domain user’s account is simple enough, but what about when that user is getting locked out repeatedly? What is causing it? This is a headache that has plagued many an IT professional. ...
Bash and PowerShell are two popular command-line shells that can help you automate tasks and manage your system. Bash is the default shell for Linux and macOS, while PowerShell is the default shell...
We get our private IP address using the terminal all the time. I’m sure we’ve all used ipconfig /all in Windows. It’s simple and much faster than opening all the steps to open Network Connections, ...
I’m sure we have all pinged something during troubleshooting at one point or another. But what if, in the same amount of steps as pinging, we could test more than just if the IP address was reachab...
Introduction Many administrators are always looking for ways to simplify the required management of their environments, save on overhead, resources, etc. With the advent of Windows PowerShell and ...
Purpose This brief article details the commands necessary to use PowerShell to add/install/map a network printer for all users of a computer. Prerequisites The below actions require the executing ...
Purpose This brief article details the commands necessary to use PowerShell to remove a network printer for all users of a computer. Prerequisites The below actions require the executing user to b...