You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to test this script, I have a users.txt file with one email address listed. Upon attempting the invoke-lyncspray, it fails on invalid credential provided at the command line. But when I use the correct password once (correctly shows the Found credentials message) subsequent calls also return the valid credential message even with invalid password entries.
The text was updated successfully, but these errors were encountered:
Potentially related to #8 ? It would trigger the "valid credential" message even when it was invalid because the exception created would bypass the "return". Did you update lyncsniper between uses?
The issue could also potentially be caching with Invoke-WebRequest (although I personally have not had an issue like this). You could add the following to Invoke-Authenticate and see if it works for you:
When attempting to test this script, I have a users.txt file with one email address listed. Upon attempting the invoke-lyncspray, it fails on invalid credential provided at the command line. But when I use the correct password once (correctly shows the Found credentials message) subsequent calls also return the valid credential message even with invalid password entries.
The text was updated successfully, but these errors were encountered: