powershell if else if else code example Example: powershell else if if (condition) { # Whatever } elseif (condition) { # Whatever }