Windows 2008 SBS to Windows 2012 R2 WSE

https://technet.microsoft.com/en-us/library/dn408633(v=ws.11).aspx

  1. https://technet.microsoft.com/en-us/library/dn408634(v=ws.11).aspx
  2. https://technet.microsoft.com/en-us/library/dn408637(v=ws.11).aspx
  3. https://technet.microsoft.com/en-us/library/dn408636(v=ws.11).aspx
  4. https://technet.microsoft.com/en-us/library/dn408641(v=ws.11).aspx
  5. https://technet.microsoft.com/en-us/library/dn408639(v=ws.11).aspx
  6. https://technet.microsoft.com/en-us/library/dn408635(v=ws.11).aspx
  7.  https://technet.microsoft.com/en-us/library/dn408638(v=ws.11).aspx
  8. https://technet.microsoft.com/en-us/library/dn408640(v=ws.11).aspx

Migrating a WordPress Site

This guide is pretty good but misses a couple of steps!
https://www.quicksprout.com/2015/09/16/the-simple-guide-to-moving-your-wordpress-site-to-a-new-domain/

  1. Download the contents of your current public html folder
  2. Open phpMyAdmin
  3. Export the database to a file on your local machine
  4. Import the database to the new site
  5. On the new site, update “wp_options” table so that “home” and “siteurl” points to the new domain
  6. Edit the downloaded “wp-config.php” file so that the following are correct for the new domain:
    • DB_NAME
    • DB_USER
    • DB_PASSWORD
    • DB_HOST
  7. Upload the amended files to the new domain

Disk and Performance on Hyper-V

From command prompt…

diskperf -y
taskmgr

This opens the task manager window where you can see basic performance graphs.
When you close task manager, remember to stop the disk monitoring.

diskperf -n

Remote manage a Hyper-V server from a different domain

…don’t!

You can however remove it from its current domain:

netdom remove /d:DomainThatNoLongerExist.COM HYPERVComputerName /FORCE

Then add it in server manager, right click on it and select Manage As… and you can enter the local admin credentials for the Hyper-V box
https://technet.microsoft.com/en-gb/library/hh831453.aspx

Still not entirely sure if you need to run this on the management server…

Set-Item WSMan:\localhost\Client\TrustedHosts -Value -Concatenate
https://technet.microsoft.com/en-GB/library/jj647788.aspx