PowerShell Operators

PowerShell includes number of operators which can be used to perform comparisons, string manipulation, matching etc. These operators are categorized into different categories:
- Comparison Operators
- Logical Operator
- Arithmetic Operator
- Redirection Operator
- Split and Join Operator
- Unary Operator
- Type Operator
- Special Operator
In this blog post we will look at some “interesting” operators.