Configure and start a continuous SharePoint Online scan using the CLI.
Prerequisites
Administrator access to the File Protect appliance.
A SharePoint Online storage.
To configure a scan for SharePoint Online storage:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Create a SharePoint Online scan.
hostname (config) # fmps scan create from share <MySharePointStorge>MySharePointStorge is the SharePoint Online storage on which the scan will run.
Confirmation is displayed.
<scanID> configuredSave your changes.
hostname (config) # write memory
To start a scan from an existing scan:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Start a SharePoint Online continuous scan from an existing scan.
hostname (config) # fmps scan start <scanID> continuous
<scanID> is the ID of the existing scan.
Save your changes.
hostname (config) # write memory