can anyone tell me how to connect mongodb with authentication using power shell? I see references with local host connection but don't see mongodb server connection string.
Any references are welcomed
can anyone tell me how to connect mongodb with authentication using power shell? I see references with local host connection but don't see mongodb server connection string.
Any references are welcomed
Here is a snippet of MongoDb authentication from Powershell.
I use here MongoDB C# driver (have a look here)