Help! My imported commands from the module are missing args :( #3438
Unanswered
yeahthegoys
asked this question in
Q&A
Replies: 0 comments
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.
-
I was trying to update the "IsAvailableForTagging" property on a select set of terms in the term set and powershell insisted that the arg I was specifying did not exist. Upon retrieving the list of args I see that the -AvailableForTagging arg from the command 'Set-PnpTerm' was missing:
"
PS C:\Windows\System32> Get-Command -Name Set-pnpterm -Args Cert: -Syntax
Set-PnPTerm -Identity [-Name ] [-Lcid ] [-Description ] [-CustomProperties ] [-LocalCustomProperties ] [-DeleteAllCustomProperties] [-DeleteAllLocalCustomProperties] [-TermStore ] [-Deprecated ] [-Connection ] []
Set-PnPTerm -Identity -TermSet -TermGroup [-Name ] [-Lcid ] [-Description ] [-CustomProperties ] [-LocalCustomProperties ] [-DeleteAllCustomProperties] [-DeleteAllLocalCustomProperties] [-TermStore ] [-Deprecated ] [-Connection ] []
"
I'm running the latest version of pnp.powershell (2.2.0) in powershell 7.
Any info appreciated!
Beta Was this translation helpful? Give feedback.
All reactions