Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Passing Windows Authentication

10 views
Skip to first unread message

csulb.j...@gmail.com

unread,
Jun 9, 2015, 4:44:13 PM6/9/15
to
We use AD FS for authentication into our Office365 environment. Everything is working well. What I am trying to do now is to put together a PowerShell script that will automatically log our users into Office365 when they log into their domain connected computer.

So far, I've been able to get the script to pull up our ADFS login screen and populate the username field with the user's UPN but the only way I can populate the password field is if I use the Get-Credential command and prompt my user for his/her password again. Is there a way to have PowerShell pass the Windows credential to the AD FS login screen so I don't have to have my user's input their password again after logging in?
0 new messages