To switch to Powershell from any shell zsh/bash etc on Mac Terminal app you can make use of the command pwsh. Just type pwsh on any shell that you are logged into and you will be switched to Powershell.
Demo:% pwsh
PowerShell 7.2.1
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help' to get help.
PS /Users/code2care>
As you can see, from the default zsh shell I moved to the Microsoft Powershell using pwsh command. Once you switch you would see that the prompt has changed to PS
✌️ Note: You should have Powershell installed on your macOS, this won't work if you haven't installed the package using brew: How to install powershell on macOS
To exit Powershell just type exit.

- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- Download Google Chrome setup exe file using PowerShell
- Run JumpCloud Commands in Powershell
- How to check PowerShell version
- How to upgrade PowerShell on Mac
- How to Open PowerShell on Mac?
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Update Powershell Using Command Line
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to Identify installed PowerShell version
- How to get query string in JavaScript HTML location.search - JavaScript
- [fix] Editor could not be opened unexpected error: File is a directory (VS Code) - HowTos
- Setting up Cloud feature with Notepad++ - NotepadPlusPlus
- Teams - You're offline. Messages you send while offline will be sent when you're back online - Teams
- How to Change name on Microsoft Teams Application - Teams
- Install OpenSSL on Linux/Ubuntu - Linux
- How to wrap column text in SharePoint Online Modern List Grid View using JSON formatting - SharePoint
- Open New tab using keyboard shortcut in Mac Terminal - Mac-OS-X