Forum Discussion

DAG_22312's avatar
DAG_22312
Icon for Nimbostratus rankNimbostratus
Jan 18, 2008

Windows Computer Name in Prelogin?

We would very much like to be able to collect the Windows Computer Name so we can include it in log messages but have not found a way to do this in the pre-login process. Can this be done? If so how?
  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    I don't see any reference in the manuals to that variable...

     

     

    /deb
  • You need to use the "Extended Windows and IE info inspector" in the prelogin sequence

     

    then in the logger specify the following this works great for any Windows OS:

     

    I even go one step further and get the login name.

     

     

    Windows Username: %session.win_info.user_name.name%,

     

    Computer Name: %session.win_info.computer_name.netbios%