Localhost
Wiki
What’s my IP address
Localhost
Wiki
What’s my IP address
PowerShell – How to monitor a text file in realtime find string
Home
/
Knowledgebase
/
PowerShell
/
PowerShell – How to monitor a text file in r…
PowerShell – How to monitor a text file in realtime find string
Get-Content "L:\yourfolder\logs\20190524.log" -wait | where { $_ -match "56315" }