{"id":19642663,"url":"https://github.com/microsoftdocs/powershell-docs-psget","last_synced_at":"2026-02-08T20:01:48.844Z","repository":{"id":152445622,"uuid":"623355402","full_name":"MicrosoftDocs/PowerShell-Docs-PSGet","owner":"MicrosoftDocs","description":"The official documentation for PowerShellGet and PowerShell Gallery","archived":false,"fork":false,"pushed_at":"2026-02-03T23:06:24.000Z","size":1534,"stargazers_count":43,"open_issues_count":0,"forks_count":45,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-02-04T07:55:46.385Z","etag":null,"topics":["powershellget","psgallery"],"latest_commit_sha":null,"homepage":"https://learn.microsoft.com/powershell/gallery/overview","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicrosoftDocs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-04T07:54:48.000Z","updated_at":"2026-02-04T03:27:48.000Z","dependencies_parsed_at":"2026-02-08T20:01:36.523Z","dependency_job_id":null,"html_url":"https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MicrosoftDocs/PowerShell-Docs-PSGet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftDocs%2FPowerShell-Docs-PSGet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftDocs%2FPowerShell-Docs-PSGet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftDocs%2FPowerShell-Docs-PSGet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftDocs%2FPowerShell-Docs-PSGet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicrosoftDocs","download_url":"https://codeload.github.com/MicrosoftDocs/PowerShell-Docs-PSGet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftDocs%2FPowerShell-Docs-PSGet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29241426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T19:36:48.828Z","status":"ssl_error","status_checked_at":"2026-02-08T19:27:12.336Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershellget","psgallery"],"created_at":"2024-11-11T14:14:11.856Z","updated_at":"2026-02-08T20:01:48.839Z","avatar_url":"https://github.com/MicrosoftDocs.png","language":"Dockerfile","readme":"---\nms.date: 01/27/2026\n---\n# Package manager \u0026 PSGallery documentation\n\nWelcome to the PowerShell-Docs-PSGet repository, the home of the official documentation for\nPSResourceGet, PowerShellGet, and the PowerShell Gallery.\n\n## Microsoft Open Source Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct][coc].\n\n## PowerShell Updatable Help (CabGen) CI Build Status\n\n[![Build Status][cabgen-status]][cabgen-log]\n\n## Repository Structure\n\nThe following list describes the main folders in this repository.\n\n- `.devcontainer` - contains devcontainer settings used by GitHub Codespaces and Visual Studio Code\n  (VS Code) Dev Containers extension\n- `.github` - contains configuration settings used by GitHub for this repository\n- `.vscode` - contains configuration settings and recommended extensions for VS Code\n- `powershell-gallery` - contains the documentation published to\n  [learn.microsoft.com/powershell/gallery][04]. This includes both reference and conceptual content.\n  - `breadcrumb` - contains the TOC used for breadcrumb navigation\n  - `docs-conceptual` - contains the conceptual articles that are published to the Docs site. In\n    general, the folder structure mirrors the Table of Contents (TOC).\n    - `media` - contains image files used in documentation. There are media folders throughout the\n      `docs-conceptual` content. See the Contributor Guide for information on using images in\n      documentation.\n  - `includes` - contains markdown include files\n  - `mapping` - contains the version mapping configuration used by the build system\n  - `powershellget-2.x` - contains the cmdlet reference and about topics for PowerShellGet 2.x\n  - `powershellget-3.x` - contains the cmdlet reference and about topics for PSResourceGet\n\n\u003e [!NOTE]\n\u003e The reference content (in the numbered folders) is used to create the webpages on the Docs site as\n\u003e well as the updateable help used by PowerShell. The articles in the `docs-conceptual` folder are\n\u003e only published to the Docs website.\n\n## Contributing\n\nWe welcome public contributions into this repository via pull requests into the _main_ branch.\nPlease note that before we can accept your pull request you must sign our\n[Contribution License Agreement][03]. This is a one-time requirement.\n\nFor more information on contributing, read our [contributor's guide][01]. The contributor's guide\ncontains detailed information about how to contribute documentation, suggested tools, and style and\nformatting requirements. Please use the Issue and Pull Request templates to help keep documentation\nconsistent across versions.\n\n## Licenses\n\nThere are two license files for this project. The MIT License applies to the code contained in this\nrepo. The Creative Commons license applies to the documentation.\n\n\u003c!-- updated link references --\u003e\n[01]: https://aka.ms/PSDocsContributor\n[03]: https://cla.microsoft.com/\n[04]: https://learn.microsoft.com/powershell/gallery/\n[coc]: CODE_OF_CONDUCT.md\n[cabgen-status]: https://apidrop.visualstudio.com/Content%20CI/_apis/build/status/PROD/CabGen(PowerShell_Updatable_Help)/GitHub_MicrosoftDocs_PowerShell-Docs-PSGet/8f69f151-baa4-9541-9991-266b76474533_cabgen_Publish-Updatable-Help?repoName=MicrosoftDocs%2FPowerShell-Docs-PSGet\u0026branchName=live\n[cabgen-log]: https://apidrop.visualstudio.com/Content%20CI/_build/latest?definitionId=5501\u0026repoName=MicrosoftDocs%2FPowerShell-Docs-PSGet\u0026branchName=live\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoftdocs%2Fpowershell-docs-psget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoftdocs%2Fpowershell-docs-psget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoftdocs%2Fpowershell-docs-psget/lists"}