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
I try to get terms from Terms store but deprecated terms are missing while retrieving the terms. I am using Get-PnPTerm commend to get pnp term but its not retrving the deprecated terms.
Thanks for raising this issue
We have fixed it in the nightly builds. It will be available tomorrow
Please use the -IncludeDeprecated parameter with Get-PnPTerm.
Reporting an Issue or Missing Feature
I try to get terms from Terms store but deprecated terms are missing while retrieving the terms. I am using Get-PnPTerm commend to get pnp term but its not retrving the deprecated terms.
$Term= Get-PnPTerm -Identity "FS-60" -TermSet "Supplier Hierarchy" -TermGroup "ProductHierarchy" -Recursive -Includes Parent -ErrorAction SilentlyContinue
Expected behavior
It should get the term value
Actual behavior
Its return null value
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: