Tag: CSV

How to - Process CSV in Power Automate
How to – Process CSV in Power Automate
Blog Posts

Its still crazy to me that Microsoft did not create an out of the box action to process a csv (or .xls files too 😣 ). Fortunately there are a few ways to do it, 4 in fact, some cool, some easy, some crazy, but all interesting (well I think so 😎) so I want… READ MORE

SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
SharePoint Online: Permission Report for Specific User in a Site Collection using PowerShell
Blog Posts

Requirement:  Generate a permission report to audit a specific user’s permissions in given SharePoint Online site collection, sub-sites, all its lists, libraries and list items. SharePoint Online PowerShell permissions report This PowerShell script checks user permissions and exports the findings into a CSV file. How to run this script? Just change the Parameters from Line#6 to… READ MORE