by Edward van Biljon | Apr 9, 2024 | 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...
by Edward van Biljon | Apr 8, 2024 | 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...
by Edward van Biljon | Apr 7, 2024 | PowerShell
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...
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...