News

That really can’t be done with using a -like comparison operator and normal wildcards. Still not sure if you’d have a use case for having the matches of a regular expression displayed? Here’s when you ...
The Windows Registry is a hierarchical database that stores configuration settings and options for the Windows operating system, applications, and hardware devices. In this article, we will explore ...
This creates a new key named MyApp under the Software key in the registry. Accessing providers as drives Once a provider is registered, we can access it as if it were a drive. A drive is nothing more ...
PowerShell is an incredibly powerful tool that allows system administrators to perform network management tasks with ease. Of course when you’re troubleshooting a system you’re going to want to test ...
PowerShell Courses by Michael Simmons - i Love PowerShell ...
Download the PowerShell Core Cheat Sheet, updated in 2020 for PowerShell 7. A PDF reference to printout and keep at your desk or office. Download is free!
Gathering system information is a crucial aspect of system administration, as it helps you understand the resources and components of your infrastructure. In this article, we will explore how to use ...
I get tired of thinking up unique and strong passwords. So anymore, for the most part, I don’t do it. I will use random generated passwords, then save them into an Azure KeyVault. It is a good way to ...
Introduction PowerShell is a powerful scripting language and automation tool that is essential for system administrators. One of the critical tasks administrators perform is managing files across the ...
How to Monitor Processes with PowerShell Alright, here we get into something a little less “basic”. You might have a need to query a little more information about a running process, and PowerShell is ...
Alright, we’ve got the base now for finding out if the computer is reachable. Get Your Computer List Ready The list of computers we want to ping. You don’t have to limit your list to only computers.
Updated for 2019! Perfect to keep next to you when you're coding with PowerShell!