Hi !
I’m using the extract utility for test all the password of encrypted jobs and it work well. Just a problem when the password contain a double quotes (“).
I pass the good password but it seem that the extract utlity fails when we used password with double quote.
The main command i use is that one : .\Extract.exe -dir $full_dir -password $mdp
I got the error message “Password is incorrect”
obviously I already have verified the password and he is correct.
Does anyone have an idea ? or do i have to change all the password that contain a double quote ?