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 file system.
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 ...
Is Add-Member the most underrated and underappreciated cmdlet in PowerShell? PowerShell is so vast and can manage so many platforms and technologies. It’s easy to get deep in one module or topic. But ...
As a system administrator, one of your top priorities is likely the security of your systems and data. PowerShell is a powerful tool for managing not only Windows but your whole environment, but it ...
PowerShell is an invaluable tool for System Administrators when it comes to troubleshooting system issues. With its wide range of built-in cmdlets and flexibility, PowerShell enables you to ...
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 ...
Any of you say this prayer after you’ve successfully remembered how to filter by the node attribute property with Select-XML and PowerShell? Dear God. Please let me remember this syntax the next time ...
Here’s a list of aliases you can use for PowerShell. An alias is just a shortcut. You can use an alias from the console or in a script, and it works just the same as the command that it references.
Did you move domains recently or reconfigure your System Center Configuration Manager (SCCM)? Maybe you’ve found your Config Manager site code broken. Here’s a one-liner that shows you How to update a ...
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 ...
This will return a list of modules whose names or descriptions contain the word “bird”. You can then select the module you want to install based on the name and ...
Learn how to use the newest Infrastructure as Code language to to manage Microsoft Azure. Bicep is an extension of Azure Resource Manager (ARM) templates. Easier to read, easier to write, and with ...