Hi All,
We are in the process of upgrading to W10.
We are using an SCCM Task Sequence.
This is the command line I am running:
pgpwde --add-bypass --disk 0 --count 5 --admin-passphrase "MyPassword"
I'm running this as a specific account; SCCM.PGP. I have given this account SuperUser privileges and also added the wdeMaximumRestarts preference to the policy for this account.
If I run this on a machine where SCCM.PGP has previously logged in, then the command works fine. If I run it on a machine where that account has never logged in then I get the following error:
Error Code -12450: administrative preferences file not found.
We have nearly 3000 machines which we need to perform this on, so can not possibly log in on all of them with this account.
I spoke to tech support who told me to add the --aa switch to the command but this either ends up resulting in "bad passphrase" even though its correct or, "Not permitted by your administrator"
Anyone have any ideas?
Peter