by Edward van Biljon | Apr 6, 2024 | PowerShell
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...
by Edward van Biljon | Apr 5, 2024 | 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...
by Edward van Biljon | Apr 4, 2024 | PowerShell
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...
by Edward van Biljon | Apr 3, 2024 | PowerShell
When it comes to managing user accounts in Windows 11, PowerShell offers a wide range of functionalities and capabilities. One particularly useful feature is the ability to remove an account from the Administrators group with just a few simple commands. Before we dive...
by Edward van Biljon | Apr 2, 2024 | PowerShell
How to Make an Account an Administrator Using PowerShell in Windows 11 Windows 11 provides several ways to manage user accounts and their permissions. One powerful tool for managing user accounts is PowerShell, a command-line shell and scripting language. In this...
by Edward van Biljon | Apr 1, 2024 | PowerShell
Understanding Windows Defender Before delving into the process of disabling Windows Defender using PowerShell, it is essential to have a clear understanding of what Windows Defender is and its role in safeguarding computer systems.Windows Defender is an antivirus and...