Microsoft 365 Dev Podcast - Ep 135

PowerApps for full-time devs & Microsoft Graph enabling them In this episode recorded on June 29th 2018, Jeremy Thake talks to Casey Burke and Audrey Gordon...

Keep Credentials Secure using Azure Managed Service Identity

Microsoft has announced the General Availability for Managed Service Identity (MSI) for App Service and Azure Functions [https://blogs.msdn.microsoft.com/appserviceteam/2018/06/26/...

RIP - SharePoint Online sandbox execution environment

We all knew (or should have known) that this day was coming, but Microsoft has finally turned off the SharePoint Sandbox execution environment [http://dev.office....

Git Command Line color settings

Posted here for convenience: git config --global color.branch.remote "red bold" git config --global color.status.untracked "red bold" git config...

Secure storage of credentials in PowerShell

If you search the internet, you will find many different blog/forum posts that show how to store credentials for later use in PowerShell. Most of...

Microsoft Azure IaaS Goverance, Provisioning and Desired State Configuration

I have a confession to makeā€¦for the last six months, I have been working as a SharePoint architect in an infrastructure group. Yes, I had...

Formatting numbers as string in PowerShell

I had to look this up again today (easily the 5th time in the last month). So, to make it easier to look up the 6th...