PowerShell Module

Anonymous
2023-09-15T15:39:29+00:00

Is there any specific Microsoft website where we can push custom PowerShell modules so that other users can use these PowerShell modules?

Windows Server Remote and virtual desktops PowerShell

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. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-09-15T20:39:11+00:00

    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.

    0 comments No comments
  2. Anonymous
    2023-09-18T10:11:09+00:00

    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

    0 comments No comments