ModuleIntrinsics.PSModulePathScope Enum

Definition

The available module path scopes.

public enum ModuleIntrinsics.PSModulePathScope
type ModuleIntrinsics.PSModulePathScope = 
Public Enum ModuleIntrinsics.PSModulePathScope
Inheritance
ModuleIntrinsics.PSModulePathScope

Fields

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.

User 0

The users module path.

Applies to