Azure joined PC can't access my local AD

Hello.

We have started to add our new PC's to Azure AD only, because we use Intune. But our users are still members of our Hybrid AD. When users log on to the new PC's DynamicSignature Client is unable to make signatures because it can't get access AD. This is reported in the log file.

Please advice.


Hi.

DynamicSignature does not directly try to find a domain controller to retrieve the users contact details. It is based on the .NET Directory Services, and therefore asks the underlying OS to get the data on its behalf.

But since the PC is joined to Azure AD it automatically looks there for data.

We have release a version (v.6.6.5) where you can override the search for the root of the domain.

In the call for the DynamicSignature.exe you should add an extra parameter. /AD:yourdomain.local

So the call looks like this:

\\srv015\NETLOGON\Dynamicsignature.exe /I:French.ini /AD:yourdomain.local

Rate this item
(0 votes)
back to top