Powershell Gallery.txt

Install-Module -Name PowerShellGet -Force
 
 
Publish-Module -Name "PSDxExpeditions" -NuGetApiKey 69daec70-0064-453f-af3b-f2c0dedb9d70 -Tag "Ham Radio DeLuxe","VE7CC","DX Expeditions" -ReleaseNote "PSDxExpeditions is a PowerShell module that creates Dx Expedition alarm files for VE7CC cluster or Ham Radio DeLuxe."
 
 
Publish-Module -Name "PSDxExpeditions" -NuGetApiKey 69daec70-0064-453f-af3b-f2c0dedb9d70 -Tag "Ham Radio DeLuxe","VE7CC","DX Expeditions"
 
Publish-Module -Name "PSDxExpeditions" -NuGetApiKey 69daec70-0064-453f-af3b-f2c0dedb9d70
 
 
 
Find-Module "PSDxExpeditions"
 
Install-Module "PSDxExpeditions"
 
Set-PSRepository -Name PSDxExpeditions -InstallationPolicy Trusted