Use the Get-Module cmdlet with the ListAvailable switch, and pipe the results to the Import-Module cmdlet.
Get-Module -ListAvailable | Import-Module
Use the Get-Module cmdlet with the ListAvailable switch, and pipe the results to the Import-Module cmdlet.
Get-Module -ListAvailable | Import-Module