We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9448ec6 commit 23edd48Copy full SHA for 23edd48
1 file changed
README.md
@@ -66,7 +66,7 @@ Invoke-Monkey365
66
67
$options = @{
68
Instance = 'Microsoft365'
69
- Collect = 'ExchangeOnline'
+ Collect = @('ExchangeOnline', 'SharePointOnline')
70
PromptBehavior = 'SelectAccount'
71
IncludeEntraID = $true
72
ExportTo = 'HTML'
@@ -135,7 +135,12 @@ Example assessment:
135
```powershell
136
137
138
+ Collect = @(
139
+ 'ExchangeOnline',
140
+ 'MicrosoftFabric',
141
+ 'MicrosoftTeams',
142
+ 'SharePointOnline'
143
+ )
144
145
146
0 commit comments