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 - .ps1 cannot be loaded because running scripts is disabled on this system
- How to Open PowerShell on Mac?
- Download Google Chrome setup exe file using PowerShell
- Connect Azure AD (Active Directory) for PowerShell
- How to check PowerShell version
- Update Powershell Using Command Line
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Know installed PowerShell Version on Mac
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to upgrade PowerShell on Mac
- How to Identify installed PowerShell version
- PowerShell on Mac: The term get-service is not recognized as a name of a cmdlet, function, script file, or executable program
- Run JumpCloud Commands in Powershell
- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- How to open CMD for current file/folder location in Notepad++ - NotepadPlusPlus
- Fetch More then 10 Links Per Page in Google Search Result - Google
- [Solved] Mic not working on iPhone 7 after iOS 14 upgrade - Apple
- [Fix] error: incompatible types: possible lossy conversion (Java) - Java
- macOS Ventura Login Item Added Google Chrome Notification - MacOS
- [Solution] SFTP Connection closed File 22 not found - FTP
- Read file from resources folder in Java project code - Java
- Reopen previously closed tab in Google Chrome - Chrome