how could I obtain the full Microsoft365 and security and compliance reports using the collectors #136
Replies: 1 comment
-
Hey @benrestsgp, Probably some API calls are not returning any value for any reason (permission issue, query timeout, data is not present, etc..), and hence not populated to internal dataset. Please, note that rules are designed to querying the dataset in order to provide a pass or fail result, and entities must be present in a dataset. If entity is not present, then the query (the rule itself) is not executed. For example if conditional access policies are not in place in your organisation, then rules for CAPs won't be executed. If you don't have logs, try adding Regarding the checked and flagged objects, the logic behind this is not correct and will be updated soon (See #114 ). Hope that helps, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this command: Invoke-Monkey365 -Export HTML -PromptBehavior SelectAccount -IncludeEntraID -Instance Microsoft365 -Collect ExchangeOnline,MicrosoftTeams,AdminPortal,Purview,SharePointOnline

But the report doesn't seem to be full, only 90 out 114 rules, not sure what it means tho.
Also a lot of the report items are showing 0 checked:
Beta Was this translation helpful? Give feedback.
All reactions