The term 'Get-PnPTeamsApp' is not recognized as the name of a cmdlet, function, #1686
Unanswered
SanthoshAtMunichRe
asked this question in
Q&A
Replies: 3 comments
-
If you run from a runbook, the modules must be added to your automation account (unless you use hybrid groups) Kind regards Anders Rask On 8 Mar 2022 15.19, SanthoshAtMunichRe ***@***.***> wrote:
Getting below error when I run the code in Azure Runbook
The term 'Get-PnPTeamsApp' is not recognized as the name of a cmdlet, function,
In my local machine , I have uninstalled all PnP versions and installed 1.9.0 version and getting the below
Method not found: 'Int32 System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan`1)'.
Please advise on what went wrong.
Thanks in advance.
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
the PnP.PowerShell module 1.9.0 version is already added to automation account, still facing the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you upload the modules to the same runtime version that you runbook uses? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Getting below error when I run the code in Azure Runbook
The term 'Get-PnPTeamsApp' is not recognized as the name of a cmdlet, function,
In my local machine , I have uninstalled all PnP versions and installed 1.9.0 version and getting the below
Method not found: 'Int32 System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan`1)'.
Please advise on what went wrong.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions