-
Recent Posts
- How to retrieve Response header values from the Custom Connector in PowerApps Canvas App? May 25, 2023
- Microsoft Build 2023 (May 23-25) May 25, 2023
- How to create a JSON String array in PowerApps? May 24, 2023
- How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error? May 20, 2023
- How to clean up the FHIR objects in the Postman received as a bundle? May 17, 2023
Recent Comments
Julie Bird on How to hide welcome message fo… Erik on How to Export Intune reports u… Jonnie on How to add a Checkbox to a Pow… Jeff Flogerzi on How to send approval requests… Chris on How to fix an infinite trigger… Archives
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
Meta
Category Archives: PnP.PowerShell
How to download ‘ALL’ files from a very large document library?
Summary My customer had a large document library on SharePoint Online with a deep folder structure. The total number of items is 2.7 million (2,743,321). They want those documents downloaded to the local folder. I know, this is an actual … Continue reading
How to turn on versioning on ALL document libraries for a site?
Summary The requirement is to turn on versioning for all site document libraries, including subsites. Also, the Major version number should be 500. The following Set-PnPList command can be used to set the Versioning and Major version as 500 for … Continue reading
Posted in PnP.PowerShell, SharePoint
Leave a comment
How to get SharePoint audit reports using Office 365 Management APIs?
Summary The following are the customer concerns with the SharePoint sites on Microsoft 365 cloud regarding audit reports. SPO site collection admins do not receive the same GUI presentation for site audit reports that were available on the SharePoint on-premises. … Continue reading
Posted in PnP.PowerShell, SharePoint 2010, SharePoint 2013, Technical Stuff
1 Comment
How to get a list of Site Collection Admins for a SharePoint site?
Summary My customer had a requirement to get the list of Site Collection Admins (SCAs) for any site within the tenant for anyone in the organization. The need of the user is to find additional information from the SCA. This … Continue reading
Posted in Azure, PnP.PowerShell, SharePoint
Leave a comment
How to automate and govern the “Sites.Selected” permissions using a custom tool?
Summary Earlier, I posted an article regarding the “Sites.Selected” MS Graph permission to create the granular permissions for sites. The following is the link for the article. How does the MS Graph “Sites.Selected” permission work for granular permissions for SPO … Continue reading
Posted in Azure, PnP.PowerShell, SharePoint
2 Comments
How does the MS Graph “Sites.Selected” permission work for granular permissions for SPO sites?
Summary To provide granular access for the sites the Azure Access Control (ACS) was used in the past. The app id and secret can be created using the add-ins, more info is described here. Note: Please check ACS retirement info. … Continue reading
Posted in PnP.PowerShell, SharePoint
7 Comments
How to get raw data from PFX certificates?
Summary This article will show the step-by-step PowerShell commands to read the raw data from the certificate. Prerequesite is you need to create a sample PFX file. It is very easy to create such files using the PnP Powershell module. … Continue reading
Posted in PnP.PowerShell, SharePoint, Technical Stuff
Leave a comment
How to add custom banner to alert “SharePoint 2010 workflow retirement” to site users and owners?
Summary The SharePoint 2010 workflow will retire. Microsoft announced it, see the following link. SharePoint 2010 workflow retirement For my customer, even after multiple messages to the Admins and Owners there was not an immediate action taken by the owners. … Continue reading
How to get User Profile Properties and ODfB information?
Summary I want to find out the User’s OneDrive for Business url or personal site. I also want to find more such user properties for the user with UPN, such as when the personal site created, if not created what … Continue reading
Posted in PnP.PowerShell
Leave a comment
How to setup certificate in MAG Azure Function App for PnP.PowerShell?
Summary The PnP.PowerShell supports PowerShell Core. There are few things you must do to make the PowerShell Code to work in Azure Function App. In this article, I will go through the steps by step all pre requisites. Step by … Continue reading
Posted in MS Graph, PnP.PowerShell
3 Comments