Introduction:
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.
The article will … Continue Reading
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.
The article will … Continue Reading
After long development, Windows server 2019 got released post fixes of the bugs which are got reported last year(2018).
We have seen in the previous article about how to install the Server 2019 in full core machines. In this … Continue Reading
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
Ideally, in ADFS 2016 it is disabled by default.
Run the … Continue Reading
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.
Run … Continue Reading
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
In this article, we will see how to modify the DNSSettings using PowerShell.
it will help for the core server modifications as well.
To get the Existing DNS Settings run the below command,
Get-DnsClientServerAddress
To modify the DNS Settings, use … Continue Reading