```powershell
Invoke-SSHCommand -Command ("touch latest_start_"+($env:COMPUTERNAME)) -SSHSession $ss;
```