Skip to content

Commit b18709b

Browse files
authoredSep 16, 2020
Update GetGraphUserStatisticsReportV2.PS1
Add note about Graph permissions required.
1 parent 40b6d88 commit b18709b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎GetGraphUserStatisticsReportV2.PS1

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# 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
1414
# process Office 365 usage data from the Graph rather than being something that meets the needs of everyone. Have fun editing it!
1515

16-
# Needs the Reports.Read.All permission to get user login data
16+
# Needs the Reports.Read.All and User.Read.All permissions for app to get user login data
1717
# -------------------------------------------------------------------------------------------------------------------------------
1818
CLS
1919
# Define the values applicable for the application used to connect to the Graph (change these for your tenant)

0 commit comments

Comments
 (0)
Please sign in to comment.