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.
When coding in a script, or even in a fully-featured software application, it's important to account for as many scenarios as possible. To limit the number of possible scenarios, it's a best practice ...
Many people jump into PowerShell and immediately think they need to start writing scripts. That couldn't be further from the truth, and actually I believe that can be counter-productive. Without a ...
Write-Host "Backup in Progress" $QueryStatement = "SELECT * FROM settings where setting_name='backup_path'" $Query = ...
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 ...
PowerShell scripts reduce the effort in running repetitive tasks. If you frequently execute scripts at pre-defined times or specified time intervals, you may want an efficient way of not having to ...
Managing permissions on files and folders can be an enormous time drain for IT professionals. Users have home folders, departments have proprietary folders, projects have unique folders — the list ...
PowerShell is a vital task-automation and configuration management tool for Microsoft whose many features include making it possible for system administrators to connect to remote computers and run ...
DISM is the Swiss Army Knife of Windows 10 maintenance and with the Windows 10 Creators Update it gained a helpful collection of PowerShell scripts. Here's how to put them to use. With the release of ...
Microsoft is deprecating all Linux-based SQL Server VM images from the Azure Marketplace for new deployments. This shift to a ...