This topic has not yet been rated - Rate this topic

SessionCapabilities Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the capabilities provided by a session, such as can it be used for implicit and interactive remoting. This class is introduced in Windows PowerShell 2.0.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As SessionCapabilities

[FlagsAttribute] 
public enum SessionCapabilities
/** @attribute FlagsAttribute() */ 
public enum SessionCapabilities
FlagsAttribute 
public enum SessionCapabilities
Member name Description
Language  
RemoteServer The session can be made available on a server. Clients connecting to the server will be able to use implicit remoting (Import-PSSession, Export-SSession) as well as interactive remoting (Enter-PsSession, Exit-PsSession) This field is introduced in Windows PowerShell 2.0.
WorkflowServer  

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)