Get-PnPAppInfo : The term 'Get-PnPAppInfo' is not recognized as the name of a cmdlet #1120
-
I'm planning to install an app on my SharePoint 365 site via PowerShell using this example (the GUID below is from the example in the documentation): However in order to get the identity of the app I am trying to use: But this returns the following:
I have installed the PnP.PowerShell prior to using Get-PnPAppInfo: Failing that how else can I get the ID of a SharePoint 365 app? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need to use |
Beta Was this translation helpful? Give feedback.
You need to use
Get-PnPApp
cmdlet to get the app info. You are usingGet-PnPAppInfo
which doesn't exist, hence the error.