About 150,000 results
Open links in new tab
  1. How can I use PnP Powershell to enable custom script in a subsite?

    Feb 28, 2024 · You can find the script examples using PnP PowerShell and CLI for Microsoft 365 in this article: Allow use of custom scripts in SharePoint Online using PowerShell.

  2. sharepoint online - PnP Powershell Connection with ClientId and ...

    Jun 26, 2024 · I'm trying to run my Powershell PnP script using ClientId and ClientSecret instead of UseWebLogin. I already created an Azure Application ID using this tutorial (but skipping the …

  3. powershell - Connect-PnPOnline stopped working - SharePoint …

    Mar 9, 2023 · + FullyQualifiedErrorId : EXCEPTION,PnP.PowerShell.Commands.Lists.GetListItem It seems like the Appid and Appsecret are invalid, but it is not true, because the script runs …

  4. How to get a Sharepoint-group with its members displayed in …

    Dec 10, 2019 · 1 How to get a SharePoint-group with its members displayed in PowerShell. I have tried this: Get-PnPGroupMembers -Identity "xxxxxxxxxxxxxxxxx" | select title But doesn't give …

  5. Setting 'Created', 'Modified' and 'Modified By' properties with PnP ...

    May 28, 2021 · Setting 'Created', 'Modified' and 'Modified By' properties with PnP PowerShell Add-PnPFile Ask Question Asked 4 years, 6 months ago Modified 7 months ago

  6. How do I find out what kind of access a user has to a SharePoint …

    Nov 28, 2024 · But using PnP powershell, how do I find out what kind of access they have? i.e. : Read, Contribute, etc?

  7. powershell - Can I use the Copy-PnPFolder to copy local files to ...

    Jun 27, 2024 · Ability to upload files and folders from the local folder to SharePoint online using PnP PowerShell is recently added to PnP PowerShell module. It is not available in PnP …

  8. pnp powershell - Populate a People/Group field which allow …

    Dec 21, 2022 · I have a SharePoint online field named "HRContacts" which allow multiple selection:- and using PnP Power Shell i want to create a new list item and populate …

  9. PnP PowerShell - Get-PnPFile error checking if file exists

    Oct 1, 2019 · I'm trying to check if file already exists in a SPO document library using PnP PowerShell command. This is part of my PowerShell script: Try { #Get all Files from the source …

  10. pnp powershell - Connect-PnPOnline and long running proces.

    Dec 4, 2024 · in the script (e.g. in the loop) I'm checking - if the token is expiring soon if yes - I refresh token with Get-MsalToken and reauthenticate to PnP But mostly I use non-interactive …