We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b6d88 commit b18709bCopy full SHA for b18709b
GetGraphUserStatisticsReportV2.PS1
@@ -13,7 +13,7 @@
13
# There isn't a lot of error checking/handling in this script because it's designed to show the principles of how to grab and
14
# process Office 365 usage data from the Graph rather than being something that meets the needs of everyone. Have fun editing it!
15
16
-# Needs the Reports.Read.All permission to get user login data
+# Needs the Reports.Read.All and User.Read.All permissions for app to get user login data
17
# -------------------------------------------------------------------------------------------------------------------------------
18
CLS
19
# Define the values applicable for the application used to connect to the Graph (change these for your tenant)
0 commit comments