What is new in Active Directory? Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. A server running Active Directory Domain Services (AD DS) is called a domain controller. It authenticates and authorizes all […]
Redirect from HTTP to HTTPS on IIS using URL Rewrite module
Before you continue, you need to ensure that the URL Rewrite Module for IIS has been installed on your IIS Web server. You can download and install it from this link. IIS URL Rewrite enables Web administrators to create powerful rules to implement URLs that are easier for users to remember and easier for search […]
Windows 10 Insider Preview Build 17713 is ready
Microsoft has released Windows 10 Insider Preview Build 17713 (RS5) at July 11, 2018, to Windows Insiders in the Fast ring. What’s new in Build 17713 Microsoft Edge Improvements As you know Microsoft Edge is a web browser included in Windows 10, Windows 10 Mobile and Xbox One, replacing Internet Explorer as the default web […]
Enable PowerShell Remoting
The Windows PowerShell remoting features are supported by the WS-Management protocol and the Windows Remote Management (WinRM) service that implements WS-Management in Windows. Computers running Windows 7 and later include WinRM 2.0 or later. On computers running earlier versions of Windows, you need to install WinRM 2.0 or later as appropriate and if supported. To […]
PowerShell Script: Get Certificate that will be expired soon
I’m back. Yeah, almost 5 weeks I haven’t written something here. This time, I’ve created a PowerShell script that will notify you if there is an SSL Certificate that will expire in days remaining. This script is actually modification script from here. I’ve also uploaded the script on my Github Repo. Below is the complete […]