Install DHCP Server on Windows Server 2016

What is DHCP Dynamic Host Configuration Protocol (DHCP) is an IP standard designed to reduce the complexity of administering address configurations by using a server computer to centrally manage IP addresses and other related configuration details used on your network. Before you install and configure the DHCP server, make sure you have set the static … Read more

Remote Desktop Web Client is now generally available

Microsoft has released the first version of Remote Desktop Web Client on July 16, 2018. In this first release, The RD Web CLient contains a core set of features to get you started in providing a simple, no-install, consistent cross-platform solution to end users who don’t need some of the more advanced features from a … Read more

Setting up Active Directory in Windows Server 2016 part 2

Active Directory

After installing Active Directory role to the server, there are three options in the promoting a domain controller. First, you can configure the server to add to the existing domain. Second, you configure the server to add to the existing forest. Third, you can configure the server to the new forest. In this post, I … Read more

Microsoft Teams now gets a free version

Two days ago, Microsoft has introduced the Microsoft Teams in a free version that available in 40 languages. The free version of Microsoft Teams will include support for up to 300 people, with unlimited chat messages and search. Microsoft is including most of the Microsoft Teams features you’d expect, with some limits to push people … Read more

Microsoft Whiteboard is now available for Windows

Finally, on July 12, 2018, Microsoft has announced the general availability of the Microsoft Whiteboard app for Windows 10, coming soon to iOS, and preview on the web. Whether meeting in person or virtually, people need the ability to collaborate in real-time. The new Whiteboard application enables people to ideate, iterate, and work together both … Read more

Setting up Active Directory in Windows Server 2016 part 1

Active Directory

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 … Read more

Windows 10 Insider Preview Build 17713 is ready

windows 10 insider

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 … Read more

Enable PowerShell Remoting

PowerShell

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 … Read more

PowerShell Script: Get Certificate that will be expired soon

PowerShell

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 … Read more