Author's posts
Dec 24 2014
Restart Computers in Sequential Order
Restarting servers is a necessary evil in a Windows administrator’s world. Unfortunately, you cannot not always just restart servers during maintenance as they may have a service dependent on another server. Due to this, you may need to restart your servers in sequential order. Luckily, powershell 3.0 makes this quite easy using the restart-computer commandlet. …
Apr 22 2014
Run Active Directory Management Tools as Another User
There’s quite a few situations where you may need to run Active Directory Management tools like Active Directory Users and Computers with different credentials. For example: Computer is not joined to the domain Need to connect to another domain/forest Logged in as a standard domain user and need to supply different credentials etc… Step 1 …