Skip to content

Instantly share code, notes, and snippets.

View newfurniturey's full-sized avatar
🥞
oh hai =]

Joey Fowler newfurniturey

🥞
oh hai =]
View GitHub Profile
function Get-PublicKey
{
[OutputType([byte[]])]
PARAM (
[Uri]$Uri
)
if (-Not ($uri.Scheme -eq "https"))
{
Write-Error "You can only get keys for https addresses"