PAUSED PROJECT
365 (one per day) tips to learn Powershell #365daysofpowershell #powershell365
| Day | Topic | Description | Command/Script | Tweet | References |
|---|---|---|---|---|---|
| 1 | Documentation | How to use the PowerShell documentation | x | tweet | [1] |
| 2 | Version | How to know which version of PowerShell is running? | $PSVersionTable.PSVersion (script) |
tweet | [1] |
| 3 | General | What is PowerShell? PS is a cross-platform... continue here | x | tweet | [1] |
| 4 | Command | What is a PowerShell command (cmdlet)? Commands for PowerShell... continue here | Get-Command(script) |
tweet | [1] |
| 5 | Command | Cmdlets are named according to a ... continue here | Get-Verb(script) |
tweet | [1] |
| 6 | Command | Use the Get-Help core cmdlet to ... continue here |
Get-Help or help (script) |
tweet | [1] |
| 7 | Command | The Update-Help cmdlet downloads the ... continue here |
Update-Help(script) |
tweet | [1] |
| 8 | Documentation | When you invoke Get-Help on a cmdlet, a help ... continue here |
x | tweet | [1] |
| 9 | Execution Policy | An execution policy is part of the PowerShell ... continue here | script | tweet | [1] [2] |
| 10 | ISE | The Windows PowerShell Integrated Scripting Environment ... continue here | x | tweet | [1] [2] |
| 11 | Pipeline | A pipeline is a series of commands connected ... continue here | command-1 | command-2 (script) |
tweet | [1] |
Just open an issue / pull request.
Make sure to read the Code of conduct and Contributing files.
This repository is under GNU General Public License v3.0.
edoardottt.com to contact me.