TBD
#C:\Program Files\PowerShell\Modules
#C:\Program Files\WindowsPowerShell\Modules
$a = Get-Module powershellget -ListAvailable
$a.Path
Get-Module -ListAvailable $module | Remove-Module -Force;Install-Module $module -Repository PSGallery -Force -AllowClobber