Enable the Microsoft Loop app for your Tenant

In today’s article we will see how we can activate Microsoft Loop Preview on our tenant First we need to create a group in Azure Active Directory which will contain the users we want to apply this activation to With the usual procedure from Azure Active Directory we create our group I have named it for this employees guide Choose Admin from the left pane and then choose AzureRead More…

Push Content Types To Hub Sites In SharePoint Online And Apply It On The Associated Sites With The Hub, Using Microsoft Syntex

In today’s article we will see how we can push a content type to a hub site in SharePoint so that we can find the specific content type in our document libraries in every child site of the hubFirst select the SharePoint admin center and from there select Content type Gallery under Content services Then we have to select the content type we want to push to our Hubsite and then we have Read More…

Create Blank Canvas Power App and Connect SharePoint List

In today’s article we will see how to create a power app and how to connect it to a SharePoint ListFirst we need to login to M365 and select Power Apps In the next step we need to create a new power app blank In the next step we need to choose Blank Canvas App and press Create At first we will have to give a new name to our Power app and then choose the layout wRead More…

Create file in SharePoint folder ,copy it in another SharePoint folder and delete the original file using Power Automate

In today’s article we will see how to transfer files from one sharepoint library folder to another sharepoint library folder using powerautomate from the available templatesFirst we select the folder in the library that we want to upload an archive to be moved to another folder and at the same time delete it from the folder where we originally chose to upload the archive Select from the avRead More…

Create Approval with SharePoint List and Power Automate

in today’s article we will see together how we can make an approval using power automate every time someone adds a new item to a SharePoint list first we need to Login to our M365 Subscription and then select power automates from the available SharePoint templates select Start approval when a new item is added choose continue and then open the connections with outlook ShaRead More…

What is Cloud Computing , IaaS, PaaS, SaaS and Shared Responsibility Model in Microsoft Azure

With today’s article I would like to make a new start and deal with cloud technologiesIn recent years we often hear the term cloud computingWhat is cloud computing really ? Let’s take it from the beginning and solve our questionsCloud computing is a model of providing computing services that are done over the internet .And what do we mean by the term computing services ?By this term we mean a ranRead More…

Use AI to Classified Data in SharePoint Introduction to Microsoft Syntex

In today’s article I will present another product with which we can integrate with SharePoint and perform a series of actions using artificial intelligence. Microsoft Syntex is a content understanding, processing, and compliance service that uses intelligent document processing, content artificial intelligence (AI), and advanced machine learning to automatically and thoughtfully find, organizeRead More…

Basic Knowledge to set up Microsoft Viva Goals

Ιn today’s article we will make an introduction to Microsoft Viva GoalsFirst of all, it should be noted that Viva Goals is a service that requires an active subscription Ιn order to better understand the operation of viva Goals we need to focus on two main reasons The first one is objectives and the second one is key results https://learn.microsoft.com/en-us/viva/goals/get-to-know-okrsRead More…

Create Site Collection,Document Library,Folders and Subfolders in the same Script Using PowerShell in Sharepoint Online

In today’s article we will see how we can create a new site collection, then a new library and then a series of folders and subfolders using PowerShell in SharePoint OnlineAll these actions could be done from the front end in the following simple wayFirst either from the admin center or from the SharePoint home page select create new site then we will have to enter the data in each fieRead More…

3 Ways to get names and urls for all SharePoint Sites Using Powershell ,Admin Center and Exported csv file

In today’s article I will show you how we can get information about the sites we have created in our sharepoint onlineWhat we need is a list with the name of each site and the email address of each one individuallyFirst we need to run the following PowerShell with administrator privileges # Connect to SharePoint Online Connect-SPOService -Url “https://mytenant-admin.sharepoint.com” # GRead More…