PowerTip: Find DISM-Related PowerShell Cmdlets

Doctor Scripto

Summary: Learn how to find all Windows PowerShell cmdlets that work with DISM.

Hey, Scripting Guy! Question How can I find all Windows PowerShell cmdlets that work with Deployment Image Servicing and Management (DISM)?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and specify the DISM module:

Get-Command -Module dism

0 comments

Discussion is closed.

Feedback usabilla icon