SessionCapabilities
Enum
Definition
Defines session capabilities provided by a PowerShell session
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
public enum SessionCapabilities
- Inheritance
-
SessionCapabilities
- Attributes
Fields
| Language | Include language capabilities |
| RemoteServer | Session with RemoteServer capabilities can be made available on a server
that wants to provide a full user experience to PowerShell clients. |
| WorkflowServer | 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 |