PowerShell - Modules and Script Organization
Which key in a PowerShell module manifest (.psd1) defines the minimum PowerShell version required to import the module?
PowerShellVersion key specifies the minimum PowerShell version needed to import the module.RequiredModules lists dependent modules, CompatiblePSEditions specifies editions like Desktop or Core, and ModuleVersion is the module's own version.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions