PowerShell - Modules and Script Organization
What will be the output of this PowerShell code?
Import-Module MyModule
Get-Command -Module MyModule | Select-Object -ExpandProperty Name
