PowerShell - Modules and Script Organization
Given this snippet from a module manifest (.psd1):
What will
@{
ModuleVersion = '1.2.3'
CompatiblePSEditions = @('Desktop', 'Core')
}What will
Get-Module -ListAvailable show for CompatiblePSEditions?