Set-RDMDataSourceCustomVariable
Synopsis
Syntax
__AllParameterSets
Set-RDMDataSourceCustomVariable [-InputObject] <DataSourceVariable[]> [-PassThru]
[-ForcePromptAnswer <DialogResult[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Examples
PS C:\> $cv = Get-RDMDataSourceCustomVariable -Name $MyVar1$;
$cv.Value = 'MyVarNewValue';
Set-RDMDataSourceCustomVariable -InputObject $cvParameters
-Confirm
-ForcePromptAnswer
-InputObject
-PassThru
-WhatIf
CommonParameters
Outputs
Notes
Last updated
Was this helpful?