Error while using Pnp Powershell in Azure Runbook #3848
Unanswered
praveenhooda
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #3844
Originally posted by praveenhooda March 20, 2024
Hi,
I am getting an error when trying to execute Pnp Powershell command with in a runbook with details:
Get-PnPListItem : The Push Notifications feature is not activated on the site '<>' At line:105 char:23 + ... dingSites = Get-PnPListItem -List "Truncated ListName" -Connection $conn ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Get-PnPListItem], PSInvalidOperationException + FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Lists.GetListItem
Any help is greatly appreciated!
Regards,
Praveen
Beta Was this translation helpful? Give feedback.
All reactions