Frank Earnhardt

Install Postman-CLI

E:\pdmfiles\MVC\BIN\frank-earnhardt>postman -v 'postman' is not recognized as an internal or external command, operable program or batch file. E:\pdmfiles\MVC\BIN\frank-earnhardt>powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))"…

mongosh

rs01 [direct: primary] admin> show users MongoServerError: command usersInfo requires authentication rs01 [direct: primary] admin> rs.printReplicationInfo() MongoServerError: command listCollections requires authentication rs01 [direct: primary] admin> db.auth("rocketchat","****"); { ok: 1 }…