SharePoint is a great place for a school or business to store shared resources. However, it can be difficult to keep track of all the different document locations. The new “Add shortcut to OneDrive” feature is a great way of keeping track of all the documents you use on a regular basis. Not only does … Read more
How To
2
Creating a visually appealing SharePoint site is vital if you want people to engage with it regularly. But you don’t need to spend hours designing and curating your sites for them to look good. We’ve created a video to show you that it’s possible to create a professional and captivating SharePoint site in under 20 … Read more
The main challenge schools, academies and multi academy trusts face when rolling out a new technology or platform is user adoption. Typically, a core group of tech-savvy teachers and staff embrace the new technology, while others are left behind. This results in various, separate solutions being used within the school, with learning resources scattered across … Read more
As a teacher it’s important to measure engagement of students that are home learning. Microsoft Teams has given us a quick and easy tool to enable us to do this. In this post we look at how to download an attendance report of an online lesson. Once the participants of your Teams meeting have left and before you exit the meeting window you can view and … Read more
Missing Class Team? It may have been deleted, here is a guide on how to restore a deleted Team! A Team consists of an Office 365 groups, SharePoint site and a Microsoft Team. There are many ways to restore these deleted components but if you want to quickly restore the entire Team, follow the steps … Read more
Lots of new and exciting features are coming to Microsoft Teams this summer, so get ready for the new academic year in advance and resolve any issues before the students are back. I’m beginning the process of rolling over the academic year at many schools this month using Microsoft School Data Sync with the Cloud … Read more
Class Notebook has a really nice feature which allows teachers to distribute pages to student sections so that they can work on their own copy of the page. Since we originally looked at this in a previous blog post, Microsoft Teams now supports setting assignments using Class Notebook pages too. Essentially there are two ways … Read more
Microsoft Forms quizzes can now be assigned to students in Microsoft Teams for education. These are auto-marked and the results are fed automatically into the teachers markbook. Find out how to use this new functionality in the video below. You can find out more about how we can integrate Microsoft Teams, SharePoint and Class Notebook … Read more
How exciting, SharePoint web parts can now talk to other parts of Office 365 rather than just SharePoint using the Microsoft Graph and third party APIs! With the release of the SharePoint Framework version 1.4.1, we now have preview support of the Microsoft Graph API. In this example, I’m going to create a SharePoint Framework … Read more
Microsoft Forms are a great way to quickly gather survey results or produce quizzes. It could be testing employees on health and safety in OneNote or it could be setting students a topic quiz in Class Notebook. In this post, I’m going to go through the steps on how to add a quiz to OneNote. … Read more
PowerApps is a great tool at building complex business applications using logic and no code. Microsoft provide several themes out-of-the-box to give your app a consistent look and feel. There is no option to create a custom theme (please release this functionality Microsoft)! As a workaround, we can use some logic to have a single … Read more
When using the SharePoint Framework (SPFx), we can use spHttpClient to manage our REST calls. Creating new fields (columns) in lists is like using jQuery ajax methods, first we feed in the body of our call in JSON format. [code lang=”js”] const spOpts: ISPHttpClientOptions = { body: "{‘Title’: ‘Group’, ‘FieldTypeKind’:2,’Required’:false, ‘EnforceUniqueValues’: ‘false’,’StaticName’: ‘Group’}" }; [/code] … Read more
I’m often asked how to give the Microsoft Office 365 login page a branded and customised look and feel. It’s really easy so if you are using cloud only or AD synced users, you can apply branding to the login page. This method does not apply to ADFS as the login page is hosted on … Read more
For anyone using the new style SharePoint lists, there is now a new action for Microsoft Flow integration. It’s a really cool product that integrates all the Office 365 products (and more) into your workflow. SharePoint Designer workflows still have their place but the Microsoft Flow interface offers rich functionality and is easy to view … Read more
It’s finally been released as a preview! Please note that backwards compatibility will not be supported so don’t start any production work yet, this is for testing and feedback only! It can be downloaded from GitHub now, I go through the process below but the official instructions are here (and really straightforward): https://github.com/SharePoint/sp-dev-docs/wiki/Setup-your-machine Getting familiar … Read more