Validate Windows accounts credentials
A simple method to validate windows test/application specific accounts.
runas /u:DOMAIN\test_account notepad.exe
Once you run the above command it will prompt for credentials. If credentials are valid, it will launch notepad otherwise nothing will be done.
runas /u:DOMAIN\test_account notepad.exe
Once you run the above command it will prompt for credentials. If credentials are valid, it will launch notepad otherwise nothing will be done.
Comments
Post a Comment