Showing posts with label Azure AD Connect. Show all posts
Showing posts with label Azure AD Connect. Show all posts

Thursday, August 28, 2025

How to remove the Azure AD Connect sync proxy setting to use direct Internet connection?

 Go to "C:\Windows\Microsoft.NET\Framework64\v4.x.xxxxx\Config\machine.config


Remove the following:

<system.net>

<defaultProxy>

<proxy_usesystemdefault="true" />

</defaultProxy>

</system.net>

Print Friendly and PDF
Share/Bookmark

Wednesday, June 11, 2025

Azure AD Connect 2.0 change proxy setting

 1. Go to the program files -> Microsoft Azure Active Directory Connect -> To modify the file proxy config in the file "Microsoft.ApplicationProxy.Connector.Common.dll.config

2. Netsh winhttp set proxy "<proxy IP>"

3. Restart the service "Microsoft Azure AD Sync"

Then, you can run the powershell command >Start-ADSyncSyncCycle -PolicyType Initial 

To use the new proxy for the sync.

Print Friendly and PDF
Share/Bookmark

Wednesday, October 4, 2023

AAD upgrade from v1 to v2 need to pay attention items (Post check items)

  1. Need to check the "Domain and OU filtering" under Azure Active Directory Connect is it include all users OU
  2. After the upgrade complete and full sync complete, go to M365 admin center (Users -> Deleted users) to check if there are any users being move to "deleted user" (Soft-deleted), if yes, go to Synchronization Service Manager to check log profile name "Export", to see if there are any "Deletes". If there are no. of deletes,  go back to "Domain and OU filtering" under Azure Active Directory Connect to see any "deleted user" under deselected OU. (To resolve this issue, add back the deselected OU, run full sync (Start-ADSyncSyncCycle -PolicyType initial) and run delta sync (Start-ADSyncSyncCycle) on AAD. User account will back to active user on AAD
Print Friendly and PDF
Share/Bookmark