When expanding the disk size of a VMWare virtual machine or deleting a disk, sometimes it is hard to understand which VMware virtual disk matches the specific Windows VM disk.…
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- Active DirectoryPowerShellWindows Server 2022
Backing Up Active Directory with Windows Server Backup
November 26, 2024In this article, we’ll cover how to back up Active Directory domain controllers and enable automatic AD backups using PowerShell and the built-in Windows Server Backup feature.
- PowerShellWindows 10Windows Server 2019
Protecting Remote Desktop (RDP) Host from Brute Force Attacks
February 5, 2024Any Windows host directly connected to the Internet with an open RDP port is periodically logged for remote brute-force password attempts. To effectively protect the default Remote Desktop protocol port…
- PowerShellWindows Server 2019Windows Server 2022Windows Server 2025
Add or Remove Roles and Features on Windows Server with PowerShell
April 1, 2026In Windows Server, you can install or remove roles and features using either the graphical Server Manager console or the Windows Admin Center web interface. However, in most cases, you…
- Active DirectoryPowerShell
Get-ADDomainController: Getting Domain Controllers Info via PowerShell
March 24, 2026You can use the Get-ADDomainController PowerShell cmdlet to get information about the domain controllers in Active Directory. This cmdlet is a part of PowerShell Active Directory module and requires RSAT…
A Windows administrator can use the good old Dnscmd cli tool or DNSServer module for PowerShell to manage DNS zones and records. In this article we’ll cover the basic operations…
- Active DirectoryPowerShellWindows Server 2022Windows Server 2025
Transfer/Seize FSMO Roles to Another Domain Controller in AD
March 24, 2026In this article, we will review the purpose of domain controllers holding FSMO roles in Active Directory, how to identify the current FSMO role holders, how to transfer one or…
- Active DirectoryPowerShell
How to Change Computer Object Attributes in Active Directory
March 12, 2024A separate account of type Computer is created for a computer when you join it to an Active Directory domain. A computer object in AD has several mandatory attributes: sAMAccountName,…
- Group PoliciesPowerShellWindows 10Windows 11
How to Block Unwanted Websites in Windows
November 19, 2025This post explains several methods for blocking access to specific websites, domains, URLs, or IP addresses on a Windows computer without using third-party tools. The most effective way to block…
When creating new user accounts in Active Directory, an administrator sets a unique initial password for each account and tells it to a user (usually at the first logon a…