Many numbers in computing are based on powers of 2. I need to calculate some powers of 2 and realised that PowerShell doesn’t have an operator for raising a number to a power. In many languages ** or ^ supply this functionality. In PowerShell we drop… Read the full text.