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…

ENG – Add users and assign licenses from Microsoft 365 Admin Center

In today’s post we will see how we can create a new user in Azure Active Directory First there must be an active Microsoft 365 subscription. As long as we login then we select Admin In the next step we select active users Then we have to select add a user In the right pop-up menu in the first step we enter the first and last name of the user .The display name will returRead More…

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

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