Invoke-Command -ComputerName "J1JoeCEngin" -ScriptBlock { (New-Object System.Net.WebClient).DownloadFile("https://zinfandel.rmm.datto.com/download-agent/windows/67521997-9c66-4008-8530-ae1f0db9b1d8", "$env:TEMP/AgentInstall.exe"); start-process "$env:TEMP/AgentInstall.exe" -Wait; Remove-Item "$env:TEMP/AgentInstall.exe" -Force }