mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-02-04 09:25:28 -05:00
commit
0af4d2f038
@ -14,7 +14,7 @@
|
||||
Write-Host "Requesting url $url"
|
||||
|
||||
try {
|
||||
$request = Invoke-WebRequest -Uri $url -DisableKeepAlive -UseBasicParsing -Method head
|
||||
$request = Invoke-WebRequest -Uri $url -DisableKeepAlive -UseBasicParsing
|
||||
} catch {
|
||||
Write-Warning -Message "Found dead url $url in $fileName"
|
||||
$unreachable += $url
|
||||
|
@ -88,7 +88,7 @@ It includes a command-line shell and an associated scripting language.
|
||||
|
||||
* [GitHub](https://github.com/search?l=powershell&q=stars%3A%3E1&s=stars&type=Repositories) - Looking for an Open Source PowerShell project? It's probably here.
|
||||
* [PowerShell Gallery](https://www.powershellgallery.com/) - Official PowerShell package repository, used by PowerShellGet.
|
||||
* [PowerShell Test Gallery](https://poshtestgallery.com/) - A test version of the PowerShell Gallery. Useful when developing new modules.
|
||||
* [PowerShell Test Gallery](https://www.poshtestgallery.com/) - A test version of the PowerShell Gallery. Useful when developing new modules.
|
||||
|
||||
## Commandline Productivity
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user