News

Microsoft has released a PowerShell script that helps Windows 10 users securely contribute their computer's unused processing power to Folding@home. Distributed-computing disease research project ...
As you get more experienced writing PowerShell script there comes a time when you're not only concerned about functionality but best practices and performance as well. Since PowerShell is so flexible, ...
In the 12 years since Microsoft released PowerShell, it has become the de facto tool to dependably administer servers. In August of 2016, it was made open-source and cross-platform with the ...
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.
In one of our earlier post, we talked about removing Security Questions from Windows. This post offers an alternative way of disabling the same via a PowerShell script. Update-AllUsersQA is a ...
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 ...
When automating a tedious task or building an entire automation framework, a frequent problem arises when you must install software. Before you can install the software you must first somehow get the ...
Microsoft has released a fix for Windows 11 and Windows 10 devices in relation to a BitLocker bypass security flaw. The company has developed two sample PowerShell scripts that will essentially allow ...
I have a lot of Powershell scripts that I run in different environments. Now, I have lately started to use functionality that is available in v3 and up. However, when running these scripts where only ...