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.
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

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