System Requirements
The system requirements for the Keyfactor AnyCA Gateway DCOM server are:
-
Ability to connect to a Microsoft SQL Server (2017, 2019, or 2022)
-
Windows Server 2019 or 2022
-
.NET Framework 4.7.2 or greater
.NET is a standard Windows feature added through the Windows Server Manager tool. It can be updated with a downloadable update package or through Windows update.
-
Minimum of one 2 GHz CPU
-
Minimum of 20 GB disk space
-
Minimum of 2 GB RAM
- Active Directory domain joined
-
PowerShell 5.1 is required to run the configuration PS cmdlets. You can use the following command to check your PowerShell version:
$PSVersionTable.PSVersion
Verify .NET Version
To verify the version of .NET installed, either:
-
Open the Registry Editor:
regedit -
Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full - Validate that the Release attribute value indicates a version of .NET Framework that is 4.7.2 or higher is installed, as shown in Table 1108: .NET Framework Release Values.
Or:
-
Open a command prompt or PowerShell window and type the following command:
reg query "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full" - Validate that the Release attribute value indicates a version of .NET Framework that is 4.7.2 or higher is installed, as shown in Table 1108: .NET Framework Release Values.
Table 1108: .NET Framework Release Values
.NET Framework |
Release Value (Decimal) |
Release Value (Hexadecimal) |
---|---|---|
.NET Framework 4.6.2 | 394802 or 394806 | 60632 or 60636 |
.NET Framework 4.7 | 460805 | 70805 |
.NET Framework 4.7.1 | 461308 or 461310 | 709FC or 709FE |
.NET Framework 4.7.2 | 461808 or 461814 | 70BF0 or 70BF6 |
.NET Framework 4.8 | 528040, 528049, 528372, or 528449 | 80EA8, 80EB1, 80FF4, 81041 |
.NET Framework 4.8.1 | 533320 or 533325 | 82348 or 8234D |
Was this page helpful? Provide Feedback