CloudGuru
← All topics

Tag

Azure AD Connect

9 articles

Entra ID2 min read

Azure AD or Entra ID Connect Configuration Documenter

In today’s post, I’ll explain how to use the Azure AD or Entra ID Connect Configuration Documenter to compare configurations between two Azure AD Connect servers. This tool is valuable for documenting, troubleshooting, and ensuring configuration consistency in environments that use Azure AD Connect for identity synchronization. The Azure AD Connect Configuration Documenter is a …

Entra ID3 min read

Bulk assignment of an Access Package

To assign an Access Package to 1,000 users in Azure Active Directory (Entra ID) using Entitlement Management in Azure Identity Governance, you can either use the Azure Portal or automate it via PowerShell or Microsoft Graph API, which is more efficient for large-scale assignments. Here are the steps for each method: Method 1: Using Azure …

Entra ID3 min read

Managing TLS 1.2 on Microsoft Entra Connect: A Comprehensive PowerShell Script for Enable, Disable, Check, and Uninstall

Here’s a PowerShell script that allows you to enable, check, disable, or uninstall TLS 1.2 on your Microsoft Entra Connect server. It prompts the user for an option and performs the corresponding action: Get-ADSyncToolsTls12RegValue { [CmdletBinding()] Param( [Parameter(Mandatory = $true, Position = 0)] [string]$RegPath, [Parameter(Mandatory = $true, Position = 1)] [string]$RegName ) $regItem = Get-ItemProperty …

Entra ID Connect2 min read

TLS 1.2 enforcement for Microsoft Entra Connect

Enforcing TLS 1.2 in Microsoft Entra Connect involves configuring your server to use this secure communication protocol exclusively. This step is essential for environments using versions 2.3.20.0 or later of Microsoft Entra Connect, as these versions require TLS 1.2 for secure communication with Azure. Checking TLS 1.2 Configuration: Use the following PowerShell script to verify …

Entra ID Connect3 min read

PowerShell Script to Check TLS 1.2 and .NET Framework Version

This PowerShell script allows you to check if TLS 1.2 is enabled on both the client and server, and also verifies that strong cryptography is enabled for the .NET Framework. Additionally, the script checks for the latest installed .NET Framework version on the system. Script Overview: PowerShell Script: # Define registry paths for .NET Framework …

Entra ID Connect3 min read

Steps to Enable TLS 1.2 on Windows

1. Modify the Registry to Enable TLS 1.2 TLS 1.2 must be enabled for both client and server components in the Windows registry. These components determine whether applications and services running on your system can use TLS 1.2. You can apply the following steps either manually through the Registry Editor or by running a PowerShell …

B2B3 min read

Azure B2B (Business-to-Business) VS Entra ID Cross-Tenant Synchronization

Azure B2B (Business-to-Business) and Entra ID Cross-Tenant Synchronization are both features related to managing identity and access across different organizations, but they serve different purposes and work in distinct ways. Here’s a breakdown of the differences: 1. Purpose: 2. User Experience: 3. Management: 4. Use Cases: 5. Security: Summary: