NewCimSession Class

Definition

Activity to invoke the CimCmdlets\New-CimSession command in a Workflow.

public sealed class NewCimSession : Microsoft.PowerShell.Activities.GenericCimCmdletActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.GenericCimCmdletActivity

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSGeneratedCIMActivity

Constructors

NewCimSession()

Gets the display name of the command invoked by this activity.

Properties

Authentication

Provides access to the Authentication parameter.

CertificateThumbprint

Provides access to the CertificateThumbprint parameter.

Credential

Provides access to the Credential parameter.

Name

Provides access to the Name parameter.

OperationTimeoutSec

Provides access to the OperationTimeoutSec parameter.

Port

Provides access to the Port parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

SessionOption

Provides access to the SessionOption parameter.

TypeImplementingCmdlet

The .NET type implementing the cmdlet to invoke.