powershell:qnd:scripts_and_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 mguptonpowershell:qnd:scripts_and_modules [2022/07/14 14:43] (current) mgupton
Line 1: Line 1:
-====== Modules ======+====== Scripts and 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 "*exchange*"} Get-Module -ListAvailable | where {$_.Name -like "*exchange*"}
 </code> </code>
 +
 +====== Scripts ======
 +  * ''Save-Script'' - download script from repo and save to local system
 +
 +
  • powershell/qnd/scripts_and_modules.1657809719.txt.gz
  • Last modified: 2022/07/14 14:41
  • by mgupton