PowerShell
Managing Active Directory and ExtensionAttributes with PowerShell
Introduction to Active Directory and PowerShell Active Directory is a directory service developed by Microsoft for Windows domain networks. It is used to manage and organize resources such as users, computers, and groups within a network. Active Directory provides a...
Uninstall an Application from Windows 11 with PowerShell
PowerShell is a powerful scripting language and command-line shell that is built on the .NET Framework. It allows you to automate various tasks and manage your system more effectively. When it comes to uninstalling applications, PowerShell provides a simple yet...
Searching Windows for Installed Browsers Using PowerShell
To search for all browsers installed on a Windows system using PowerShell, you can utilize the Get-ItemProperty cmdlet. This cmdlet allows you to access classes, which provide information about various aspects of the operating system.To start, open PowerShell by...
How to Open up Settings in Windows 11 using PowerShell
How to Open up Settings in Windows 11 using PowerShell Windows 11 brings a fresh new look and many exciting features to enhance your computing experience. One of the essential aspects of any operating system is the ability to access and customize settings according to...
How to Open a Folder in Windows 11 Using PowerShell
Opening a folder in Windows 11 using PowerShell can be a quick and efficient way to access your files and directories. Whether you are a seasoned IT professional or a casual user looking to streamline your workflow, PowerShell offers a range of commands and options to...
A Step-by-Step Guide to Emptying the Recycle Bin in Windows 11 using PowerShell
Emptying the Recycle Bin in Windows 11 using PowerShell is a straightforward process that can be accomplished with just a few simple commands. PowerShell allows you to automate tasks and perform system management tasks efficiently. Before we proceed with emptying the...
Using PowerShell to Check for Mapped Drives on Windows 11
Introduction Windows 11 brings with it a host of new features and improvements, and PowerShell remains an essential tool for managing and automating tasks on the operating system. One common task that administrators often need to perform is checking for mapped drives...
Using PowerShell to Check File Properties
Introduction In Windows, PowerShell is a powerful command-line tool that allows you to automate various tasks and manage your system efficiently. One of the common tasks you might need to perform is checking the properties of a file. In this blog post, we will explore...
Monitoring Memory and CPU Usage on Windows Servers with PowerShell
Introduction In this blog post, we will explore how to use PowerShell to check what is utilizing memory and CPU on a Windows server. Monitoring the resource usage on a server is crucial for maintaining its performance and identifying any potential issues. PowerShell...
Using PowerView with PowerShell to Retrieve Domain Information
PowerView is a module in the PowerSploit framework that was created by Will Schroeder. This module was designed specifically for penetration testers and red teamers to assist in gathering information about an Active Directory environment. It provides a wide range of...