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…

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…

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…

ENG -Remove Custom Tenant Theme in SharePoint Online Using PowerShell

In today’s article I will show you how using PowerShell we can delete a custom theme that we have made apply to our tenant First we need to see what are the names of the themes we have applied in the past In our case we have created 3 custom themes but finally we have decided to keep only the theme that has the title custom 1 First we select the home site in our SharePoint and then from Read More…

Save Email attachments to SharePoint and delete the email Using Power Automate

Στο σημερινό άρθρο θα δούμε μια αυτοματοποιημένη διαδικασία για το πως μπορούμε να δημιουργήσουμε ένα automate το οποίο θα αποθηκεύει τα συνημμένα ενός email στο SharePoint και έπειτα θα διαγραφεί το mail από το λογαριασμό μας ΑρRead More…

Create a Planner Task for a selected item in SharePoint Using Power Automate

Στο σημερινό άρθρο θα δούμε με ποιον τρόπο μπορούμε να δημιουργήσουμε ένα task στο tasks μετά από επιλογή κάποιου συγκεκριμένου item από μια λίστα του SharePoint To automate που θα δημιουργήσουμε είναι το παρακάτω Αρχικά συνδεόRead More…