ProtocolType Enumeration

 

Used by the PS-SessionOption cmdlet to describe different types of protocols.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

public enum ProtocolType
public enum class ProtocolType
type ProtocolType
Public Enumeration ProtocolType

Members

Member name Description
Dcom

DCOM.

Default

Default.

Wsman

WSMAN.

Remarks

Warning

The New-PSSessionOption cmdlet class is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top