forked from junecastillote/Ms365UsageReport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.yml
39 lines (39 loc) · 1.9 KB
/
config_template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
auth:
tenantName: <tenant>.onmicrosoft.com
msGraphAuthType: 2 # 1 = Certificate, 2 = Secret
msGraphAppID:
msGraphAppKey:
msGraphAppCertificateThumbprint:
exchangeAuthType: 2 # 1 = Certificate, 2 = Credential
exchangeAppID:
exchangeAppCertificateThumbprint:
exchangeCredentialFile:
exchangeAppCertificateFilePath:
parameters:
transLog: false
saveRawData: false
period: 30
showLogo: false
mail:
sendEmail: false
fromAddress: [email protected]
toAddress: [email protected],[email protected]
ccAddress:
bccAddress:
reports:
license: true
ms365ActiveUsers: true
ms365ActivationUsers: true
exchangeMailbox: true
exchangeApp: true
exchangeTopMailTraffic: true
exchangeMailTraffic: true
exchangeATPDetections: true
Office365Groups: true
sharepoint: true
onedrive: true
SkypeForBusiness: true
teams: true
developer:
graphApiVersion: beta
scriptCompatibleVersion: 1.2.5