PSModuleAutoLoadingPreference
Enum
Definition
Defines the preference options for the Module Auto-loading feature
public enum PSModuleAutoLoadingPreference
- Inheritance
-
PSModuleAutoLoadingPreference
Fields
| All | Auto-load modules when a command is not found. |
| ModuleQualified | Only auto-load modules when a command is not found, and the command is module-qualified. |
| None | Do not auto-load modules when a command is not found. |