Forum Discussion
Configure modern search results to search all of your organization (rather than the current site)
- Apr 14, 2019
Hi Rick DeFoe, we are actually working on making that happen. We hope that will be coming in the next couple of months.
I follow the directions step by step and i am getting error:
The property 'SearchScope' cannot be found on this object. Verify that the property exists and can be set.
Have the latest version of powershell.
Anyone seen this error?
Thanks
Some additional guidance if you are getting the "The property 'SearchScope' cannot be found on this object. Verify that the property exists and can be set."
Exception when you try to execute the version, you are running either wrong version of PnP PowerShell OR you have SharePoint CSOM SDK installed on your machine which is not recommended.
If you have just updated to use the latest PnP PowerShell, move to "Add or Remove programs" in your computer and make sure that you do not have SharePoint Client Side CSOM SDK installed as that msi unfortunately installed assemblies to the GAC (Global Assembly Cache) and that overrides any local newer assembly versions, which is most likely the conflict here.
- PauloFagundesMay 14, 2020Copper ContributorYeap, that was it