Automate VM Failover on Hyper-V Replicated hosts – PowerShell Script – Domain & Workgroup

In this post we are going to look at using a PowerShell script to automate the process of a planned fail over on multiple replicated Hyper-V virtual machines, on both domain and workgroup servers. What the script does: Requests for user input specifying the Hyper-V source host Requests whether All VM's need to be migrated … Continue reading Automate VM Failover on Hyper-V Replicated hosts – PowerShell Script – Domain & Workgroup

Remove and automatically Re-add Computers from the Domain using PowerShell scripts

In this post we're going to look at removing and then automatically re-adding a workstation from the domain using PowerShell scripts and a batch file. **Bare in mind - the script may not be the best first step for troubleshooting a computer falling off the domain or a trust issue. 'test-computersecurechannel -repair' would be a … Continue reading Remove and automatically Re-add Computers from the Domain using PowerShell scripts

Server Setup PowerShell Script

In this post we will be looking at creating a simple Power Shell setup script for the initial configuration of a newly imaged server. What the script does: The script takes you through the process of easily imputing your chosen configurations for the settings listed below: Sets IPV4 Network Adapter Settings [optional] Enable Remote Desktop [optional] … Continue reading Server Setup PowerShell Script