file a.txt is:
delete from test_$suffix
$a=get-content a.txt $suffix=\"tableA\"
$a=get-content a.txt
$suffix=\"tableA\"
how to manipulate the variab
$a=get-content a.txt $suffix="tableA" $ExecutionContext.InvokeCommand.ExpandString($a)