pc:PowerShell

Previous Next

Runs a Powershell command line at the level of the Windows OS. Click here for using this to execute a SQL script stored in a text file.

Returns an XML fragment by way of a report. See the "Return value" section at the end of this help topic.

Syntax

<pc:PowerShellvariable="value", ... ] > 

 
  powershell-command

 
</pc:PowerShell>

 

variable  ::=  name-literal

Variables passed as variable="value" arguments of pc:PowerShell are global in the sense that you can keep referring to them in multiple calls to pc:PowerShell within the same Blend script.

Example

<pc:PowerShell> Write-Output "Hello World" </pc:PowerShell>

 

 

collapsePassing string variables
collapsePassing node set variables
collapseReturn value
collapseLimitations

 

 

See also

pc:WinCommand

SQL command line tools via pc:PowerShell