Summary: Learn how to find all Windows PowerShell cmdlets that work with DISM.
How can I find all Windows PowerShell cmdlets that work with Deployment Image Servicing and Management (DISM)?
Use the Get-Command cmdlet and specify the DISM module:
Get-Command -Module dism