Powershell to run Data Masking set via command line

I'm trying to run a Powershell script to run a data masking set.  I have the following and noted the documentation did not have the path to the command line tool listed as the present naming:

& "C:\Program Files\Red Gate\Data Masker for SQL Server 6\DataMaskerCmdLine.exe" "F:\TFS\DBA\Data Masking - Obfuscation\Redgate Masking Sets\BO_TablesMasking.DMSSet" -R -D "RobbKW-10\Robb[appdev_bo] = RobbKW-10\Robb[demo]" -X | out-null

The script runs, but nothing happens.  It does not seem to be running the masking set.
Anybody?

Thanks,
Robb
Tagged:

Best Answer

Answers

Sign In or Register to comment.