Pass-Through Authentication is the new authentication for the cloud based applications such as Exchange Online (EXO), Skype for business Online and so on and all you on-premises applications. Along with Seamless Single Sign-on (SSSO), provides better user login experience. This is an alternative option for the Azure AD Password Hash Synchronization. Please check the article […]
In this Article, we will see how to install Azure AD Pass-through Authentication (PTA) along with Seamless Single Sign-on (SSSO) Please check the article for Overview of Azure AD Pass-Through Authentication What is required to configure Pass -through Authentication: 1. Need one Windows Server machine with Server 2012 R2 or Server 2016 2. Internet connectivity […]
Microsoft Recently rolled out Redesign of User Sign-in UI for both Azure Active Directory(AAD), what is the Change: 1. Redesign of Azure AD & Microsoft account sign-in experiences Azure AD & Microsoft account sign-in pages will both change to have a consistent look and feel, so you won’t experience anymore jarring transitions when you move […]
Azure Active Directory (Azure AD) is the Cloud based Directory Service. It provides many advantages to the IT Admins and Developers. In this Article, we will see in detailed. For the Part 2 of this Multi Part Articles, Please click Overview of Azure Active Directory (Azure AD) – Part 2 What is Azure Active Directory( […]
In previous Article, we have seen the Basic Understanding of the Azure AD and the Different Editions. Overview of Azure Active Directory (Azure AD) – Part 1 In this Article, We see how the to Sync On-Premises Identities to the Azure AD and how to enable the different model based on the requirements. Many of […]
In this article We see about Trust relationship between this workstation and the primary domain failed. For Example, user is trying to login in workstation System. Enter the User Name and password. In database on the server does not Have computer account for workstation trust relationship. Let’s see How to fix the issue in multiple […]
In this Article, we will see how to add user or users or Computer using Powershell. If you want to add users to the specific one Group, you can use the below command.. $domain=”Windowstechpro.com” $Computer = $env:COMPUTERNAME; $ADSIComputer = [ADSI](“WinNT://$Computer,computer”); $SGName = $ADSIComputer.psbase.children.find(‘Administrators’) function Groupmember($number) { $SGName.add(“WinNT://”+$domain+”/”+$number ) } Groupmember “radhakrishnan.govindan” Groupmember “veterivel.Madeshwaran” In the […]
In this article we see how to configure the Windows Time service and troubleshoot when the Windows Time service is not working correctly. To check the PDC Server for Time Synchronization and to configure the PDC master server by using an internal hardware clock, follow these below steps: Open Registry on the PDC Role holder domain controller, […]
In my Previous AD Powershell Post, I have showed how to generate AD Computers report with specific Paramenters, Wherein the LastLogonDate attribute value format will not be in the same format if your AD Infrastructure is not configured with specific time format. Below output report is an example,You will see the report date values are has […]
In this article, we see about Trust relationship between two domains in Server 2016. So, first we link both two domains in active directory and trust and Domain A and Domain B have administrators Rights. They can easily create One-way and Two Way Trust relationship.Before proceeding, you need to ensure that the networks/forest on both […]





