Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
Just tested further, the same thing happens with .vbs files. Could this be a local policy issue? As I saw online that you need the "-ExecutionPolicy Bypass" flag to run a PowerShell script from a .bat ...
We are provisioning Windows vm templates using Packer and Ansible on vSphere. We run Packer in a container (alpine-based) in our gitlab CI/CD pipeline. One of the steps in this process behaves ...
If you deleted the “inetpub” folder, which was created after Windows April 2025 Updates, you need to immediately bring it back, or your system will remain vulnerable to potential security threats.
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.