ModuleIntrinsics.PSModulePathScope 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.
The available module path scopes.
public enum ModuleIntrinsics.PSModulePathScope
type ModuleIntrinsics.PSModulePathScope =
Public Enum ModuleIntrinsics.PSModulePathScope
- Inheritance
-
ModuleIntrinsics.PSModulePathScope
Fields
Name | Value | Description |
---|---|---|
User | 0 | The users module path. |
Builtin | 1 | The Builtin module path. This is where PowerShell is installed (PSHOME). |
Machine | 2 | The machine module path. This is the shared location for all users of the system. |