ExportCsv Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Top
Top
Top
Activity to invoke the Microsoft.PowerShell.Utility\Export-Csv command in a workflow.
The following tables list the members exposed by the ExportCsv type.
| Name | Description | |
|---|---|---|
| ExportCsv | Gets the display name of the command invoked by this activity. |
(see also Protected Properties)
Top
| Name | Description | |
|---|---|---|
![]() | DisplayName | (Inherited from Activity) |
![]() | Id | (Inherited from Activity) |
![]() | PSCommandName | Overridden. Gets the fully qualified name of the command invoked by this activity. |
![]() | InputObject | Provides access to the InputObject parameter. |
![]() | Path | Provides access to the Path parameter. |
![]() | LiteralPath | Provides access to the LiteralPath parameter. |
![]() | Force | Provides access to the Force parameter. |
![]() | NoClobber | Provides access to the NoClobber parameter. |
![]() | Encoding | Provides access to the Encoding parameter. |
![]() | Append | Provides access to the Append parameter. |
![]() | Delimiter | Provides access to the Delimiter parameter. |
![]() | UseCulture | Provides access to the UseCulture parameter. |
![]() | NoTypeInformation | Provides access to the NoTypeInformation parameter. |
![]() | PSComputerName | The name of the remote computer. (Inherited from PSRemotingActivity) |
![]() | PSCredential | The credentials used to authenticate the activity host. (Inherited from PSRemotingActivity) |
![]() | PSRemotingBehavior | Defines the remoting behavior to use when invoking this activity. (Inherited from PSRemotingActivity) |
![]() | PSConnectionRetryCount | Defines the number of retries that the activity will make to connect to a remote machine when it encounters an error. The default is to not retry. (Inherited from PSRemotingActivity) |
![]() | PSConnectionRetryIntervalSec | The number of seconds to wait before trying to run the activity again. (Inherited from PSRemotingActivity) |
![]() | PSPort | The port to use in a remote connection attempt. The default is: HTTP: 5985, HTTPS: 5986. (Inherited from PSRemotingActivity) |
![]() | PSUseSsl | Specifies whether to use Secure Sockets Layer (SSL) authentication in the connection attempt. The default is false. (Inherited from PSRemotingActivity) |
![]() | PSAllowRedirection | Determines whether to allow redirection by the remote computer. The default is false. (Inherited from PSRemotingActivity) |
![]() | PSApplicationName | Defines the remote application name to connect to. The default is wsman. (Inherited from PSRemotingActivity) |
![]() | PSConfigurationName | Defines the remote configuration name to connect to. The default is Microsoft.PowerShell. (Inherited from PSRemotingActivity) |
![]() | PSConnectionUri | Defines the fully-qualified remote URI to connect to. When specified, the PSComputerName, PSApplicationName, PSConfigurationName, and PSPort properties are not used. (Inherited from PSRemotingActivity) |
![]() | PSAuthentication | Defines the authentication type to be used in the remote connection. (Inherited from PSRemotingActivity) |
![]() | PSCertificateThumbprint | Defines the certificate thumbprint to be used in the remote connection. (Inherited from PSRemotingActivity) |
![]() | PSSessionOption | Defines any session options to be used in the remote connection. (Inherited from PSRemotingActivity) |
![]() | PSError | Gets the Error stream or collection of streams for the activity. (Inherited from PSActivity) |
![]() | PSProgress | The Progress stream or collection of streams for the activity. (Inherited from PSActivity) |
![]() | PSVerbose | The Verbose stream or collection of streams for the activity. (Inherited from PSActivity) |
![]() | PSDebug | The Debug stream orcollection of streams for the activity. (Inherited from PSActivity) |
![]() | PSWarning | The Warning stream or collection of streams for the activity. (Inherited from PSActivity) |
![]() | PSDisableSerialization | Gets or sets a value that specifies whether serialization is disabled for the activity. (Inherited from PSActivity) |
![]() | PSPersist | If this argument is set, the activity does not call the functionality that saves the workflow state to persisted memory. (Inherited from PSActivity) |
![]() | MergeErrorToOutput | Determines whether to merge error data to the output stream. (Inherited from PSActivity) |
![]() | PSActionRunningTimeoutSec | Gets or sets the number of seconds to wait before an activity times out. (Inherited from PSActivity) |
![]() | PSRequiredModules | Gets or sets the list of module names (or paths) that are required to run this activity successfully. The default is null. (Inherited from PSActivity) |
![]() | PSActionRetryCount | Defines the number of retries that the activity will make when it encounters an error during execution of its action. The default is to not retry. (Inherited from PSActivity) |
![]() | PSActionRetryIntervalSec | Gets or sets the number of seconds to wait before retrying to run an activity. (Inherited from PSActivity) |
![]() | Verbose | Specifies whether to emit verbose output of the activity. (Inherited from PSActivity) |
![]() | Debug | Specifies the debug output for the activity. (Inherited from PSActivity) |
![]() | ErrorAction | Determines how errors should be handled by the activity. (Inherited from PSActivity) |
![]() | WarningAction | Determines how warnings should be handled by the activity. (Inherited from PSActivity) |
![]() | Input | The input stream for the activity. (Inherited from PipelineEnabledActivity) |
![]() | UseDefaultInput | Specifies whether to connect the input stream for this activity. (Inherited from PipelineEnabledActivity) |
![]() | Result | The output stream from the activity. (Inherited from PipelineEnabledActivity) |
![]() | AppendOutput | Determines whether to append output to the stream specified by the Result property. (Inherited from PipelineEnabledActivity) |
| Name | Description | |
|---|---|---|
|
Implementation | (Inherited from NativeActivity) |
|
Constraints | (Inherited from Activity) |
|
SupportsCustomRemoting | Declares whether this command supports its own custom remoting. Commands that support their own custom remoting should return true from this property, and use the PSComputerNameparameter as required when the PSRemotingBehavior parameter is set to Custom. (Inherited from PSRemotingActivity) |
|
PSDefiningModule | Gets the module that defines the command called by this activity.The value of this property can be null. (Inherited from PSActivity) |
|
Tracer | Tracer initialization. (Inherited from PSActivity) |
|
ParameterDefaults | Provides access to the parameter defaults dictionary (Inherited from PSActivity) |
|
CanInduceIdle | Set this property to true if the activity can be idle. (Inherited from PSActivity) |
|
DefiningModule | If an activity needs to load a module before it can execute, override this member to return the name of that module. (Inherited from PSActivity) |
|
UpdatePreferenceVariable | Indicates if preference variables need to be updated. (Inherited from PSActivity) |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | ToString | (Inherited from Activity) |
![]() | ShouldSerializeDisplayName | (Inherited from Activity) |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
CacheMetadata | (Inherited from NativeActivity) |
|
Abort | (Inherited from NativeActivity) |
|
OnCreateDynamicUpdateMap | (Inherited from NativeActivity) |
|
OnCreateDynamicUpdateMap | (Inherited from NativeActivity) |
|
UpdateInstance | (Inherited from NativeActivity) |
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
|
ActivityEndPersistence | The method can be overridden by derived classes to implement different logic at the end of persistence. The default behavior would be to schedule the 'Persist' activity if the PSPersist property is true or the host requests it. |
|
CacheMetadata | Overridden. Retrieves the stream and ubiquitous parameter information from the hosting application. These must be passed in as "Streams" and "UbiquitousParameters", respectively. |
|
Cancel | Overridden. Cancel the running activity |
|
Execute | Overridden. Begins the execution of the activity. |
|
GetActivityArguments | Gets the list of arguments for the activity. |
|
GetPowerShell | The method for derived activities to return a configured instance of PowerShell. The implementor should have added all of the commands and parameters required to launch their command through the standard AddCommand() and AddParameter() methods. Derived activites should not manage the Runspace property directly, as the PSActivity class configures the runspace afterward to enable remote connections. |
|
GetRunInProc | Determine if this activity should be run in or out of process when run locally/ |
|
PrepareSession | The method for derived activities to customize the runspace of a PowerShell instance that the runtime has prepared for them. If the command needs any workflow-specific information during this method call, it should be stored in Context proprty during the GetCommand preparation phase. |
|
WriteProgressRecord | Write a progress record fo the current activity |
|
GetImplementation | Overridden. Prepare commands that use PSRP for remoting. |
|
GetIsComputerNameSpecified | Returns true if the PSComputerName parameter has been specified, and contains at least one target. |
Send comments about this topic to Microsoft.

