Macro Name: @LogonDomain
Returns the Logon Domain of the currently logged on user.
Example:
Returns the Logon Domain of the currently logged on user.
Example:
#include <MsgBoxConstants.au3>
;Display Windows Logon Domain
MsgBox($MB_SYSTEMMODAL, "Logon Domain", @LogonDomain)
;Display Windows Logon Domain
MsgBox($MB_SYSTEMMODAL, "Logon Domain", @LogonDomain)
- AutoIt - Get Windows Logon server
- 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