Last Update: Jul 17, 2023
PowerShell jobs are an integral part of PowerShell. This handy feature allows administrators to run commands asynchronously. Asynchronous commands allow for parallel execution cutting down on time and fully leveraging compute power.

Last Update: Sep 04, 2024
How to set up notifications in Windows 10 to maximize productivity while not missing important tasks and messages.

Last Update: Sep 04, 2024
Office 365 applications now create many guest accounts in Azure Active Directory. You can see what accounts exist, but it’s more difficult to discover who created the accounts – or why they were created. Fortunately, the Office 365 audit log holds a lot of useful data that can be interrogated to find some answers and PowerShell is a great tool for slicing and dicing audit data. See what you think of the answers I’ve come up with.

Last Update: Sep 04, 2024
How to connect Windows Server to Microsoft’s modern cloud-native SIEM solution Azure Sentinel.
Last Update: Jun 05, 2025
PowerShell 7.0 introduces a familiar mainstay of most programming languages, the Ternary Operator. Using a much shorter syntax for if/then logic, it makes defining conditional values for properties much more concise and easy to read.

Last Update: Nov 19, 2024
Seamlessly extending your local storage to the cloud is what hybrid cloud storage appliances offer. Sometimes these hybrid cloud storage options are extensions to local storage systems or sometimes they are specifically designed for hybrid cloud storage.

Last Update: Sep 04, 2024
Microsoft has a new pair of earbuds that don’t come cheap but they also integreat with Office 365.

Last Update: Jun 05, 2025
Loops are one of those crucial logic components that every programming language uses extensively and PowerShell is by no means any different. A loop allows you to iterate through a collection of objects performing one or more operations on each.

Last Update: Jul 02, 2025
Microsoft Teams is very successful at present, but a nagging doubt exists that some of the approaches taken by Microsoft towards Teams management and administration are less than optimum. It’s great to introduce a mass of new features on an ongoing basis and it’s better when policies exist to control the use of the features. But do new features always need to be enabled out-of-the-box?
Last Update: Jul 17, 2023
Looking to upgrade to PowerShell 7? Here’s the easy way to move to the new version of the platform.