How to enable Advanced Features in Active Directory

Active Directory Advanced Features

Active Directory includes an Advanced Features view that will allow you to access several items that are hidden by default. This tutorial will show you how you can enable the Advanced Features view within Active Directory Users and Computers. Step 1. Start Server Manager Click the Windows button and select Server Manager: Step 2. Start…

Read More

Implementing DFS (Distributed File System)

In this lesson, you will learn how to implement DFS to your Windows Server 2016 for your branch office locations. Step 1. Open Server Manager Open the Server Manager by clicking the Windows button and clicking the Server Manager or by searching it on the list of programs. Step 2. Add the DFS role Click…

Read More

How to create Active Directory User Accounts

Creating New Ad Users

In this lesson you will learn how to create Active Directory user accounts. Step 1. Open Server Manager Open Server Manager by clicking the Windows button and clicking Server Manager or by searching for Server Manager. Step 2. Start Active Directory In server manager, click Tools > Active Directory Users and Computers: Step 3. Create…

Read More

Promote a Server to a Domain Controller

Promote A Server To A Domain Controller

In this lesson you are going to learn how to promote a server to a domain controller. This procedure is something you will complete after successfully installing the AD DS Server role. If you’re interested in learning more about Active Directory, consider creating a free account to get access to our Active Directory Fundamentals course…

Read More

Installing the AD DS Server Role

Installing Adds Server Role

In this lesson you are going to learn how to build an Active Directory domain an by installing the Active Directory Domain Services role. Take your Active Directory skills to the next level with our free Active Directory Fundamentals course. Check it out below! We offer more advanced Active Directory courses as well.. but that…

Read More

Active Directory Groups Tutorial

Active Directory Groups

Active Directory groups and memberships are one of those things you MUST understand in order to administer Active Directory. At a high level, Active Directory groups are collections of AD Objects. A group’s members can contain users, computers, other groups and more. Let’s get started! Create Active Directory Groups To create a group in Active…

Read More

How to Audit the Security of Your Windows Server

Security is an ever-growing concern to companies. One of the most critical security measures you can implement is continuously auditing all your Windows network activities. This will enable you to pinpoint malicious activity early and take relevant action to prevent system downtime, compliance failures, and worse, data breaches.  What is Windows Auditing? Your Windows network…

Read More

Install and configure DHCP (Dynamic Host Configuration Protocol)

Dhcp

DHCP Overview DHCP (Dynamic Host Configuration Protocol) is a networking service that will automatically assign and manage computer IP addresses on their network. DHCP is commonly used to manage client computers such as laptops and mobile devices. It is less likely to be used to configure server infrastructure (like domain controllers or web servers) because…

Read More

Automate your IT with the Task Scheduler

Image 25

In this tutorial we are going to take a look at how you can use the Task Scheduler to run your automation scripts and make your life easier. This means you can spend more time watching cat videos, and less time doing repetitive tasks every day. That’s important! For me, I have a server called…

Read More

How to tail logs with Windows PowerShell

Get Content Wait 1

Lately I’ve been needing to watch some logs that are creating by my IIS 10 server. The problem is that they are in TXT format and I can’t see live updates unless I close and open the file. I work with Centos 7 (open source Linux OS) and they have a wonder tail command that…

Read More