How do you install .net4 on a Server 2008 r2 machine through psremoting in powershell?
- by Jake
I need to write a script that installs .net 4 remotely using powershell to a group of Server 2008 R2 machines. I based my script off of http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/3045eb24-7739-4695-ae94-5aa7052119fd/.
enter-pssession -computername localhost
$arglist = "/q /norestart /log…