SharePoint PnP Management Shell - Permissions Consent
The SharePoint PnP Management Shell  is a PowerShell module that is a part of the open-source Microsoft 365 Community  projects led by Microsoft Engineers and Microsoft MVPs  (e.g. https://github.com/waldekmastykarz , https://github.com/erwinvanhunen ). It complements Microsoft Online SharePoint Management Shell  by adding over 500 PowerShell commandlets  to query and manage various elements of SharePoint Online, many of which have no equivalents in other tools or in the user interface (e.g. Export-PnPTaxonomy , Get-PnPAvailableClientSideComponents , Get-PnPCustomAction , Get-PnPEventReceiver , Get-PnPJavaScriptLink , Get-PnPSearchConfiguration , Get-PnPSiteTemplate ).   However, in order to use the module, it needs to be granted permission consent to the Azure Enterprise Application “ PnP Management Shell ” that is used by default by the module to access Microsoft Graph functionality in the tenant.   The following is an example of the types of permissions that are requested:   Such pe...