Using web deploy 3.5 on 2008 and 2012 servers
when running the following web deploy command line which has worked in the past,
msdeploy -verb:sync -source:metakey=lm/w3svc/2 -disableLink:ContentExtension -dest:archivedir=d:\backup\backup2,encryptPassword=MyPassword
now i get the following error: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. The error does not allow the backup to complete.
I know that the FIPSalgorithmPolicy is recently enabled by group policy above us and cannot be disabled, so is there anyway to get around this error without changing the policy setting or disabling it in the registry. Can I change the algorithm that msdeploy uses or somehow just tell it in the command line to ignore the error and continue on