Managed WordPress Migration User

Author's posts

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.  …

Continue reading

Run Active Directory Management Tools as Another User

Windows Features Enable RSAT

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 …

Continue reading