PowerApp using URL parameters to open a specific screen on load
When building PowerApps one extremely useful feature available to developers is the URL parameters feature that allows parameters to be passed into the application on load from the URL. In this article we will look at using such a parameter…
Bypass PowerApps Run Permissions
Have you created a PowerApp which accesses a resource like an Office 365 Users Profile connection using a system account only to find the user is presented with a screen asking them to grant access to the connection?
Not great when it comes to wanting a seamless experience, so how can we fix this?
Recover a SharePoint or OneDrive site using Powershell
Need to recover a OneDrive or SharePoint site?
Add a site owner to a OneDrive Account
If you need to programmatically add a user as a site owner to a OneDrive site (granting that person access to the other users OneDrive and all of their files) then use the following PowerShell script:
Create Modern Communications site in SharePoint Online using powershell
With the introduction of Modern Sites in SharePoint there are a few ways you can create Modern sites including via the GUI screen, however what do you do if the creation of sites has been locked down to only allow…
Setting up app access from SharePoint to Azure Active Directory via Microsoft’s Graph
If you’ve ever come across the problem of not being able to access certain information outside of sharePoint then you’ll probably need to take a look at Microsoft Graph, the multi-platform API repository for connecting all of Microsoft tenancy services…
Recent Comments