Replies: 3 comments 13 replies
-
Hey @iWarrenD94 seems a permission issue. Your user should have correct permissions to access different services. https://silverhack.github.io/monkey365/permissions/ Hope that helps |
Beta Was this translation helpful? Give feedback.
-
So if monkey takes too long to finish is mainly because very large environments, that is, a potential Entra ID with thousand of objects (users, groups, conditional access, etc..), and you will have this and other issues with very large environments. For example on those environments, interactive credentials used with Monkey365 will time out and cause errors/exceptions. This is because Azure/Microsoft 365 access tokens have an expiration of roughly 60 minutes and Monkey365 does not currently support automatic refreshing tokens, and a workaround would be to execute Monkey365 with service principal authentication. Another issue will be that local browsers (FF/Chrome/etc..) will crash rendering HTML reports for large environments. So If your long run time is caused by a large Microsoft 365 environment, there is no current workaround. If you have large tenant, you can split the collection up by services using the Analysis, IncludeEntraID and ExcludeCollector flags. Regarding collectors used by the tool, all are located under collectors folder, and an example report can be found at here. |
Beta Was this translation helpful? Give feedback.
-
Hi @silverhack |
Beta Was this translation helpful? Give feedback.
-
Hello,
When running -Instance Microsoft365 -Analysis 'Microsoft365' export to html (as well as entering tenant id, promptbehavior Selectaccount etc) I am getting a write-error stating "cannot bind argument to parameter 'items' because it is null".
I am not sure what to do here. I have tried all other commands and I get exports but when setting the analysis to 'Microsoft365' it gives me this error. When exporting with CSV it runs but it exports 2 CSVs.
o365_sway_sharing_settings.csv
o365_forms_current_user_info.csv
each CVS only has 1 row containing 8 columns but no information at all.
The account I am selecting is my admin account which has Global Reader and Security Reader within Entra -> Roles and Administrators.
When running the command again but selecting "PRINT" I get the below information
o365_sway_sharing_settings
o365_forms_current_user_info
Am I missing something? I would like to run a m365 scan and get as much information as I can.
Beta Was this translation helpful? Give feedback.
All reactions