SessionCapabilities Enum

Definition

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

Language 4

Include language capabilities.

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

Applies to

See also