Skip to content

Commit 23edd48

Browse files
committed
update README.md
1 parent 9448ec6 commit 23edd48

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Invoke-Monkey365
6666
6767
$options = @{
6868
Instance = 'Microsoft365'
69-
Collect = 'ExchangeOnline'
69+
Collect = @('ExchangeOnline', 'SharePointOnline')
7070
PromptBehavior = 'SelectAccount'
7171
IncludeEntraID = $true
7272
ExportTo = 'HTML'
@@ -135,7 +135,12 @@ Example assessment:
135135
```powershell
136136
$options = @{
137137
Instance = 'Microsoft365'
138-
Collect = 'ExchangeOnline'
138+
Collect = @(
139+
'ExchangeOnline',
140+
'MicrosoftFabric',
141+
'MicrosoftTeams',
142+
'SharePointOnline'
143+
)
139144
PromptBehavior = 'SelectAccount'
140145
IncludeEntraID = $true
141146
ExportTo = 'HTML'

0 commit comments

Comments
 (0)