Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andysvints/PSGalleryStats
Get Powershell Gallery Statistics for the specified Date.
https://github.com/andysvints/PSGalleryStats
Last synced: 5 days ago
JSON representation
Get Powershell Gallery Statistics for the specified Date.
- Host: GitHub
- URL: https://github.com/andysvints/PSGalleryStats
- Owner: andysvints
- License: mit
- Created: 2019-03-22T20:11:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T02:47:32.000Z (over 5 years ago)
- Last Synced: 2024-08-01T16:45:36.732Z (3 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - andysvints/PSGalleryStats - Get Powershell Gallery Statistics for the specified Date. (PowerShell)
README
# PSGalleryStats
Get Powershell Gallery Statistics for the specified Date.## Install Module
Copy and Paste the following command to install this package using PowerShellGet
```powershell
Install-Module -Name PSGalleryStats
```## Cmdlets
```powershell
Get-PSGalleryStatistics
```## Dependencies
This module has no dependencies.## Example
Getting List of modules published on 3/21/2019
```powershell
PS C:\>Get-PSGalleryStatistics -Date "3/21/2019" -ov StatsSummary 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.
```