Get-PnPSiteSearchQueryResults : Value cannot be null. #2130
Unanswered
IfEyeOnlyKnew
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This issue seems to be related to our tenant. I have a MS Support ticket opened. |
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.
-
No issues running Get-PnPTenantRecycleBinItem and getting results.
Anyone seeing this issue using the PnP Command Get-PnPSiteSearchQueryResults this morning 7/11/2022? Just confirming before putting in an Issue. :/
`$tenantadminurl = "https://tenanat-admin.sharepoint.com"
Connect-PnPOnline -url $tenantadminurl -Interactive
Get-PnPSiteSearchQueryResults
Get-PnPSiteSearchQueryResults -MaxResults 10
Get-PnPSiteSearchQueryResults - All
`
Get-PnPSiteSearchQueryResults : Value cannot be null.
Parameter name: context
At line:1 char:1
Beta Was this translation helpful? Give feedback.
All reactions