Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Operators


In PowerShell, operators are symbols or keywords used to perform operations on variables, expressions, and other elements of a script. There are several types of operators available in PowerShell, including arithmetic operators, comparison operators, logical operators, assignment operators, and more.


Table of contents