


Re-purposing an iPad Air as a (Skype) video phone system for my grandma
With Covid-19 running wild, we all need to cut back and adopt our lifestyle to the situation. For some of us that's easier and for some it's a bit harder.

Correctly display SharePoint Rich Text Fields in PowerApps
I recently happend upon a PowerApp that had been created on top of a SharePoint list using the Create-From-Data functionality. Something seemed off - let me show you.

Use Azure KeyVault to securely manage credentials for your PowerShell scripts
Working with different credentials in PowerShell can be a headscratcher. You don't want the passwords to be too easy so you have some reasonably strong passwords on your service accounts. In some...

Get the DSC resource status of your SharePoint Farm Nodes
This little script will just pull the current status of the resources from the nodes to allow looking at them in a central place and to avoid having to constantly switch between...

Set SharePoint Online list experience to classic or modern using PnP PowerShell
I had to quickly change the list experience in a number of libraries after migration from SharePoint OnPrem to SharePoint Online. Since I needed to do it more then once, the decision...

Reuse code in Power Apps – across screens!
Reusing code is not something Power Apps was built for… There is a widely known way to do it inside a single screen that I'm going to go over quickly for the...