Get-FlowVariable -Name “String”
Get the value from a SMART Migration Variable and assign it to a PowerShell variable.
Example:
$MyVariable = Get-FlowVariable -Name "[<My Variable>]"

Get the value from a SMART Migration Variable and assign it to a PowerShell variable.
Example:
$MyVariable = Get-FlowVariable -Name "[<My Variable>]"
*Passwords: Notice that the Cmdlet writes the retrieved value to the Console when running in PowerShell ISE or Visual Code but not for Variables of type Password.