GetModuleCommand.SkipEditionCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When set, CompatiblePSEditions checking is disabled for modules in the System32 (Windows PowerShell) module directory.
[System.Management.Automation.Parameter(ParameterSetName="Available")]
[System.Management.Automation.Parameter(ParameterSetName="CimSession")]
[System.Management.Automation.Parameter(ParameterSetName="PsSession")]
public System.Management.Automation.SwitchParameter SkipEditionCheck { get; set; }
public System.Management.Automation.SwitchParameter SkipEditionCheck { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Available")>]
[<System.Management.Automation.Parameter(ParameterSetName="CimSession")>]
[<System.Management.Automation.Parameter(ParameterSetName="PsSession")>]
member this.SkipEditionCheck : System.Management.Automation.SwitchParameter with get, set
member this.SkipEditionCheck : System.Management.Automation.SwitchParameter with get, set
Public Property SkipEditionCheck As SwitchParameter
Property Value
- Attributes