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 […]
GitHub Alternatives to Host Open Source Projects
As you may know, Microsoft reportedly acquiring Github, many open source enthusiast are probably weary of this acquisition, knowing very well that Microsoft is a for-profit company, and who knows, terms and conditions are bound to change (as is always the case with such deals) concerning the world’s leading software development platform. Below are the alternatives […]
Microsoft + Github ??
Microsoft Corp. on Monday announced it has reached an agreement to acquire GitHub, the world’s leading software development platform where more than 28 million developers learn, share and collaborate to create the future. Microsoft to acquire @GitHub, the world’s leading software development platform. https://t.co/hAEN6bJcsg pic.twitter.com/O5I0vT1zQA — Microsoft (@Microsoft) June 4, 2018 We're thrilled to announce […]
Windows PowerShell equivalents for common networking commands
For Windows System Administrator, Network troubleshooting is a part of the system troubleshooting. Maybe you need to check the IP address of a machine or test if its networking connection is working. Maybe you need to see if DNS is properly configured or check the latency between two hosts. You can run the command [cc]Get-Command […]
Migrating an existing DHCP Server to another server
This article will provide the information on How to migrate an existing DHCP server to another DHCP server. Using NETSH command Log in to the DHCP server that you want to migrate and open Command Prompt with elevated permission. Run the following command on the Command Prompt. netsh dhcp server export c:\dhcp.txt all You can […]
The Certificate Stores could not be enumerated – Remote Certificates – MMC
Today, I got an error “The certificate stores could not be enumerated. The network path was not found” while accessing the MMC-Certificate remotely. After further checking, this error message according to stopped/disabled Remote Registry Service on your remote server. To resolve this issue, you can start the “Remote Registry service” After the “Remote […]