IntroductionIn December 2025, Zscaler ThreatLabz discovered a campaign linked to APT37 (also known as ScarCruft, Ruby Sleet, and Velvet Chollima), which is a DPRK-backed threat group. In this campaign ...
PowerShell modules allow you to combine multiple scripts to simplify code management. Learn step-by-step instructions for creating and using these modules.
Microsoft is gearing up for big PowerShell and Windows OpenSSH changes in 2026, but security will come before flashy new features.
Microsoft will remove the -Credential parameter from Exchange Online PowerShell by June 2026, forcing admins to adopt MFA.
Managing cloud environments such as Microsoft 365 and Azure Active Directory can quickly become time-consuming if you rely solely on graphical admin portals. For administrators who want speed, ...
SharePains by Pieter Veenstra on MSN

SharePoint Embedded - Your first steps

As the SharePoint Embedded connector was released last night, I thought it would be useful to start a series of posts about ...
In PowerShell, the Exit function allows you to terminate or stop a script from running. It’s like telling the script to quit or finish up. You can use the Exit keyword to make this happen. Sometimes, ...
Editor's take: Microsoft is doubling down on its plan to turn Windows 11 into an "agentic AI" platform, and in the process seems determined to strip away the last bits of user agency left in the OS.
PS2EXE installs through the PowerShell Gallery, so you can set it up quickly. Open Windows Terminal or PowerShell as administrator. Run the module installation command: Install-Module -Name PS2EXE ...
PowerShell is a scripting language for Windows and is used for OS configuration and automation. You can use Notepad or PowerShell ISE to test your scripts. You can also run PowerShell scripts from a ...
I'm currently trying to get a few Powershell scripts to run via Intune to Windows 11 Pro laptops. The Powershell scripts run fine when tested via local Powershell but Intune doesn't seem to do ...