Create Hub Site for SharePoint Online

A few steps are required to convert a modern site to a Hub Site. First download last version of SharePoint Online Management Shell from that link: https://www.microsoft.com/fr-fr/download/details.aspx?id=35588 Secondly connect to user tenant using the Admin SharePoint tenant url as shown below, add use the command: Connect-SPOService. Finaly execute the new function "Register-SPOHubSite" and specify the SharePoint … Continue reading Create Hub Site for SharePoint Online

Creating a SharePoint Hub Site

Register the new Communication site as a Hub Site (via PowerShell)

Download and install the latest SharePoint Online PowerShell Console (uninstall the old one first if you have it)
Run the console and connect to your Office 365 Tenant
Run this PowerShell command:
Register-SPOHubSite https://tenantname.sharepoint.com/sites/commsiteurl
Replace tenantname and commsiteurl with those from your site

SharePoint lightbulb moments

Hub Site functionality is rolling out to “Targeted Release” Office 365 customers now, so it I thought I’d give it a quick test.

Step 1: Check you are on “Targeted Release” in the Office 365 Admin Console > Settings > Organisation Profile.

Step 2: Go to SharePoint Home from the App Launcher and create a new Communication Site. Microsoft recommends using a Modern Communication site.

Step 3: Register the new Communication site as a Hub Site (via PowerShell)

Step 4: Create a new Modern Team or Communications site to test with

Step 5: In the new site, choose ‘Site Information’…

View original post 48 more words

Use column formating easily with Column Formater 1.2 Release

Learn what new with that awesome post from Krist Kent: "Column Formatter 1.2 is now available! Column Formatter is the Easy editor for modern listview Column Formatting. It is a free webpart available from SharePoint PnP that brings the full power of VS Code editing while providing easy to use templates and browsers all within … Continue reading Use column formating easily with Column Formater 1.2 Release

Create Folder & Update Metadata by using REST API C# for SharePoint Online

I faced a problem today, how to create Folder and Update Metadata by using C# but with the restriction of not using the lovely dll SharePoint.Client. The REST Api hopefuly can help us by providing function I need, but not so easy to work with that guy, if you forget to add a Header he … Continue reading Create Folder & Update Metadata by using REST API C# for SharePoint Online