mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
Updated How to retrieve links to latest packages (markdown)
parent
22fea017e2
commit
7e2f0139a6
@ -1,6 +1,7 @@
|
||||
Follow these PowerShell steps to retrieve links to the latest Win32-OpenSSH packages:
|
||||
|
||||
```powershell
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/latest/'
|
||||
$request = [System.Net.WebRequest]::Create($url)
|
||||
$request.AllowAutoRedirect=$false
|
||||
|
Loading…
x
Reference in New Issue
Block a user