Checking your .NET version
In order to check what version of .NET Framework is running
on a machine, run the following in a PowerShell window:

Get-ChildItem ‘HKLM:\SOFTWARE\Microsoft\NET Framework
Setup\NDP’ -Recurse | Get-ItemProperty -Name version -EA 0 | Where {
$_.PSChildName -Match ‘^(?!S)\p{L}’} | Select PSChildName, version
Here is an example of the command being run and the output:
Related Articles
EDS Installation Pre-Requisites
Technical Requirements Within Microsoft Entra ID Permission to create an Azure App Registration with privileges to read the directory Define AU or group objects to be synchronised Within My1Login Username & Password for the My1Login Service Account ...
ADC Installation Requirements
Download our handy ADC checklist at the bottom of this page! The ADC is installed on a server within your network, it is not necessary, or recommended, for this server to be the domain controller. When supporting seamless SSO the ADC acts as a local, ...
SSL Certificates - Windows Certificate Service
To allow a seamless SSO experience (via a hidden SAML login to My1Login) it is necessary for the ADC to have an HTTPS binding on its internal endpoint. This is because the SAML login to My1Login must communicate with the ADC from the user’s browser ...
What is the Entra Directory Service (EDS) and how does it work?
The My1Login Entra Directory Service (EDS) : - enables a Zero-Login experience for your My1Login users so adoption is guaranteed - provides the highest level of customer security by managing client-side encryption keys inside the secure perimeter of ...
My1Login EDS: Azure App Registration
Registration of the My1Login EDS App within Azure The My1Login Entra Directory Service (EDS) : enables a Zero-Login experience for your My1Login users so adoption is guaranteed provides the highest level of customer security by managing client-side ...