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 […]
The Most Common OpenSSL Commands
OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or need to identify the party at the other end. It is widely used in Internet web servers, serving a majority of all websites. OpenSSL contains an open-source implementation of the SSL and TLS protocols. The core library, written in […]
Configure iSCSI Initiator to connect to the iSCSI Server
In the last article, I’ve shown you how to create an iSCSI target in Windows Server 2016. Now, I will continue to configure the client to connect to the iSCSI server using iSCSI initiator. This time, I’m using Windows 10 as my client and Windows 2016 for the iSCSI target server. Below is the detail of […]
How to create iSCSI Target in Windows Server 2016
In this time, I will show you how to create and configure an iSCSI target server on Windows Server 2016. Internet Small Computer System Interface (iSCSI) is a way of connecting storage devices over a network using TCP/IP. It can be used over a local area network (LAN), a wide area network (WAN), or the […]
Remote Desktop Connection – CredSSP Encryption Oracle Remediation Error
This issue occurs while the Client has been updated with the following KB while the remote server has not been updated yet. KB4103725 (Windows 8/10) KB4103727 (Server 2016/2012) KB4103718 (Windows 7) What is CredSSP? Credential Security Support Provider protocol (CredSSP) is an authentication provider that processes authentication requests for other applications. A remote code execution […]
Windows 10 Insider Preview Build 17666 is rolling out
Microsoft has released a new Windows 10 Insider Preview Build (RS5 – Redstone 5) with a whole bunch of new changes and features. What’s new in Build 17666 Fluent Design with the acrylic title bar. The window border has been changed to grey. Recent Microsoft Edge tabs now show in Alt + Tab. Mute the […]
Remove RDS 2016 CALS from the license server
Remove An Individual RDS CAL License Pack Using Powershell (User or Device CAL) Open PowerShell elevated as an administrator Type the following command to list the RDS Licenses to find the KeyPackID Run the below command to remove the licenses pack from your RD Server Where “X” is the value of KeyPackId P.S: Please be aware, you will […]