I would like to authenticate an user in my ActiveDirectory with the Username and the Password. Is there any chance to do that with powershell and the activeDirectory module.
Thank you
I would like to authenticate an user in my ActiveDirectory with the Username and
Share
There are multiple ways of doing this. Here is a quick and simple function which authenticates a user to AD.
It might not be the best function for your needs but your question lacks details.