Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
PI Services | Powershell/Azure : utiliser un proxy dans un script https://blog.piservices.fr/post/2016/06/28/PowershellAzure-utiliser-un-proxy-dans-un-script
Fri Sep 9 23:52:23 2016 archive.org
QRCode
thumbnail

Utiliser un proxy anonyme dans powershel... (notamment cntlm...)

$proxyAddress = "http://localhost:3228"
$proxyUri = new-object System.Uri($proxyAddress)
[System.Net.WebRequest]::DefaultWebProxy = new-object System.Net.WebProxy ($proxyUri, $true)

cntlm azure powershell
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn