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