Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 791 Bytes

File metadata and controls

29 lines (23 loc) · 791 Bytes

PSGalleryStats

Get Powershell Gallery Statistics for the specified Date.

Install Module

Copy and Paste the following command to install this package using PowerShellGet

Install-Module -Name PSGalleryStats

Cmdlets

Get-PSGalleryStatistics

Dependencies

This module has no dependencies.

Example

Getting List of modules published on 3/21/2019

    PS C:\>Get-PSGalleryStatistics -Date "3/21/2019" -ov Stats

    Summary                                       Details
    -------                                       -------
    There were 23 modules published on 3/21/2019. {@{Author=Aaron Parker; ModuleName=VcRedist; Version=1.5.2.100; Publis...

    PS C:\>$Stats.summary
    There were 23 modules published on 3/21/2019.