Category: 2012 R2
Companies have had for ages requirements for connecting employees computers to organization network. In the past I have done these setups with Ipsecs, point-to-point tunnelings and recent year with Direct Access and Always-on vpn style. Between these it was done…
Hi all, I just blogged about differences between AAD Connect and Cloud Sync Provisioning Agent. And today noticed on https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history that Microsoft will be deprecating the first family versions of Azure AD Connect On 31 August 2022 “You need to…
Yesterday customer had a problem with Direct Access and Citrix. The situation was … Direct Access worked just fine, but applications published thru XenApp didn’t open. The problem was that Citrix XenApp didn’t send Fully Qualified Domain Name (FQDN) response…
So how to solve this one? First I saw this one in AD FS event log: All browser based Office 365 services where working just fine. Only Intune with Apple and Android devices got this error. So what next, Google?…
This was tricky. I had implemented several Direct Access configurations, but none of them went crazy like the newest one. Network Location Awereness (NLA) kept changing the localtion of DMZ network adapter to Domain Profile. That is not good for…
When you migrate from Server 2003 with export, you will see a Red X in address leases section. You should do the migration as follows: Open command prompt in Server 2003 and type: netsh dhcp server export C:dhcp.txt all Open…
Hi all, Yesterday a customer had a problem with Edge replication from Central Management Store (CMS) So installed Lync Logging Tools from http://www.microsoft.com/en-us/download/details.aspx?id=35453 And then started OCSLogger.exe on Frontend to see what was wrong. And started initated replication with…
After applying updates Windows Server will want to restart in 15 minutes if you have logged on users. And there is no way to postpone it. shutdown -a wont work either. This is because the reboot process has been…
Does this look familiar to You? If so you are not alone and the fix is. Delete Relaying Party Trust for Office 365: And then update federation data with this.
1 |
Update-MSOLFederatedDomain -DomainName <Federated Domain Name> |
or
1 |
Update-MSOLFederatedDomain –DomainName:<Federated Domain Name> –supportmultipledomains |
http://support.microsoft.com/kb/2647048 And it works also with ADFS…
Direct Access is an excellent vpn-solution from Microsoft. With Server 2012 R2 it got even better. There is alot of pages telling how to install it right, but in real life you have to combine some of them. So here…