Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • Supporting Technologies (i.e. Windows / SQL Server / VMWare / etc.)
  • Supporting Technologies Tech Notes

TN 1298 DCOM Harding PowerShell Script

Last updated: February 28th, 2025

Description

  • Author: Rich Brooks
  • Published: February 28th, 2025

Details:

Description

This article from InSource shows to disable DCOM Hardening for AVEVA System Platform deployment using a PowerShell script.

  • Author: Rich Brooks
  • Published: 11/28/2022
  • Applies to: AVEVA Application Server 2020 R2 SP1 and higher

Details

The installation of Microsoft Update KB5004442 - DCOM Hardening prevents platforms from being deployed to Windows 10 machines. A message related to raising the activation authentication level to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in the client application is seen in the System Event Viewer.

It is necessary to update the registry to disable the DCOM hardening key. A PowerShell script is provided below to make this easy. Run PowerShell as an Administrator and then paste the following script. The required registry key is added instantly to disable DCOM harding.

# Create new items with values

New-ItemProperty -Path 'HKLM:\Software\Microsoft\Ole\AppCompat' -Name 'RequireIntegrityActivationAuthenticationLevel' -Value '0' -PropertyType 'DWORD' –Force

# Get out of the Registry

Pop-Location

dcom script
Give feedback about this article

Recommended articles

TN 1394 Error when Deploying: Remote Node's UserID/Password don't match GR Node's

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand