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 […]

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 […]

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 […]

Back To Top