Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| powershell:qnd:scripts_and_modules [2022/07/14 14:41] – ↷ Page name changed from powershell:qnd:modules to powershell:qnd:scripts_and_modules mgupton | powershell:qnd:scripts_and_modules [2022/07/14 14:43] (current) – mgupton | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Modules ====== | + | ====== |
| Search for modules that contain a specified command. | Search for modules that contain a specified command. | ||
| <code powershell> | <code powershell> | ||
| Line 24: | Line 24: | ||
| Get-Module -ListAvailable | where {$_.Name -like " | Get-Module -ListAvailable | where {$_.Name -like " | ||
| </ | </ | ||
| + | |||
| + | ====== Scripts ====== | ||
| + | * '' | ||
| + | |||
| + | |||