Migrate2010-to-2013.ps1

1) Open PowerShell script and scroll down to area where variables with generic values have been setup. Update the values with real values.

For example, in the PowerShell script there is a section with the following:
$URL = "http://ServerName"
$PWA = "http://ServerName/PWA"

Replace ServerName with fully qualified server name
$URL = "http://PMO.WCC2.LOCAL"
$PWA = "http://PMO.WCC2.LOCAL/PWA"