Cannot get Connect-PnPOnline working correctly with credential manager and app ID
I will preface this with saying I have about one year experience with Powershell, I am 24 and junior in the space so don’t be too mean.
Cannot get Connect-PnPOnline working correctly with credential manager and app ID
I will preface this with saying I have about one year experience with Powershell, I am 24 and junior in the space so don’t be too mean.
Sharepoint Online Issue: Manual vs Programmatic File Upload
I am trying to embed an aspx file in a Sharepoint page (with the file stored in SiteAssets), but have discovered that Sharepoint behaves differently based on how I upload the file.
SharePoint Online PowerShell – Publish a page without changing modified by property
I would like to use PnP PowerShell to make a change to multiple SharePoint Online News Post pages. I can successfully make the change and then publish the page again using $pageName.File.Publish(), and then Invoke-PnPQuery. However this updates the modified by property to who executes the script, which I don’t want as I would like to retain the original modifier.