While surfing to a site within my company, the browser's title seems to be an error message.
In the taskbar, I can see the following:
TF400813: The user 'e387ba6a-0...
While using tasklist /V | findstr "TF", I can see the following:
TF400813: The user 'e387ba6a-09a6-4c12-8c76-6492ea8f582d\dominique.xxxxx
(I've blurred the letters of my family name for privacy reasons, but I can tell you that only five letters are shown, there seems to be a maximum of 72 characters.)
You can clearly see that not the entire error message is visible.
Does anybody know how (if possible) I can see the full window title?
My operating system is Windows-10.
Edit after some more investigation
The following PowerShell command doesn't work:
Get-Process | format-table id,name,mainwindowtitle -AutoSize
Most probably because the mentioned browser window is just one of several browser windows, and the Powershell command only shows the title of the mainwindow.
Thanks in advance