If your domain does not support running ps1 scripts yet, then create a batch computer startup script and have it run with elevated priveleges after you install v2:
%systemroot%\system32\windowspowershell\v1.0\powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Enable-PSRemoting -force"