跳轉至

SharePoint

Microsoft 驗證需要預設網頁瀏覽器。

raidrivecli add sharepoint \
    --sp-server company.sharepoint.com \
    --sp-subsite /sites/mysite

若未指定掛載目錄,會掛載到 /mnt 下的目錄,例如 /mnt/sharepoint。若要指定掛載目錄,請使用 --mount-path 選項。

raidrivecli add sharepoint \
    --sp-server company.sharepoint.com \
    --sp-subsite /sites/mysite \
    --mount-path /myservices/sharepoint

資訊

SharePoint China 儲存空間使用 sharepointchina,而非 sharepoint。

其他選項

--sp-server <server>                    host (e.g. companyname.sharepoint.com)
--sp-subsite <path>                     path (e.g. root, /sites/mysite)

另請參閱