Office 365- Microsoft Teams Skype Upgrade AUTOMATICALLY scheduled in 31 days from now

Admins! Be sure to log into your Microsoft Teams Admin tenants at https://admin.teams.microsoft.com/dashboard and make sure you are ready for the Skype for Business to Teams upgrade! All of your users after this time will no longer be able to use Skype for Business and must use teams. Red flag! I was setting up a … Read more

SharePoint Online – Change the Look- Classic vs. Modern

I recently created a Microsoft Office 365 development environment via https://aka.ms/offdp I was creating an environment to do some SharePoint Modern theming (I created a new Communication Site via the modern Admin interface on my new tenant), but noticed the classic (rather the older) Change the Look interface: However, on existing client’s tenants, I noticed … Read more

SharePoint Conference 2018 SPC18 highlights

I am a bit bummed I was not able to attend this years SharePoint Conference, but I will attend next years. I was able to follow quite a bit of SharePoint Conference Las Vegas tweets on my twitter account, https://twitter.com/eschraderMB Here is a summary of what I noted from the #SPC18 hashtags that I thought … Read more

Azure VM Remote Desktop error- CredSSP encryption oracle remediation

I ran into an issue where I could not Remote Desktop to my Azure VM and was getting this error: Remote Desktop Connection An authentication error has occurred. The function requested is not supported Remote computer: 13.64.xx.xxx This could be due to CredSSP encryption oracle remediation. For more information, see https://go.microsoft.com/fwlink/?linkid=866660 The issue was a … Read more

Azure VM Remote Desktop error- CredSSP encryption oracle remediation

I ran into an issue where I could not Remote Desktop to my Azure VM and was getting this error: Remote Desktop Connection An authentication error has occurred. The function requested is not supported Remote computer: 13.64.xx.xxx This could be due to CredSSP encryption oracle remediation. For more information, see https://go.microsoft.com/fwlink/?linkid=866660 The issue was a … Read more

Deleting a large list from SharePoint using PowerShell

I recently ran into an issue trying to delete a list over 5,000 items from SharePoint. I tried using Metalogix Content Matrix to delete the list/site, but they all were bound by the threshold. I realized I had to use PowerShell, but research lead to even this having issues deleting the list. The solution was … Read more

Updating Visual Studio 2017 Enterprise

Yesterday I noticed a release (VS 2017 Update 6) was released, but my Visual Studio was still running Update 3: The newest update is version 15.6. While reading how to update Visual Studio, the article mentioned Visual Studio Installer. https://docs.microsoft.com/en-us/visualstudio/install/update-visual-studio So I launched Visual Studio Installer and clicked “Update“. Note, the installer did not tell … Read more

Create a SPFx web part to display SharePoint list data based on locale and Graph API data

This is an example of how I used the SharePoint Framework (SPFx) to create a modern page/modern experience web part that shows SharePoint list data based on a user’s Language/Locale/Country and some other user profile information from Azure Active Directory using the Graph API. We onboard guest users using Azure AD B2B to our SharePoint … Read more