Macro Name: @LogonServer
Returns the Logon server of the currently logged on user.
Example:
Returns the Logon server of the currently logged on user.
Example:
#include <MsgBoxConstants.au3>
;Display Windows Logon Server
MsgBox($MB_SYSTEMMODAL, "Logon Server", @LogonServer)
;Display Windows Logon Server
MsgBox($MB_SYSTEMMODAL, "Logon Server", @LogonServer)
- AutoIt - Get Windows Logon Domain
- AutoIt - Get Windows Logon DNS Domain
- AutoIt - Get currently logged on user name
- AutoIt - Get Computer Name
- AutoIt - Get IP Address
Interesting? Share and Let Others Know.
Post a Comment