Microsoft Teams – PowerShell, a complete getting started guide.
With the release of PowerShell for Microsoft Teams a massive step has been taken towards an easier to manage application. I like Microsoft Teams and PowerShell, so what more could ... read the...
View ArticleAzure Powershell – Install PnP PowerShell using InlineScript within a release...
Today I tried to install PnPPowerShell within an Azure PowerShell Environment. In the past I tried just to copy all files in a folder within my Azure environment and user ... read the...
View ArticleSharePoint – Install-SPUserSolution fails on slow or busy systems
Sometimes you run into an issue that is difficult to resolve. Recently I’ve been running a PowerShell script that needs to create 6000 site collections and even more sub sites ... read the...
View ArticleGet an alert before connections expire and flows fail
Have you had flow connection expire? For example when your flow owners use MFA and it is time to re-authenticate? Would you like to get alerted before you ... read the...
View ArticlePnP PowerShell – Apply-PnPProvisioningTemplate stuck on initializing engine
Apply-PnPProvisioningTemplate stuck Today I used PnP PowerShell to provision one of my sites. For some reason my Apply-PnPProvisioningTemplate CmdLet just didn’t want to run properly. Every time I ran...
View ArticleAzure Functions – Is PowerShell preview turning into PowerShell deprecated?
Today I tried to move one of my PowerShell scripts that I was running as a scheduled task to my Azure Functions. Remembering how I did this a while back ... read the...
View ArticleSharePoint 2010, 2013, 2016 – Monitor your SharePoint logs.
Quite a while ago I developed tool to monitor SharePoint logs. Since I developed this it’s been available for download on Codeplex. Recently I noticed that codeplex is going to shut down. So I...
View ArticleOffice 365 – Azure – Running PnP PowerShell using Azure Functions
One of the great new features in Azure is Azure Functions. Azure functions will let you run PowerShell scripts at a very low cost within an Azure tenant. In this post I go through all the steps needed...
View ArticleConnect to Microsoft Graph using PowerShell with certificates
Earlier this week I fixed some PowerShell scripts that connected into Microsoft Graph using the Thumbnail of a certificate installed on my local system. Some of the challenges in this post....
View Article2 ways to duplicate SharePoint Lists to support your Power Apps
Recently I’ve been asked quite a few times to duplicate SharePoint lists as part of creating a Development, Test and production environment in Power Apps. PnP PowerShell Whatever you want to do to...
View Article