Forum Discussion
DatTran
Sep 09, 2021Copper Contributor
Defender for Identity sensor install failing - error code 0x80070643
I have 2 Active Directory, it's running Windows server 2019 (1809), no proxy, no core. i try to install the Defender for Identity sensor on a DC, setup wizard is running until a point. Then setup fai...
EliOfek
Microsoft
Sep 09, 2021Any chance you ran the deployment by clicking inside the zip without extracting it to a folder first?
Reza_Daniels_786
Nov 08, 2023Copper Contributor
So I have been pulling out my hair for days with this issue. Went through countless posts and solutions and nothing worked. If I tried installing it via the executable in Windows it would fail with a error code 0x80070643. If I tried as suggested here to install with PSExec with the -s -i switches it would fail with a error code 1602 or 1603. After lots of trial and error I found the command line string that finally worked (not using psexec). I suspect it's because I am installing it on a DC running Server 2022.
Here is the string that worked:
"Azure ATP sensor Setup.exe" /quiet ProxyUrl="Insert your proxy with port here" AccessKey="insert your access key from the security portal here"
Hopefully it works for others and save them from trolling the internet for days like I did.
Ofcourse you need to run it from the local folder your copied the Identity installation files to
Here is the string that worked:
"Azure ATP sensor Setup.exe" /quiet ProxyUrl="Insert your proxy with port here" AccessKey="insert your access key from the security portal here"
Hopefully it works for others and save them from trolling the internet for days like I did.
Ofcourse you need to run it from the local folder your copied the Identity installation files to
- Fish_TacosApr 22, 2024Brass ContributorFor anyone after me here is the command to update the MDI.
"Azure ATP sensor Setup.exe" /quiet NetFrameworkCommandLineArguments="/q" AccessKey="c:\Azure ATP Sensor Setup\key.txt"