Skip to content
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

Add param for specifying credentials. #87

Open
big-sweet opened this issue Feb 13, 2020 · 3 comments
Open

Add param for specifying credentials. #87

big-sweet opened this issue Feb 13, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@big-sweet
Copy link

Working in secured environments it would be handy to run Invoke-Testimo with a different set of credentials that have more rights to the Active Directory environment.
Currently working around this with some run as wizardry.

In smaller and less secure environments DA rights when running a health check may be implied, same with RDP access to the domain controllers. However this is not the case for all environments.

@PrzemyslawKlys
Copy link
Member

It's planned but it's not that easy. Adding it to Testimo is easy. But all the tests would need to be modified. If you feel like you can help... you can start with ADEssentials. Each command needs to have Credentials added.

I am currently working on proper inclusion / exclusion for domains and domain controllers so that it's easier to target only some DC's. So far it was crippled because if the tests were testing Domain and it was reaching each and every DC it would not skip them even thou they were excluded. New version hopefully will be smarter.

@big-sweet
Copy link
Author

I'll see how far I can progress with adding in credentials for the ADEssentials cmdlets.

Appreciate the explanation. Many thanks for the great project!

@PrzemyslawKlys
Copy link
Member

No need to close. It's still valid for this project. Let's keep it open.

@PrzemyslawKlys PrzemyslawKlys added the enhancement New feature or request label Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants