Hi,
You can publish your module to PowerShell Gallery or your private repositories. Please refer to this link for more details.
Working with local PSRepositories - PowerShell | Microsoft Learn
Best Regards,
Ian Xue
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there any specific Microsoft website where we can push custom PowerShell modules so that other users can use these PowerShell modules?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
You can publish your module to PowerShell Gallery or your private repositories. Please refer to this link for more details.
Working with local PSRepositories - PowerShell | Microsoft Learn
Best Regards,
Ian Xue
PowerShell Gallery (https://www.powershellgallery.com/) is the most commonly used repository for sharing PowerShell modules and scripts.
You can publish your modules here, and other users can easily install them using the Install-Module or Update-Module cmdlets.
You can publish modules to PowerShell Gallery after creating an account and following their guidelines.