PSModuleAutoLoadingPreference Enumeration
Specifies the preference options for the module auto-loading feature.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
| Member name | Description |
|---|---|
| All | Load modules automatically when a command is not found. |
| ModuleQualified | Only load modules automatically when a command is not found and the command is qualified by a module name. |
| None | Do not automatically load modules when a command is not found. |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.
