Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConfigScope Enum
Definition
- Namespace:
- System.Management.Automation.Configuration
- Assembly:
- System.Management.Automation.dll
- Package:
- System.Management.Automation v7.4.15
- Package:
- System.Management.Automation v7.5.6
- Package:
- System.Management.Automation v7.6.1
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 scope of the configuration file.
public enum ConfigScope
type ConfigScope =
Public Enum ConfigScope
- Inheritance
-
ConfigScope
Fields
| Name | Value | Description |
|---|---|---|
| AllUsers | 0 | AllUsers configuration applies to all users. |
| CurrentUser | 1 | CurrentUser configuration applies to the current user. |
