PowerShell modules: install from PSGallery with Cerewro

Install modules from the PowerShell Gallery with Install-Module, import and use third-party cmdlets for Exchange, Azure, Active Directory and more, all orchestrated by Cerewro AI.

PowerShell modules: install from PSGallery with Cerewro

The PowerShell Gallery is the official repository of third-party modules for PowerShell. With Install-Module you can add cmdlets to manage Azure, Active Directory, Exchange, AWS and hundreds more systems.

Install module from PSGallery
Install-Module -Name Az -Repository PSGallery -Force
View installed modules
Get-InstalledModule | Select-Object Name, Version, InstalledDate

Most popular modules

ModulePurpose
AzAzure resource management
ActiveDirectoryAD DS administration
ExchangeOnlineManagementExchange Online / Microsoft 365
AWSPowerShellAmazon Web Services
SqlServerSQL Server and Azure SQL
PesterPS script unit testing