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