Invalid handler
hello still a newbie here
I am tring to execute a bitlocker cmd
bdeHdCfg.exe -target defaullt -size 300
but what i get is
C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec>C:\Windows\system32\bdeHdCfg.exe -target default -size 300
Outil de pr‚paration de lecteur BitLocker version 6.1.7601
Copyright (C) 2006-2008 Microsoft Corporation.
Initialisation en cours, patientez...
Un nouveau lecteur actif va ˆtre cr‚‚ … partir de 300 Mo d'espace libre sur le lecteur C :Invalid handler
when I try to execute the cmd on the client machine, It it running normally ..
I tried pdq deploy but what i am getting is "error code -2147024890"
thx
Comments
Try using the full path in your remote command:
C:\Windows\system32\bdeHdCfg.exe -target default -size 300
the same issue..
Initialisation en cours, patientez...
Un nouveau lecteur actif va ˆtre cr‚‚ … partir de 300 Mo d'espace libre sur le lecteur C :Invalid handler
any idea, tried to deploy a script .cmd .. but nothing the same problem ..