This library cannot be searched

Roger Roger 7,301 Reputation points
2025-05-20T20:31:27.8966667+00:00

Hi All

I followed the article below to add organizational fonts to SharePoint as an Organization Asset Library, and it’s working fine:

https://learn.microsoft.com/en-us/sharepoint/support-for-organization-fonts-in-powerpoint-for-the-web

Add-SPOOrgAssetsLibrary -LibraryUrl https://mydomain.sharepoint.com/sites/MyOrgAL/FontLibrary -OrgAssetType OfficeFontLibrary -CdnType Public 
Set-SPOCustomFontCatalog -FontFolder "C:\windows\temp\ttf" -LibraryUrl https://mydomain.sharepoint.com/sites/MyOrgAL/FontLibrary

However, I’m facing an issue when trying to connect the organizational asset library to Copilot. I’m following the instructions in the article below, and I'm encountering an error, even though my SharePoint Online PowerShell module is up to date:

https://learn.microsoft.com/en-us/sharepoint/connect-organizational-asset-libraries-to-copilot

Here’s the command I ran and the error I received: please guide me.

Set-SPOOrgAssetsLibrary -LibraryUrl https://mydomain.sharepoint.com/sites/MyOrgAL/FontLibrary -OrgAssetType OfficeFontLibrary -CopilotSearchable $True

Set-SPOOrgAssetsLibrary : This library cannot be searched by Copilot.

At line:1 char:1
+ Set-SPOOrgAssetsLibrary -LibraryUrl https://mydomain.sharepoint.com ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Set-SPOOrgAssetsLibrary], ServerException
    + FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.SetSPOOrgAssetsLibrary
Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Vandierendonck Wim 75 Reputation points
    2025-06-10T04:46:26.28+00:00

    Hi, did you ever find a solution to this issue?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.