{"id":16446567,"url":"https://github.com/edoardottt/powershell365","last_synced_at":"2025-10-27T06:30:29.902Z","repository":{"id":47493115,"uuid":"400228920","full_name":"edoardottt/powershell365","owner":"edoardottt","description":"[PAUSED] 365 (one per day) tips to learn Powershell","archived":false,"fork":false,"pushed_at":"2024-11-10T09:35:04.000Z","size":58,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T03:11:16.526Z","etag":null,"topics":["365","infosec","powershell","powershell-module","powershell-script","powershell-scripts","powershell-tips","tips","tips-and-tricks","windows"],"latest_commit_sha":null,"homepage":"https://edoardottt.com/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edoardottt.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":null,"security":null,"support":null}},"created_at":"2021-08-26T16:05:08.000Z","updated_at":"2024-11-10T09:35:07.000Z","dependencies_parsed_at":"2022-09-05T11:50:30.836Z","dependency_job_id":null,"html_url":"https://github.com/edoardottt/powershell365","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fpowershell365","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fpowershell365/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fpowershell365/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fpowershell365/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edoardottt","download_url":"https://codeload.github.com/edoardottt/powershell365/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238445913,"owners_count":19473835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["365","infosec","powershell","powershell-module","powershell-script","powershell-scripts","powershell-tips","tips","tips-and-tricks","windows"],"created_at":"2024-10-11T09:48:06.487Z","updated_at":"2025-10-27T06:30:24.601Z","avatar_url":"https://github.com/edoardottt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# powershell365\n\n**PAUSED PROJECT**\n\n365 (one per day) tips to learn Powershell [#365daysofpowershell](https://twitter.com/search?q=365daysofpowershell) [#powershell365](https://twitter.com/search?q=powershell365)\n\n![ps-version](https://github.com/edoardottt/images/blob/main/powershell365/ps-version.svg)\n\n| Day | Topic | Description | Command/Script | Tweet | References |\n| ----------- | -------- | ----------- | -------- | --------- | --------- |\n| 1 | Documentation | [How to use the PowerShell documentation](https://docs.microsoft.com/en-us/powershell/scripting/how-to-use-docs?view=powershell-7.1) | x | [tweet](https://twitter.com/edoardottt2/status/1430935729346056197) | [[1]](https://docs.microsoft.com/en-us/powershell/scripting/how-to-use-docs?view=powershell-7.1) |\n| 2 | Version | How to know which version of PowerShell is running? | `$PSVersionTable.PSVersion` ([script](https://github.com/edoardottt/powershell365/blob/main/scripts/day002)) | [tweet](https://twitter.com/edoardottt2/status/1431254758170537985) | [[1]](https://docs.microsoft.com/en-us/powershell/scripting/how-to-use-docs?view=powershell-7.1) |\n| 3 | General | What is PowerShell? PS is a cross-platform... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day003.md) | x | [tweet](https://twitter.com/edoardottt2/status/1431613332683960324) | [[1]](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1) |\n| 4 | Command | What is a PowerShell command (cmdlet)? Commands for PowerShell... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day004.md) | `Get-Command`([script](https://github.com/edoardottt/powershell365/tree/main/scripts/day004)) | [tweet](https://twitter.com/edoardottt2/status/1431914629500899330) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-command?view=powershell-7.1) |\n| 5 | Command | Cmdlets are named according to a ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day005.md) | `Get-Verb`([script](https://github.com/edoardottt/powershell365/tree/main/scripts/day005)) | [tweet](https://twitter.com/edoardottt2/status/1432331172613394434) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-verb?view=powershell-7.1)\n| 6 | Command | Use the `Get-Help` core cmdlet to ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day006.md) | `Get-Help` or `help` ([script](https://github.com/edoardottt/powershell365/tree/main/scripts/day006)) | [tweet](https://twitter.com/edoardottt2/status/1432706641145761809) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-help?view=powershell-7.1)\n| 7 | Command | The `Update-Help` cmdlet downloads the ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day007.md) | `Update-Help`([script](https://github.com/edoardottt/powershell365/tree/main/scripts/day007)) | [tweet](https://twitter.com/edoardottt2/status/1433098145131597829) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/update-help?view=powershell-7.1)\n| 8 | Documentation | When you invoke `Get-Help` on a cmdlet, a help ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day008.md) | x | [tweet](https://twitter.com/edoardottt2/status/1433812339921494017) | [[1]](https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/02-help-system?view=powershell-7.1)\n| 9 | Execution Policy | An execution policy is part of the PowerShell ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day009.md) | [script](https://github.com/edoardottt/powershell365/tree/main/scripts/day009) | [tweet](https://twitter.com/edoardottt2/status/1434146731726364675) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.1) [[2]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-executionpolicy?view=powershell-7.1)\n| 10 | ISE | The Windows PowerShell Integrated Scripting Environment ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day010.md) | x | [tweet](https://twitter.com/edoardottt2/status/1434512038320132102) | [[1]](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/how-to-write-and-run-scripts-in-the-windows-powershell-ise?view=powershell-7.1) [[2]](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/exploring-the-windows-powershell-ise?view=powershell-7.1)\n| 11 | Pipeline | A pipeline is a series of commands connected ... [continue here](https://github.com/edoardottt/powershell365/blob/main/descriptions/day011.md) | `command-1 \\| command-2` ([script](https://github.com/edoardottt/powershell365/tree/main/scripts/day011)) | [tweet](https://twitter.com/edoardottt2/status/1435226613634027526) | [[1]](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.1)\n\nContributing 🛠\n-------\n\nJust open an [issue](https://github.com/edoardottt/powershell365/issues) / [pull request](https://github.com/edoardottt/powershell365/pulls).  \nMake sure to read the [Code of conduct](https://github.com/edoardottt/powershell365/blob/main/CODE_OF_CONDUCT.md) and [Contributing](https://github.com/edoardottt/powershell365/blob/main/CONTRIBUTING.md) files.\n\nLicense 📝\n-------\n\nThis repository is under [GNU General Public License v3.0](https://github.com/edoardottt/powershell365/blob/main/LICENSE).  \n[edoardottt.com](https://edoardottt.com/) to contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fpowershell365","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoardottt%2Fpowershell365","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fpowershell365/lists"}