PSSessionConfigurationAccessMode 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.
Specify the type of access mode that should be used when creating a session configuration.
public enum class PSSessionConfigurationAccessMode
public enum PSSessionConfigurationAccessMode
type PSSessionConfigurationAccessMode =
Public Enum PSSessionConfigurationAccessMode
- Inheritance
-
PSSessionConfigurationAccessMode
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Disable the configuration. |
Local | 1 | Allow local access. |
Remote | 2 | Default allow remote access. |