Skip to content

Instantly share code, notes, and snippets.

@poiriersimon
Created April 23, 2019 18:21
Show Gist options
  • Save poiriersimon/20d32668edb398adb989f2ff620b21bc to your computer and use it in GitHub Desktop.
Save poiriersimon/20d32668edb398adb989f2ff620b21bc to your computer and use it in GitHub Desktop.
Powershell cmdlet to authenticate to Proxy
#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