Last active
May 28, 2020 18:45
-
-
Save shahabedinh/012a6a8c3487f831c746f9013b5de78d to your computer and use it in GitHub Desktop.
Revisions
-
shahabedinh revised this gist
May 28, 2020 . 1 changed file with 9 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,12 @@ ## To query all users in the Ops Manager - Connect the Mongo Ops Manager AppDB using Mongo Shell - Run - `use mmsdbconfig` - `db.config.users.find()` or `db.config.users.find().pretty()` ## To query specific user in the Ops Manager - Connect the Mongo Ops Manager AppDB using Mongo Shell - Run - `use mmsdbconfig` - ` db.config.users.findOne({un : "shahab****"})` -
shahabedinh created this gist
May 28, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ## To check all users in the Ops Manager - Connect the Mongo Ops Manager AppDB using Mongo Shell - Run - use mmsdbconfig - db.config.users.find() or db.config.users.find().pretty()