Forum Discussion
Defender for Identity sensor install failing - error code 0x80070643
- Reza_Daniels_786Nov 08, 2023Copper ContributorSo 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- 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"
- DatTranSep 10, 2021Copper Contributor
i found some error in MsiPackage.log file:
2021-09-09 11:11:27.9363 Info RunDeployerMajorDeploymentAction ApplyInternal finished [isSuccessful=False]
2021-09-09 11:11:27.9363 Debug InstallActionGroup Revert started
2021-09-09 11:11:27.9363 Warn InstallActionGroup Revert reverting [rollbackAction=UnpackDeploymentPackageBytesAction index=0 count=3]
2021-09-09 11:11:27.9363 Debug UnpackDeploymentPackageBytesAction Revert started
2021-09-09 11:11:27.9831 Debug UnpackDeploymentPackageBytesAction Revert finished
2021-09-09 11:11:27.9831 Warn InstallActionGroup Revert reverting [rollbackAction=DownloadMinorDeploymentPackageBytesAction index=1 count=3]
2021-09-09 11:11:27.9831 Debug DownloadMinorDeploymentPackageBytesAction Revert started
2021-09-09 11:11:27.9831 Debug DownloadMinorDeploymentPackageBytesAction Revert finished
2021-09-09 11:11:27.9831 Warn InstallActionGroup Revert reverting [rollbackAction=CreateDirectoryDeploymentAction index=2 count=3]
2021-09-09 11:11:27.9831 Debug CreateDirectoryDeploymentAction Revert started
2021-09-09 11:11:27.9831 Debug CreateDirectoryDeploymentAction Revert finished
2021-09-09 11:11:27.9831 Debug InstallActionGroup Revert finished
2021-09-09 11:11:28.0300 Error DeploymentAction Failed to apply InstallActionGroup
Microsoft.Tri.Infrastructure.ExtendedException: Apply failed [Type=RunDeployerMajorDeploymentAction] - DatTranSep 10, 2021Copper ContributorThanks for your reply.
i ran without extracting the zip file but no luck.