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 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

How to send Emails from PowerShell

Send Emails from GMAIL SMTP with PowerShell

There are several reasons why you may want to programmatically send emails with Windows PowerShell. For example, you may want to automatically email users when their Active Directory passwords are about to expire, or when their AD account locks out. In order to send…

Read More

How to Assign a Static IP address on Windows Server 2016

How to Assign a Static IP address on Windows Server 2016 Overview This tutorial describes the steps to assign a static IP address on Windows Server 2016 through both the GUI and Windows PowerShell. Jump to a specific section: Method 1) Through the GUI with Server Manager Method 1) Assign a static IP With Windows…

Read More

Central Management of Local Group Policy

Central Management of Local Group Policy Overview I received an email from a student who wanted to centrally manage their computers WITHOUT a Windows Domain. Their company was merged and the new IT department wanted to implement their own Active Directory solution – so my student was stuck not being able to setup the new…

Read More