AddComputer Class

Definition

Activity to invoke the Microsoft.PowerShell.Management\Add-Computer command in a Workflow.

public sealed class AddComputer : Microsoft.PowerShell.Activities.PSRemotingActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSRemotingActivity

Constructors

AddComputer()

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

Properties

Credential

Provides access to the Credential parameter.

DomainName

Provides access to the DomainName parameter.

Force

Provides access to the Force parameter.

LocalCredential

Provides access to the LocalCredential parameter.

NewName

Provides access to the NewName parameter.

Options

Provides access to the Options parameter.

OUPath

Provides access to the OUPath parameter.

PassThru

Provides access to the PassThru parameter.

PSCommandName

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

Restart

Provides access to the Restart parameter.

Server

Provides access to the Server parameter.

UnjoinDomainCredential

Provides access to the UnjoinDomainCredential parameter.

Unsecure

Provides access to the Unsecure parameter.

WorkgroupName