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

Active Campaign PHP API Example

Generally at Server Academy we provide training on Windows Server for IT professionals but this time we are writing about using PHP (a server side web programming language) to interact with the Active Campaign (email marketing) API key. We were recently writing PHP code to create new email contacts with Active Campaign and came up…

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

Active Directory Tutorial for Beginners

Activedirectory

What is Active Directory? Active Directory is a Microsoft Technology for identity management in computer networks. It’s a database that contains users and computer accounts as well as their passwords. When you install the AD DS server role, you will finish the installation by promoting the server to a domain controller. This will install several…

Read More

How to upload directory to AWS S3 Bucket

Aws Logo Small

If you use the upload button in S3, you will only be able to upload files and not directories: However, you can simply drag and drop the folder in your web browser and it will upload all of the desired contents: Make sure you drag it over the list of files and directories. When you…

Read More

How to Install SCCM 1902

Sccm 1902 Dashboard

This tutorial will show you how you can install SCCM 1902 in your production or test network at home. We are going to keep things as simple as possible while still explaining all of the details that you need to successfully complete the installation. Version of the ADK It’s important to know that Configuration Manager…

Read More