question

Penki avatar image
0 Votes"
Penki asked Penki answered

IAASAntimalware- Provisioning Failed

I am getting below error on installing MicroSoft AntiMalware Extension to Azure Virtual Machine.

37991-iaasantimalware.jpg



Error 1:
System.InvalidOperationException: Cannot start service MSMPSvc on computer '.'. ---System.ComponentModel.Win32Exception: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it --- End of inner exception stack trace --- at System.ServiceProcess.ServiceController.Start(String[] args) at Microsoft.Azure.Security.EngineConfiguratorWmi.EnableAntiMalware(String ServiceName) at Microsoft.Azure.Security.CampEngine.Enable(AntimalwareConfig newConfig)

Error 2:
Enable step getting DLLNotFoundException:System.DLLNotFoundException:Unable to load DLL 'MpClient.dll': The Specified module could not be found. (Exception from HRESULT:0x8007007E) at Microsoft.Azure.Security.MpClient.MpManagerOpen (UInt32 dwReserverd, IntPtr&PmPHandle)at Microsoft.Azure.Security.EnginerConfiguratorApi.EnableAntimalware(String Servicename) at Microsoft.Azure.Security.CampEngine.Enable(AntimalwareConfig newConfig)

azure-virtual-machinesazure-security-center
iaasantimalware.jpg (26.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Penki avatar image
0 Votes"
Penki answered

The Following Steps works for me:

  1. Uninstalled the extension "IaaSAntimalware" in Extensions blade.

  2. Deleted the following path in the server "C:\Packages\Plugins\Microsoft.Azure.Security.IaaSAntimalware".

  3. Verified "System Center Endpoint Protection" completely removed or not in Installed programs list in Server.

  4. Installed extension "Microsoft Antimalware" in Extensions blade.

Still the Status in Azure Portal is showing as "Provisioning Failed".

next Steps:
5. Execute the below command in elevated admin command prompt.
C:\Packages\Plugins\Microsoft.Azure.Security.IaaSAntimalware\Version(Eg:1.5.5.49)>SCEPINSTALL /forceclean
6. Complete the step by step installation.
7. Gone through Steps 1 to 4 again.

Thanks,
Sudhakar Penki

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.