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

Submitted URL: http://psg-prod-centralus.cloudapp.net/
Effective URL: https://psg-prod-centralus.cloudapp.net/
Submission: On December 15 via manual 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="Az, 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

PowerShell Gallery

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:


11,008
Unique Packages
6,872,196,380
Total package downloads
174,284
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 PSWindowsUpdate 6,227,536 DellBIOSProvider 3,055,480
PackageManagement 2,453,319 Az.Accounts 2,311,457 PowerShellGet 1,855,343
RunAsUser 1,349,440 View moreView more package download statistics

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