Replies: 1 comment 1 reply
-
Probably an example that has not been updated. If you look in the code for the enum, there is no Subscription value |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to this page https://pnp.github.io/powershell/cmdlets/Set-PnPSearchConfiguration.html#-scope
I should be able to set search settings at a subscription level, but when I try I get this error:
Set-PnPSearchSettings : Cannot bind parameter 'Scope'. Cannot convert value "Subscription" to type
"PnP.PowerShell.Commands.Enums.SearchSettingsScope". Error: "Unable to match the identifier name Subscription to a
valid enumerator name. Specify one of the following enumerator names and try again:
Site, Web"
At line:1 char:30
Beta Was this translation helpful? Give feedback.
All reactions