{"id":23288544,"url":"https://github.com/kernferm/powershell","last_synced_at":"2026-04-28T08:05:07.853Z","repository":{"id":245069182,"uuid":"817167433","full_name":"KernFerm/PowerShell","owner":"KernFerm","description":"This guide provides comprehensive instructions for downloading, installing, and verifying PowerShell on your system, ensuring you have the latest recommended version","archived":false,"fork":false,"pushed_at":"2025-01-30T02:21:32.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T16:39:35.598Z","etag":null,"topics":["command-line","guide","installation","powershell","ps1","update","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-19T06:50:23.000Z","updated_at":"2025-01-30T02:21:36.000Z","dependencies_parsed_at":"2024-08-23T01:47:48.097Z","dependency_job_id":"1f31e8cd-89eb-4c10-a1f2-7252a974df88","html_url":"https://github.com/KernFerm/PowerShell","commit_stats":null,"previous_names":["kernferm/powershell"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KernFerm/PowerShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FPowerShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FPowerShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FPowerShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FPowerShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/PowerShell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2FPowerShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["command-line","guide","installation","powershell","ps1","update","windows"],"created_at":"2024-12-20T03:20:35.851Z","updated_at":"2026-04-28T08:05:07.810Z","avatar_url":"https://github.com/KernFerm.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Support the Project ⭐\r\n\r\nIf you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟\r\n\r\n\r\n# 🖥️ PowerShell Installation Guide\r\n\r\nThis guide provides **comprehensive instructions** for downloading, installing, and verifying PowerShell on your system, ensuring you have the **latest recommended version** (v7.6.0) installed 🚀.\r\n\r\n---\r\n\r\n## 📥 How to Download the Repo (First-Time Users)\r\n\r\nClick the link to read [**Instructions**](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄.\r\n\r\n---\r\n\r\n## ⬇️ Downloading PowerShell\r\n\r\nTo download the **PowerShell installer**, follow these steps:\r\n\r\n1. Visit the official PowerShell GitHub releases page: [PowerShell Releases](https://github.com/PowerShell/PowerShell/releases) for the latest versions.\r\n2. Alternatively, for specific custom versions, you can visit the KernFerm GitHub page: [Bubbles The Dev - PowerShell](https://github.com/KernFerm/PowerShell).\r\n3. Choose the installer that matches your PC specifications: `64-bit` ⚙️.\r\n\r\n### 🔧 v7.6.0 Release of PowerShell - Latest (recommended)\r\n\r\nSelect the version that matches your system specs:\r\n\r\n- For **Windows 64-bit systems**: [Download 64-Bit Installer](https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.msi)\r\n\r\n### ✅ Installing PowerShell\r\n\r\nAfter downloading the **MSI file**, follow these steps to install PowerShell:\r\n\r\n1. Navigate to the folder where you downloaded the `MSI file` 📂.\r\n2. **Right-click** on the downloaded `MSI file` and select **'Install'** 🛠️.\r\n3. Follow the on-screen instructions to complete the installation 🖱️.\r\n\r\n---\r\n\r\n## 🔍 Verifying the Installation\r\n\r\nTo ensure **PowerShell** was installed correctly:\r\n\r\n1. Open **PowerShell** by searching for it in the Start Menu 🔎.\r\n2. In the PowerShell window, type:\r\n\r\n    ```\r\n    $PSVersionTable.PSVersion\r\n    ```\r\n\r\n   and press **Enter**.\r\n3. Verify that the version number matches the version you installed, ideally **v7.6.0** for the latest features and security updates 🔒.\r\n\r\n---\r\n\r\nBy following these steps, you can successfully **download, install, and verify** PowerShell on your system, ensuring you have the necessary tools to execute scripts and manage your environment efficiently ⚡.\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fpowershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Fpowershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fpowershell/lists"}