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.
We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
Microsoft Windows PowerShell has been a long time coming. Windows has never enjoyed the powerful shell scripting environments that its Unix rivals have long included. That’s changed now with the ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
Sending an email with PowerShell can be a great way to deliver diagnostic data under the correct circumstances. Sending an email with PowerShell can be a great way to deliver data under the correct ...
Previously, WSUS included an option to import updates from the Microsoft Update Catalog site. Users had to use the WSUS admin user interface to import updates. Microsoft has replaced this method with ...
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 ...