Skip to content

Commit 6bb22de

Browse files
committed
update docs
1 parent d4c3704 commit 6bb22de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration/microsoft365-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently, you can use tab completion in Monkey365 to complete `Collect`, `Insta
2020

2121
## SharePoint Online
2222

23-
The `-ScanSites` option allows you to specify one or more SharePoint URLs manually. This parameter is particularly helpful when Monkey365 cannot automatically detect the root SharePoint URL.
23+
The `-SpoSites` option allows you to specify one or more SharePoint URLs manually. This parameter is particularly helpful when Monkey365 cannot automatically detect the root SharePoint URL.
2424

2525
```PowerShell
2626
@@ -30,7 +30,7 @@ $param = @{
3030
PromptBehavior = 'SelectAccount';
3131
IncludeEntraID = $true;
3232
ExportTo = 'HTML';
33-
ScanSites = "https://your-domain.sharepoint.com";
33+
SpoSites = "https://your-domain.sharepoint.com";
3434
}
3535
Invoke-Monkey365 @param
3636
```

0 commit comments

Comments
 (0)