You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suddenly the Get-PnPTermGroup cmdlet returns all tenant term groups where it used to only returns the terms groups of the connected site collection.
I'm still working on PowerShell 5.1 and the 1.12.0 version of PnP.
I know this version is not maintained anymore but I don't understand why this change suddenly occured.
OS: Windows
How to reproduce :
Connect to a site collection
Connect-PnPOnline -Url [sitecollection] -clientid $myClientId -clientsecret $myClientSecret
Execute Get-PnPTermGroup
Thank you for your help.
The text was updated successfully, but these errors were encountered:
If you use app id/app secret for connection - Get-PnPTermGroup returns unexpected results (seems like it does not use current connection for specific site)
If you use other connection options, for example - Connect-PnPOnline -Url "your site url" -UseWebLogin - it works as expected
Suddenly the Get-PnPTermGroup cmdlet returns all tenant term groups where it used to only returns the terms groups of the connected site collection.
I'm still working on PowerShell 5.1 and the 1.12.0 version of PnP.
I know this version is not maintained anymore but I don't understand why this change suddenly occured.
OS: Windows
How to reproduce :
Connect-PnPOnline -Url [sitecollection] -clientid $myClientId -clientsecret $myClientSecret
Thank you for your help.
The text was updated successfully, but these errors were encountered: