Get Commands
Get Command
Shows all available commandlets/functions that we can run
Run
Rules
Everything has to be in form of <verb>-<noun> or <action>/<object>
Get-Command filter
Find commands that include a noun that start with S* (RegEx)
Get Service
List status / name / DisplayName for all services
Get-Help
Manual
Syntax:
Example:
Get Examples
Get Online
Get Alias
Get Process
Get Member
Get member alias/events/methods/properties
Example:
Select Object
Get all properties about an object
Example:
Sources
(Microsoft - Text)[https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-command?view=powershell-7.5] (YouTube - Video)[https://youtu.be/IHrGresKu2w] - 15:16 minutes