SessionCapabilities 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.
Defines session capabilities provided by a PowerShell session.
This enumeration supports a bitwise combination of its member values.
public enum class SessionCapabilities
[System.Flags]
public enum SessionCapabilities
[<System.Flags>]
type SessionCapabilities =
Public Enum SessionCapabilities
- Inheritance
-
SessionCapabilities
- Attributes
Fields
Name | Value | Description |
---|---|---|
RemoteServer | 1 | Session with RemoteServer capabilities can be made available on a server that wants to provide a full user experience to PowerShell clients. Clients connecting to the server will be able to use implicit remoting (Import-PSSession, Export-PSSession) as well as interactive remoting (Enter-PSSession, Exit-PSSession). |
WorkflowServer | 2 | Session with WorkflowServer capabibilities can be made available on a server that wants to provide workflow hosting capabilities in the specified end points. All jobs commands as well as commands for implicit remoting and interactive remoting will be made available |
Language | 4 | Include language capabilities. |