Created
April 23, 2019 18:21
-
-
Save poiriersimon/20d32668edb398adb989f2ff620b21bc to your computer and use it in GitHub Desktop.
Powershell cmdlet to authenticate to Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Configuration du proxy pour permettre l'Accès a Graph API sans problème | |
$wc = New-Object System.Net.WebClient | |
$wc.Proxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment