Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Hybrid Azure AD Join (Recommended)

    • Description: This solution allows devices to be both domain-joined and Azure AD-joined.

    • Technical Details:

      • Devices authenticate against on-premises AD using Kerberos while also registering with Azure AD for cloud services.

      • This dual-join configuration ensures that the SynMain client can use domain credentials for authentication via the on-prem AD.

      • Implementation Steps:

        1. Configure Hybrid Azure AD Join in Azure AD Connect.

        2. Ensure devices are synchronized and registered with both on-prem AD and Azure AD.

        3. Verify that Group Policy settings are correctly applied to support Hybrid Join.

      • Complication: Please note Changes made in Azure AD won’t reflect back to the on-premises AD, leading to inconsistencies. Only changes made on the On-Premises AD will be reflected on Azure AD.

  2. Active Directory Domain Services (ADDS) in Azure

    • Description: Set up an Azure Virtual Machine running ADDS, acting as a domain controller in the cloud.

    • Technical Details:

      • Extends on-premises AD infrastructure to Azure, allowing devices to authenticate with this domain controller.

      • Maintains traditional Windows authentication required by the FAT32 application.

      • Implementation Steps:

        1. Deploy an Azure VM and install ADDS.

        2. Configure the VM as a domain controller and join it to the existing on-prem AD domain.

        3. Set up site-to-site VPN or Azure ExpressRoute for secure communication between on-prem and Azure environments.

  3. Remote Access or Virtualization

    • Description: Deploy the FAT32 application on a virtual machine (VM) that remains domain-joined.

    • Technical Details:

      • Users access the VM through Remote Desktop or similar solutions, ensuring the application functions as it would in an on-prem domain-joined environment.

      • Implementation Steps:

        1. Set up a VM in the on-premises environment or in Azure.

        2. Install and configure the SynMain client on the VM.

        3. Provide users with remote access credentials and instructions.

    Azure AD Domain Services (AAD DS)

    • Description: Use Azure AD Domain Services to provide managed domain services in Azure.

    • Technical Details:

      • Provides Kerberos and NTLM authentication, domain join, and Group Policy support.

      • Implementation Steps:

        1. Enable Azure AD Domain Services in the Azure portal.

        2. Configure the necessary network settings and synchronize with Azure AD.

        3. Join devices to the managed domain and configure the SynMain client.

By implementing one of these solutions, you can ensure that the Synergetic Windows client (SynMain) continues to function as expected while leveraging the benefits of Azure AD and cloud services. If you need further assistance with any of these steps, please raise a new case through the help portal.

...