Skip to content

Essential PowerShell Learning Resources • The Lonely Administrator

Metadata

  • Author: jdhitsolutions.com
  • Title: Essential PowerShell Learning Resources • The Lonely Administrator
  • Reference: https://jdhitsolutions.com/blog/essential-powershell-resources/
  • Category: #Type/Highlight/Article

Highlights

  • Learn It Every Day But the most essential thing you can do to learn PowerShell is to use it every day. When a task comes along, see if you can figure out how to accomplish it with PowerShell. At the very least try to read something new about PowerShell every day. To help, here are two PowerShell commands you should run daily. — Updated on 2022-08-28 18:55:19 — Group: #Topic/Dev

  • Annotation: ```powershell Get-Command -Module Microsoft*,Cim*,PS* | Get-Random | Get-Help -ShowWindow Get-Random -input (Get-Help about*) | Get-Help -ShowWindow

- Learn It Every Day But the most essential thing you can do to learn PowerShell is to use it every day. When a task comes along, see if you can figure out how to accomplish it with PowerShell. At the very least try to read something new about PowerShell every day. To help, here are two PowerShell commands you should run daily. — [Updated on 2022-08-28 18:55:19](https://hyp.is/fY-ONCckEe20FJs00U9CGg/jdhitsolutions.com/blog/essential-powershell-resources/)  — Group: #Development

   - Annotation: ```powershell
Get-Command -Module Microsoft*,Cim*,PS* | Get-Random | Get-Help -ShowWindow
Get-Random -input (Get-Help about*) | Get-Help -ShowWindow