Creating SharePoint Online storage using the CLI

Prev Next

To create SharePoint Online storage on the File Protect appliance using the CLI:

  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enter a unique name for the SharePoint Online storage and the SharePoint Online quarantine folder location.

    hostname (config) # fmps storage create o365 name  <SharePointStorageName> app sharepoint site <SharePointSiteName>
    SharePoint Online storage connected successfully.
  3. View your SharePoint Online storage configuration.

    hostname (config) # show fmps storage name MySharePointStorage
    Storage type: o365
     Name:   MySharePointStorage
     Type:   sharepoint
     Quarantine Site: SharePoint-Quarantine
     Status: Office 365 configured and connected
  4. Save your changes.

    hostname (config) # write memory