How to Uninstall Firefox Using PowerShell?

Uninstall Firefox Using PowerShell

As an IT administrator, I recently got a requirement to remove the Firefox browser from multiple endpoints efficiently. In this tutorial, I explain how to uninstall Mozilla Firefox using PowerShell. Note: You need administrative privileges on the target machines to uninstall Firefox using PowerShell. Uninstall Firefox Using PowerShell (Step By Step) Now, follow the step-by-step … Read more

How to Get and Set Window Size in PowerShell?

Get the Current Window Size in PowerShell

Recently, I wanted a PowerShell script to get the Windows size to display output correctly. In this tutorial, I will explain how to get and set the window size in PowerShell using various methods. By default, the PowerShell console window has a predefined size, but you might need to adjust it for better readability or … Read more

How to Get Window Titles Using PowerShell?

Get Window Titles using PowerShell

Recently, one of my team members asked for a script to get Windows titles. In this tutorial, I will explain how to get the window titles of active applications using PowerShell. Basic Commands to Get Window Titles using PowerShell Let’s start with the basics. To get the window titles of currently running applications, you can … Read more

How to Get Windows Services Using PowerShell?

Get All Windows Services Using PowerShell

In this tutorial, I will explain how to get Windows services using PowerShell from your computer. I will show you how to use the Get-Service cmdlet in PowerShell with various parameters. Get-Service PowerShell Cmdlet PowerShell provides a built-in cmdlet called Get-Service that allows you to retrieve information about Windows services. With this cmdlet, you can … Read more

How to Get Windows Activation Status Using PowerShell?

Get Windows Activation Status Using PowerShell

Recently, one of my clients in New York asked me about getting the Windows activation status of a small office network. You can get it using PowerShell. In this tutorial, I will explain how to get Windows activation status using PowerShell. Note: Make sure you have the administrator access to the systems you want to … Read more

How to List Drives in PowerShell?

List Drives in PowerShell

As a PowerShell developer, I have encountered requirements for getting driver details while working on my past projects. If you manage multiple servers, you can use PowerShell to manage drivers. In this tutorial, I will explain how to list drivers in PowerShell using different methods. List All Drives Using Get-PSDrive Cmdlet The primary cmdlet for … Read more

How to List Printers Using PowerShell?

List Printers Using PowerShell

In this tutorial, I will explain how to list printers using PowerShell. Whether you’re an IT professional or a system administrator, you should know how to use PowerShell to get printers. List Printers Using PowerShell Get-Printer Cmdlet In PowerShell, the Get-Printer cmdlet is used to list all printers installed on a computer. This cmdlet is … Read more

PowerShell Copy-item Create Folder If Not Exist

powershell copy-item create folder if not exist

In this tutorial, I will explain how to use the PowerShell Copy-Item cmdlet to copy files and folders while automatically creating the destination folder if it doesn’t already exist. In my previous tutorial, I explained about PowerShell Copy-Item. The Copy-Item cmdlet is used to copy files and directories from one location to another. Here is … Read more

How to Get a List of Installed Programs Using PowerShell?

Get a List of Installed Programs Using PowerShell

Recently, one of my clients asked me for a script to get the list of installed programs in their system. In this tutorial, I will explain how to get a list of all the software programs installed on your Windows computer using PowerShell. PowerShell provides a fast and efficient way to get this information, both … Read more

How to List All Environment Variables in PowerShell?

Listing All Environment Variables using PowerShell

In this tutorial, I will explain how to list all environment variables in PowerShell. Environment variables are useful for configuring the operating system and applications. They store data such as system paths, user profiles, and other configuration settings. What Are Environment Variables? Environment variables are dynamic values that can affect the way processes run on … 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.