How To Do Math and Arithmetic in PowerShell
Learn how to do math in PowerShell, from the basic arithmetic operators to the .NET Math class. Covers integer and floating-point division, exponents and square roots, rounding, precision, random numbers, and summing a collection with Measure-Object.
$sum·updated Aug 2026·26 examples
How to use Microsoft PowerShell to boost your tasks automation journey
Introduction to tasks automation with Microsoft PowerShell and PowerShell Core. Learn some essentials cmdlet and how to create and execute PowerShell scripts.
curl·updated Jan 2022·8 examples
