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…

Remove Custom Tenant Theme in SharePoint Online Using PowerShell

Στο σημερινό άρθρο θα σας δείξω πως με χρήση PowerShell μπορούμε να διαγράψουμε ένα custom theme το οποίο το έχουμε κάνει apply στο tenant μας Αρχικά θα πρέπει να δούμε ποια είναι τα ονόματα από τα Theme Που έχουμε κάνει apply στο παρελθRead More…

Enable and Disable Comments in SharePoint List Items Using PowerShell

Στο σημερινό άρθρο θα δούμε με ποιον τρόπο μπορούμε τη χρήση PowerShell να ενεργοποιούμε και να απενεργοποιούμε τα σχόλια σε μια λίστα Αρχικά θα πρέπει να έχουμε δικαιώματα διαχειριστή και στη λίστα και στην SharePoint Online ManageRead More…

Add and Remove App Catalog for SharePoint Site Collection Using PowerShell

Στο σημερινό άρθρο θα κάνουμε μια σύντομη αναφορά στην εντολή που κάνει add και Remove το app catalog από ένα site collection Πρόκειται για μια πολύ απλή εντολή όπου συντάσσεται όπως θα δείτε παρακάτω Connect-SPOService -Url https://mytenant-admin.sharepoinRead More…

Get Groups information for SharePoint Online site collection using PowerShell

Στο σημερινό άρθρο θα σας δείξω με πόσο εύκολο τρόπο μπορούμε να αντλήσουμε πληροφορίες σχετικά με τα groups τα οποία έχουν δικαιώματα με μια σελίδα του SharePoint Με τη χρήση powershell Μπορούμε να αντλήσουμε πληροφορίες για τα Read More…

Delete and Restore SharePoint Site Using PowerShell in SharePoint Online

Στο σημερινό άρθρο θα δούμε με ποιόν τρόπο μπορεί κανείς να διαγράψει ένα SharePoint site με χρήση PowerShell Πρόκειται για μια πολύ απλή διαδικασία στην οποίο με την εκτέλεση μιας απλής PowerShell διαγράφουμε το site Για την εκτέλεRead More…

Create and Add SharePoint Online Theme Using PowerShell

Στο σημερινό άρθρο θα σας δείξω με ποιον τρόπο μπορούμε να δημιουργήσουμε το custom theme της επιλογής μας και να το κάνουμε apply στο SharePoint Online μας Αρχικά θα πρέπει να δημιουργήσουμε το theme της επιλογής μας από το flunt ui theme designRead More…

Rename Site and change site url in SharePoint Online Using PowerShell

Στο σημερινό άρθρο θα σας δείξω με πόσο εύκολο τρόπο και με χρήση της powershell μπορούμε να αλλάξουμε το όνομα του ενός από τα site τα οποία έχουμε δημιουργήσει στο παρελθόν Αρχικά θα πρέπει να εντοπίσουμε το site που θέλουμεRead More…