Windows Server 2012 R2

How to Create NIC Teaming with PowerShell

How to Create NIC Teaming with PowerShellHow to Create NIC Teaming with PowerShell

As a Windows System administrator, you likely appreciate the efficiency of using Windows PowerShell to automate system administration tasks in…

PowerShell: How to Create an AD User in a Specific OU

Creating an Active Directory (AD) user in a specific Organizational Unit (OU) using PowerShell involves several steps. Before proceeding, ensure…

How to Exclude a User or Computer from Group Policy Object in Windows Server

How to Exclude a User or Computer from Group Policy Object in Windows ServerHow to Exclude a User or Computer from Group Policy Object in Windows Server

When you apply a group policy on a container or OU, it applies to all users or computers in that…

How to Append Data to a Text File Using PowerShell

How to Append Data to a Text File Using PowerShellHow to Append Data to a Text File Using PowerShell

You can use the PowerShell add-content cmdlet to append data to a text file. Here is an example of how to use…

How to Configure a Scheduled Task Item using Group Policy

How to Configure a Scheduled Task Item using Group PolicyHow to Configure a Scheduled Task Item using Group Policy

Sometimes, you may be required to shut down domain-joined client computers automatically, or you may be required to run a…

How to Create a Directory with PowerShell

This tutorial shows various methods for creating directories using PowerShell. To follow the guide, open a PowerShell console with administrative…

How to Set Date and Time Using PowerShell on Windows

How to Set Date and Time Using PowerShell on WindowsHow to Set Date and Time Using PowerShell on Windows

The system date and time in Windows can be modified through PowerShell, a Windows scripting environment and command-line shell. The…

How to Share Files between Windows and Linux

We have covered in one of our articles already how to share a folder and access it from another Windows…

How to Extract Original Files from a Windows System Image

System image backups are used to restore an entire system. However, there is a workaround that you can use to…

How to Create a Hyper-V Virtual Machine using PowerShell

You can create a new VM by using one of the following two methods: Using Windows GUI. Using PowerShell commands.…