Copy-Item -Path <installerPath> -Destination "\\<remoteComputerName>\c$\windows\temp\<installerFileName>"
Invoke-Command -ComputerName <remoteComputerName> -ScriptBlock ( Start-Process -FilePath "c:\windows\temp\<installerfileName>" -Args "/S" -Wait)