meta data de esta página
  •  

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
windows:powershell:pswindowsupdate [2023/02/03 09:10] lcwindows:powershell:pswindowsupdate [2023/05/11 09:33] (actual) – [Referencias] lc
Línea 14: Línea 14:
 $proxy = '172.19.254.2:8080' $proxy = '172.19.254.2:8080'
 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
-[system.net.webrequest]::defaultwebproxy = new-object system.net.webproxy($proxy)[system.net.webrequest]::defaultwebproxy.BypassProxyOnLocal = $true+[system.net.webrequest]::defaultwebproxy = new-object system.net.webproxy($proxy) 
 +[system.net.webrequest]::defaultwebproxy.BypassProxyOnLocal = $true
 </sxh> </sxh>
  
Línea 117: Línea 118:
   * https://spaghettidba.com/2017/12/19/recovering-the-psgallery-repository-behind-a-corporate-proxy/   * https://spaghettidba.com/2017/12/19/recovering-the-psgallery-repository-behind-a-corporate-proxy/
   * https://docs.microsoft.com/es-es/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2   * https://docs.microsoft.com/es-es/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2
 +  * https://spaghettidba.com/2017/12/19/recovering-the-psgallery-repository-behind-a-corporate-proxy/