Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Get-ChildItem D:\ptc\Windchill_12.0\Windchill\logs\MethodServer-*-log4j.log | Sort -Descending | Get-Content -wait
Use above command to get the latest MethodServer log file tail in Windows.