Questions tagged [pnp.powershell]

17 questions
0
votes
3 answers

Azure AD Group and SharePoint

I'm having an issue with the timing around creating a new Azure AD security group and using that group for SharePoint Online folder access. Using New-PnPAzureADGroup i'm creating the security group, then using Set-PnPListPermission and…
Matt Price
  • 34,499
  • 6
  • 24
  • 33
-1
votes
1 answer

Trouble with the new PnP.PowerShell module

Using the SharePointPnPPowerShellOnline module, to upload a file, to a specific folder (in a specific site), I used to run commands like this: $cred = Get-Credential Connect-PnPOnline -Url "https://.sharepoint.com/sites/"…
1
2