Forum Discussion
LisaMelone
Microsoft
Aug 26, 2021Sensor failing to install on all DCs
Has anyone seen any of these errors? Trying to install the sensor, but it is failing on both VMWare and HyperV DC. .NET 4.8 is installed and it doesn't matter if NPCap is installed or not. Traffic...
- Jan 25, 2022same issue here, last week a server 2019 domain controller installation went fine, now it gives exit code 0x80070643. install via .cmd file with quiet parameter and starting via psexec -s worked for me.
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 change directory in CMD to the local folder you 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 change directory in CMD to the local folder you copied the Identity installation files to