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
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
In this article, we will see how make Computer offline domain Join without connecting to the Corporate Network.
Tested the Offline domain Join (ODJ) and it is working as expected.
Requirements:
Required Client OS Versions :Windows 8 and Above Versions… 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 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 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
Domain Name Servers (DNS) are the Internet’s equivalent of a phone book. They maintain a directory of domain names and translate them to Internet Protocol (IP) addresses. This is necessary because, although domain names are easy for people … Continue Reading
Below is the error when you trying to open IdpinitiatedSignon page, You will get the error that the Resource you are trying to access is not available.
In Event Viewer,
In Adfs-properties, you can see that EnableIdPInitiatedSignonpage is disabled… Continue Reading
ADFS is the one of the great feature and will cover how it is working in upcoming articles. Will see the installation and configuration in this article.
Okay., lets begin,
How to install ADFS with built-in Databases and configure has … Continue Reading
SSL 3.0 is the standard protocol which is used for Secured Browsing for a long time. But time has come to move to TLS 1.2 since SSL 3.0 has POODLE Attack. Which is explained in the Article also in Microsoft … Continue Reading