Windows

Attempting to use the Invoke-Command PowerShell cmdlet to remotely install an application hangs indefinitely without starting the installation

Problem You’ve enabled PSRemoting on a remote server or desktop and attempt to use the Invoke-Command PowerShell cmdlet to remotely install an application with the following cmdlet: Invoke-Command -computername wkst-122 -ScriptBlock {Start-Process -FilePath ‘C:tempagentVMware-viewagent-x86_64-6.2.1-3284564.exe’ -ArgumentList

Read More...