I want to use a Linux path in a Powershell script. I want to write sth in a file with this Command:
Invoke-SshCommand -InvokeOnAll -Command "echo ""$LogFileContent"" > '/vol/Systemcheck/nsclient_ini_Update/Log_nsclient_ini.html'
But I got an error where he said that he can't find the path C:/vol/Systemcheck/nsclient_ini_Update/Log_nsclient_ini.html How can I avoid that PS autocomplete the C:?