If users are getting an authentication prompt when accessing domain resources through Always On VPN, make sure that Domain Controllers have the appropriate digital certificates. The certificate must have KDC Authentication, Smart Card Logon, Server Authentication and Client Authentication in the Enhanced Key Usage (EKU) field. The pre-existing Kerberos Authentication can be duplicated and used as a baseline template for the certificates.
C:\Users\ADSyncxxxxx$\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\ADSync2019
or
C:\Windows\ServiceProfiles\ADSync\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\ADSync2019
This issue should not occur starting from version 2.1.1.0 of MS Azure AD Connect. Read the Microsoft doc below to perform a manual in-place upgrade of Azure AD Connect.
In Microsoft 365 / Exchange Online, to connect a soft deleted mailbox, you have need to use the cmdlet New-MailboxRestoreRequest to restore the mailbox to another user.
Get-Mailbox -SoftDeletedMailbox | select guid
Get-Mailbox <NewMailbox> | select guid
New-MailboxRestoreRequest -SourceMailbox <GUID> -TargetMailbox <GUID of new mailbox> -AllowLegacyDNMismatch
If you are noticing seemingly random RDS session freezing on Windows 10/11 clients, this registry key might help. It disables the UDP protocol for RDP connections, which Microsoft enabled by default since Windows 10 1809/1909. I have had this issue occur on Windows 10 21H2.
A reboot of the machine was not needed, after closing the RDP session and reconnecting, TCP was being used. You can check which protocol is being used by clicking the symbol at the top:
Having two logins for the same user isn’t practical for both the user and administrator. That’s why you should use this guide to convert a cloud user into an Azure AD Synced user. Having an Azure AD Synced user is very handy, because the user can then use one password for all the services he might need, plus you can combine login with Seamless Signon.
So you basically have this user in the Cloud:
That should be replaced by this on-prem user:
First of all, make sure that the on-prem user is not being synced.
Then connect to Microsoft Online through PowerShell. If you don’t have the module, install it first (hit y twice):
Install-Module MsOnline
Connect-MsolService
Link the objectGUID with the immutableID of the Cloud user: