In this blog, we will discuss step by step
that how we can repair MS SQL Databases. I already installed MS SQL Server 2019
on my computer. Now, we will study with MS SQL Server 2019.
Noticed IDPInitiated signon page is not loading by default in Adfs 2016 as it is loading in pervious versions.
Default IDP URL : https://adfsname.domainname.com/adfs/ls/idpinitiatedsignon.aspx
In my case, https://sts.windowstechpro.com/adfs/ls/idpinitiatedsignon.aspx
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 … Continue Reading
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”);… Continue Reading
In this article we see about how to configure the Windows Time service and troubleshoot when the Windows Time service doesn’t work correctly.
To check the PDC Server for Time Synchronization  and to configure the PDC master by using an … Continue Reading
In this command, we will see how to get all the computers in the domain using the PowerShell Command.
Use the below command to get the Complete Computers Reports.where the command has been enabled with filters where the required details … Continue Reading
In this PowerhShell command, we will see how to get installed programs in the computer
installed programs  information can be fetched using the WMI_Object using the Class: Win32_Product. it is very straight forward to get the installed applications.
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 … Continue Reading