-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Being Prompted When Running Source DomainLDAP #184
Comments
That's pretty strange. If you run |
I tried running a plain Test-LDAP and received a prompt along with running your command above. Running either of those on my local laptop, I receive the output with no prompts. I am wondering if it has something to do with RSAT tools. I have RSAT for Win 10 installed on my laptop, so on the server I did install the RSAT Tools as well (although not every option is checked) under add roles and features. |
I think I encountered a similar issue today. In my case, my Domain Admin account requires smart card for login but I was running Testimo from a Win11 workstation dedicated for DC administration (DomAdmin login only...). I was logged in (using RDP) with my smart card and Testimo was accessing the DCs via Kerberos authentication. However, unless I exclude DomainLDAP and DCLDAP sources, I would get the same prompts for smartcards described by the OP. While I have several smartcards connected to the RDP session, including the one used to login to the Win11 workstation, the prompt indicated that none of them were appropriate for what triggered the prompt. |
OK i think i know where it's coming from: or Since you're not providing Credential it would seem that doing |
Thanks for looking into this PrzemyslawKlys, as we mentioned above even a regular Test-LDAP causes the smart card prompt. I can run that along with Invoke-Testimo with no issues on me local laptop. |
I am trying to run Invoke-Testimo -Sources DomainLDAP from a Windows 2022 standard server. We normally use smart card to connect to servers, however when I RDP, I tried with credentials however whenever I try to run DomainLDAP in PowerShell I am being prompted for smart card via Windows Security. If I try this with the same user account on my local Windows 10 laptop, it works without an issue. Anyone else had this problem?
The text was updated successfully, but these errors were encountered: