psg-prod-centralus.cloudapp.net Open in urlscan Pro
168.61.186.235  Public Scan

Submitted URL: http://psg-prod-centralus.cloudapp.net/
Effective URL: https://psg-prod-centralus.cloudapp.net/
Submission: On May 09 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

GET /packages

<form action="/packages" method="get">
  <div class="col-xs-offset-1 col-xs-10 col-sm-10">
    <div class="form-group">
      <label for="search">Search PowerShell packages:</label>
      <div class="input-group" role="presentation">
        <input name="q" type="text" class="form-control ms-borderColor-blue search-box" id="search" aria-label="Enter packages to search, use the arrow keys to autofill." placeholder="PowerShellGet, Get-AzVM, etc..." autocomplete="on" value="">
        <span class="input-group-btn">
          <button class="btn btn-default btn-search ms-borderColor-blue ms-borderColor-blue--hover" type="submit" title="Search PowerShell packages" aria-label="Search PowerShell packages">
            <span class="ms-Icon ms-Icon--Search" aria-hidden="true"></span>
          </button>
        </span>
      </div>
      <div id="autocomplete-results-container" class="text-left" tabindex="0"></div>
      <script type="text/html" id="autocomplete-results-row">
        <!-- ko if: $data -->
      <!-- ko if: $data.PackageRegistration -->
      <div class="col-sm-4 autocomplete-row-id autocomplete-row-data">
        <span data-bind="attr: { id: 'autocomplete-result-id-' + $data.PackageRegistration.Id, title: $data.PackageRegistration.Id }, text: $data.PackageRegistration.Id"></span>
      </div>
      <div class="col-sm-4 autocomplete-row-downloadcount text-right autocomplete-row-data">
        <span data-bind="text: $data.DownloadCount + ' downloads'"></span>
      </div>
      <div class="col-sm-4 autocomplete-row-owners text-left autocomplete-row-data">
        <span data-bind="text: $data.OwnersString + ' '"></span>
      </div>
      <!-- /ko -->
      <!-- ko ifnot: $data.PackageRegistration -->
      <div class="col-sm-12 autocomplete-row-id autocomplete-row-data">
        <span data-bind="attr: { id: 'autocomplete-result-id-' + $data, title: $data  }, text: $data"></span>
      </div>
      <!-- /ko -->
      <!-- /ko -->
      </script>
      <script type="text/html" id="autocomplete-results-template">
        <!-- ko if: $data.data.length > 0 -->
      <div data-bind="foreach: $data.data" id="autocomplete-results-list">
        <a data-bind="attr: { id: 'autocomplete-result-row-' + $data, href: '/packages/' + $data, title: $data }" tabindex="-1">
            <div data-bind="attr:{ id: 'autocomplete-container-' + $data }" class="autocomplete-results-row">
            </div>
        </a>
      </div>
      <!-- /ko -->
      </script>
    </div>
  </div>
</form>

Text Content

This site uses cookies for analytics, personalized content and ads. By
continuing to browse this site, you agree to this use. Learn more
Skip To Content
Toggle navigation
 * Packages
 * Publish
 * Statistics
 * Documentation

 * Sign in


WELCOME TO THE POWERSHELL GALLERY

The central repository for sharing and acquiring PowerShell code including
PowerShell modules, scripts, and DSC resources.

Search PowerShell packages:


9,850
Unique Packages
5,089,476,981
Total package downloads
115,717
Total packages



LEARN


WHAT IS POWERSHELL GALLERY?

Learn why the PowerShell Gallery is the most used resource for sharing and
acquiring PowerShell code.


GETTING STARTED

Learn how to install and set up the PowerShellGet module, which is required in
order to download packages from the Gallery.


TOP PACKAGE DOWNLOADS (LAST 6 WEEKS):

Package Downloads NetworkingDsc 6,088,672 PSWindowsUpdate 3,740,842 Az.Accounts
3,509,582 PackageManagement 2,967,790 ComputerManagementDsc 2,903,043 Az.Storage
2,863,571 View moreView more package download statistics

Contact Us
Terms of Use
Privacy Policy
Gallery Status
Feedback
FAQs
© 2022 Microsoft Corporation