Set Password for Local User in Windows 11 Using PowerShell

Recently, I assisted a client in securing their Windows 11 workstations by implementing effective password management for local user accounts. While many administrators rely on the graphical user interface (GUI) for this task, I find that PowerShell offers greater flexibility and efficiency. In this article, I will share multiple methods to set or change passwords … Read more

How to Set the Time Zone Using PowerShell in Windows

Set the Time Zone Using PowerShell

As an IT administrator, you may be required to set the correct time zone across multiple servers located in different regions. This is a common requirement. You can easily achieve this using PowerShell. In this tutorial, I will explain how to set the time zone using PowerShell in Windows. In PowerShell, you can use the … Read more

How to Update PowerShell on Windows 11?

Update PowerShell on Windows 11

In this tutorial, I will explain how to update PowerShell on Windows 11. You need to update PowerShell to get the latest features, security updates, and performance improvements. There are several methods for updating PowerShell on Windows. Let me show you. Before you start the update, ensure you have administrative privileges, as you will need … Read more

How to Get Default Browser Using PowerShell?

PowerShell Get Default Browser

If you are a system administrator, you might need to determine the default browser on multiple machines within your network. Using PowerShell, you can easily get a system’s default browser. In this tutorial, I will explain how to get the default browser using PowerShell. Note: You should have administrative privileges on the machine(s) you are … Read more

Windows Terminal vs PowerShell

Windows Terminal vs PowerShell

When it comes to command-line interfaces on Windows, you may have heard of Windows Terminal and PowerShell. While they both serve similar purposes, there are some key differences between them. In this tutorial, I will explain the differences between Windows Terminal and PowerShell and explore their features and use cases with examples. What is Windows … Read more

How to List Windows Features Using PowerShell?

As a system administrator, I was required to list Windows features using PowerShell. In this tutorial, I will explain how to list Windows features using PowerShell. Let me show you how to do this. Note: Open PowerShell with administrative privileges by right-clicking the PowerShell icon and selecting “Run as Administrator. Listing Windows Features with Get-WindowsFeature … Read more

Windows PowerShell vs CMD [Complete Guide]

Windows PowerShell vs CMD

When it comes to command-line tools in Windows, two popular options often come up — Command Prompt (CMD) and Windows PowerShell. We will go through the core differences, key features, etc. This tutorial explains the differences between CMD and PowerShell, their features, and practical examples to help you understand which tool to use for your … Read more

Check for Windows Updates Using PowerShell

Check for Windows Updates Using PowerShell

As an IT administrator, you might need to check for Windows updates in your organization. A PowerShell script is suitable for checking for updates in multiple systems. Let me show you here how to check for Windows updates using PowerShell. If you manage multiple computers, especially in a corporate environment, you can use this PowerShell … Read more

Install Windows Updates Using PowerShell

Install Windows Updates Using PowerShell

Recently, I was required to update Windows on multiple systems. PowerShell is the best option for this. In this tutorial, I will explain how to install Windows updates using PowerShell. Unlike the traditional Windows Update GUI, PowerShell lets you script, schedule, and automate the entire update process. This is especially useful for system administrators managing … Read more

How to Install .NET Framework 3.5 Using PowerShell?

Many legacy applications require .NET Framework 3.5, which is crucial for running them. If you are an enterprise IT professional, you will receive this requirement. In this tutorial, I will explain how to install .NET Framework 3.5 using PowerShell. Prerequisites These prerequisites are crucial, so make sure you have: Install .NET Framework 3.5 Using PowerShell … Read more

100 PowerShell cmdlets download free

100 POWERSHELL CMDLETS E-BOOK

FREE Download an eBook that contains 100 PowerShell cmdlets with complete script and examples.