Giving one user access to another’s mailbox via PowerShell
There are plenty of reasons why you might want to give one user access to another user’s mailbox. The first user may be in the hospital, or under HR review,…
A Drink of Technology for the Thirsty Mind
There are plenty of reasons why you might want to give one user access to another user’s mailbox. The first user may be in the hospital, or under HR review,…
Introduction There’s no question that PowerShell is here to stay as an automation tool for Windows. And with it, comes a variety of ways to automate management Windows infrastructure. For…
Use PowerShell to shave time off routine tasks like renaming computers. Here are some commands to try. Occasionally it may become necessary to rename a computer in an Active Directory…
Introduction PowerShell is the most powerful automation tool that Microsoft has to offer, and its both a shell and a scripting language. Please note that this series is based on…
In years past, automating network drive creation required the use of primitive batch files, luckily for us you can now do it through PowerShell. How to Map Network Drives Using…
Suppose someone asks you for a list of applications you have installed on your computer. To get this information, what’s the first thing you would think to use? Third-party program?…
Ever have one of those days where programs just aren’t cooperating? You try terminating a program, but it doesn’t respond? PowerShell can give you some extra fire power on those…