To connect MongoDB with PowerShell, you can use the MongoDB command-line interface (CLI) tool called mongo. First, make sure MongoDB is installed on your machine. Open PowerShell and navigate to the MongoDB installation directory. Then, use the mongo command followed by the connection string to connect to your MongoDB database. You can also specify the database name with the -d option. Once connected, you can start executing MongoDB commands and queries using PowerShell.