-
Microsoft Teams iPhone App has just got better!
You can now sign into multiple accounts at the same time, which I find a great time saver.
-
SharePoint ‘Site Content and Structure’ Admin Page
SharePoint ‘Site Content and Structure’ Admin Page … don’t let that get in the way of useful functionality.
-
Newtonsoft Version conflicts with Azure Function & PnP-Sites-Core
Warning: NU1608 Detected package version outside of dependency constraint: Microsoft.NET.Sdk.Functions 1.0.24 requires Newtonsoft.Json (= 9.0.1) but version Newtonsoft.Json 10.0.3 was resolved.
-
Access denied while refreshing all published content types on next update
Working with the Content Type Hub and publish (syndicate) content types to other site collections; have you received an Access Denied message when selecting the “Refresh all published content types on next update”?
-
Troubleshooting SPFx Webparts: Useful Links
Based upon the App Catolog (Catalogue) being configured with the following URL…
-
Finding the site template for a SharePoint site
Need to quickly find the site template for an existing site? Don’t want to use PowerShell? Well you’re in the right place, here’s how to do it with favourite web browser.
-
Microsoft Teams External Sharing with Anyone
In my last post I described how to turn on External Sharing of Files and Folders within Microsoft Teams, during which you may have noticed the Anyone option was disabled.
-
Microsoft Teams External Sharing of Files & Folders
To share a folder in a Microsoft Teams channel with an external user, an admin must first ensure that external sharing is enabled. Navigate to the SharePoint Admin Center for the URL, adjust sharing settings, and invite the external user via email. The user will verify through a code to gain access to the specific…
-
Configure Visual Studio Code with VSTS
While in the process of setting up a new environment I thought I would share the steps I took to configure Visual Studio Code (VS-Code) with Visual Studio Team Services (VSTS) online.
-
Hello Angular World (page 7 of 7)
So, we now have an ASP.NET MVC web application which is hosting a simple Hello Angular World App. and in limiting the project size and complexity it should serve as a useful “starter template”. When looking at the project, you will notice two distinct naming conventions, initially I thought this was ugly, however it has…