You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The `all_groups.py` script allows to enumerate all Microsoft 365 Groups in a Azu
14
14
* SharePoint URL (e.g. for Teams shared files)
15
15
16
16
All of this, even for private Groups!
17
-
Read more about this on my blog article ["Risks of Microsoft Teams and Microsoft 365 Groups"](https://clement.notin.org/blog/2021/03/02/risks-of-microsoft-teams-and-microsoft-365-groups/)
17
+
Read more about this on my blog article ["Risks of Microsoft Teams and Microsoft 365 Groups"](https://clement.notin.org/blog/2021/03/01/risks-of-microsoft-teams-and-microsoft-365-groups/)
18
18
19
19
The `reporting.py` script will take the JSON output from `all_groups.py` and generates a CSV files allowing to quickly identify sensitive private or public groups.
20
20
@@ -53,4 +53,4 @@ python reporting.py
53
53
It automatically takes `all_groups.json` in the current directory, and outputs to `all_groups.csv` in the same directory.
54
54
55
55
## Acknowledgements
56
-
This project uses for authentication the very helpful [roadlib](https://pypi.org/project/roadlib/) from [ROADTools](https://github.com/dirkjanm/ROADtools) by @dirkjanm
56
+
This project uses for authentication the very helpful [roadlib](https://pypi.org/project/roadlib/) from [ROADTools](https://github.com/dirkjanm/ROADtools) by @dirkjanm
0 commit comments