For the longest time, the open source community had a ubiquitous concept called "public package repositories." Using utilities such as rpm, yum et al. is commonplace, but Microsoft never had the same ...
Azure Automation can be an excellent PowerShell script orchestration tool. But as-is, you only have a limited number of PowerShell modules you can use in that environment. Luckily, though, we can ...
Container management can be a daunting task, but if you're familiar with PowerShell, the learning curve might not be as steep. You can install the PowerShell Docker ...
Although PowerShell includes a set of native cmdlets for configuring storage, the ability to configure NTFS permissions is noticeably absent. Fortunately, Microsoft does provide a way to retrieve and ...
If you need to create and configure VMs on a regular basis, using Windows PowerShell to do so can speed up the process. Whether you need to test new or standardized server setups, Hyper-V gives you an ...
You can use the GetBIOS PowerShell module to retrieve settings from various BIOS manufacturers on either a local or remote computer. This post will show you how to access computer BIOS settings using ...
Have older Windows systems on your network? You can give them PowerShell 5's event logging capabilities even if they run Windows 7. You might think that something as basic as PowerShell, Microsoft’s a ...