
Ist es möglich, eine Datei auf einem Windows-Netzwerkcomputer zu verfolgen?
Für eine Linux-Maschine kann ich
ssh -t remotebox "tail -f /path/to/file.log"
Hinweis: SSH ist auf dem Zielcomputer geöffnet.
Antwort1
Power Shell:
get-content C:\Users\Example\Example.txt -tail 10