Over the past several months I’ve been building and refining a PowerShell WPF administrative toolkit focused on: • Active Directory automation • Exchange / hybrid workflows • Bulk onboarding and ...
If your organization is struggling to find a starting point for FinOps and you’re looking for a quick view on where your Azure spend is, try out my FinOps Multitool. A modular PowerShell based script ...
A Windows desktop utility for one-click and batch software installation from a curated catalog of 48+ applications. Built with PowerShell 7.5, WPF, and integrated with WinGet 1.28.240 and Chocolatey 2 ...
Windows PowerShell is a powerful terminal from Microsoft which allows you to automate and script tasks on Windows machines and interact with many of the applications available on them. It is a huge ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...