PSModuleAutoLoadingPreference Enum
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.
Defines the preference options for the Module Auto-loading feature.
public enum class PSModuleAutoLoadingPreference
public enum PSModuleAutoLoadingPreference
type PSModuleAutoLoadingPreference =
Public Enum PSModuleAutoLoadingPreference
- Inheritance
-
PSModuleAutoLoadingPreference
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not auto-load modules when a command is not found. |
ModuleQualified | 1 | Only auto-load modules when a command is not found, and the command is module-qualified. |
All | 2 | Auto-load modules when a command is not found. |