How to Enable WinRM (Windows Remote Management) Using PowerShell?

Enable WinRM Using PowerShell

WinRM is a powerful tool that allows you to manage and configure remote Windows computers securely. In this tutorial, I will explain how to enable WinRM (Windows Remote Management) using PowerShell. Let me show you examples. What is WinRM? WinRM is a protocol that allows you to interact with remote computers using a set of … Read more

How to Enable Remote Desktop Using PowerShell?

Enable Remote Desktop Using PowerShell

Recently, one IT team member asked about a PowerShell script to enable remote desktops. In this tutorial, I will explain how to enable Remote Desktop (RDP) using PowerShell with detailed steps. Enable Remote Desktop Using PowerShell Remote Desktop is useful for administrators and users who need to access their computers remotely. Using PowerShell to enable … Read more

How to Uninstall a Program with PowerShell?

Uninstall a Program with PowerShell

If you are an IT administrator, you might get requirements to uninstall software from single and multiple computers. This is possible using a PowerShell script. In this tutorial, I will explain how to uninstall a program using PowerShell. You can uninstall programs through the control panel, but it is time-consuming, especially when dealing with multiple … Read more

How to Uninstall Microsoft Edge Using PowerShell?

Uninstall Microsoft Edge Using PowerShell

In this tutorial, I will explain how to uninstall Microsoft Edge using PowerShell. If you want to remove Microsoft Edge from your Windows 10 or Windows 11 system, this step-by-step guide will help you do that. I recently did this for my organization. Uninstall Microsoft Edge Using PowerShell Microsoft Edge is the default web browser … Read more

How to Set Proxy in PowerShell?

How to Set Proxy in PowerShell

If you are an IT administrator, this tutorial will be very useful. In this tutorial, I will explain how to set up a proxy in PowerShell. Proxy is helpful for network management, security, and accessing web resources from behind a firewall. Whether you’re an IT professional working in a corporate environment or a developer needing … Read more

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

100 PowerShell cmdlets download free

100 POWERSHELL CMDLETS E-BOOK

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