PowerShell - Modules and Script Organization
You want to create a manifest that requires PowerShell 7.0 or higher and only works on Core edition. Which keys and values should you set?
PowerShellVersion = '7.0' with quotes to specify minimum version.CompatiblePSEditions = @('Core') to restrict to Core edition only.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions