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
5 results tagged powershell  ✕
How to Change DNS Server Using PowerShell? - Technoresult https://technoresult.com/how-to-change-dns-server-using-powershell/
Fri Aug 27 09:51:31 2021 archive.org
QRCode
thumbnail

Get-DnsClientServerAddress
Set-DNSClientServerAddress "Wi-Fi" --ServerAddresses ("1.1.1.1"," 8.8.8.8")
Set-DNSClientServerAddress "InterfaceAlias" --ServerAddresses ("preferred-DNS-address", "alternate-DNS-address")

Open Command Prompt and type ipconfig /flushdns.

This command will flush the DNS.

dns powershell script windows
PowerTip: Use PowerShell to Set Primary and Secondary DNS Server Addresses | Scripting Blog https://devblogs.microsoft.com/scripting/powertip-use-powershell-to-set-primary-and-secondary-dns-server-addresses/
Fri Aug 27 09:49:41 2021 archive.org
QRCode
thumbnail

Set-DNSClientServerAddress --interfaceIndex 12 --ServerAddresses (“10.0.0.1”,”10.0.0.2”)

dns powershell script windows
New-WebServiceProxy https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Management/New-WebServiceProxy?view=powershell-5.0
Wed Aug 9 18:46:13 2017 archive.org
QRCode
thumbnail

Comment appeler un webservice en powershell 3 ?

https://www.c5insight.com/Resources/Blog/tabid/88/entryid/618/use-powershell-to-call-a-web-service-dont-reinvent-the-wheel.aspx

ws webservice powershell
Comment exécuter un script PowerShell - SysKB http://syskb.com/comment-executer-un-script-en-powershell/
Mon Sep 12 17:45:54 2016 archive.org
QRCode
thumbnail

Les premières bases en script powershell

powershell windows script extension ps1
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