Came across the need for this too when users face the following error:Authentication failed due to problem navigating to the single sign-on URLSo I thought I'd share a solution <## Get all network adapters with status "Up"$upAdapters = Get-NetAdapter...