Compatible with Fusion version: 4.2.4 through 4.2.6
Deprecation and removal noticeThis connector is deprecated as of Fusion 4.2 and is removed or expected to be removed as of Fusion 5.0. Use the SharePoint Optimized V2 connector instead.For more information about deprecations and removals, including possible alternatives, see Deprecations and Removals.
Test NTLM permissions to successfully crawl a site collection
This is only applicable to SharePoint on-premise deployments.
- Copy the
check-ntlm-account-can-crawl-sharepoint-site-collection.ps1PowerShell script below to a folder on your computer.
-
Change the value in the first line:
$site_col_url="https://your.sharepoint-site.com/sites/mysitecol"to the URL of your site collection. -
Execute the script. If the result is:
- A JSON output of your site’s metadata, the account permissions are set correctly.
- An error such as a 403, 401, or other error, the account permissions are not set correctly. Set permissions correctly and run the script again to verify it executes successfully.