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…

Delete and Restore SharePoint Site Using PowerShell in SharePoint Online

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

Rename Site and change site url in SharePoint Online Using PowerShell

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

Find SharePoint Online user or security group accounts in your Site Using PowerShell

Στο σημερινό άρθρο θα σας δείξω με πόσο εύκολο τρόπο και χρήση της PowerShell μπορούμε να αντλήσουμε πληροφορίες για τα Group Και τους χρήστες του active directory Που έχουν κάποιου είδους δικαιώματα στο SharePoint Online μας Αρχικά θα πρέRead More…

Find Hub Sites and Home page in SharePoint Online Using PowerShell

Στο σημερινό άρθρο θα σας δείξω με χρήση PowerShell πως μπορούμε να δούμε ποια είναι τα hub sites αλλά και το home site για τον οργανισμό μας Είναι σαφές ότι δεν είναι ξεκάθαρη σε όλους η διαφορά μεταξύ ενός απλού site και ενός hub site . Read More…

Find types of themes and find which type of theme applied to your SharePoint Online Sites Using PowerShell

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

Get all the groups on the specified site collection in SharePoint Online Using PowerShell

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

Export user information from site user information list

In today’s article I will show you how easily we can use PowerShell to get data about a specific user in SharePoint Online enviroment .We will get information from site user information list First, in the PowerShell that follows, we need to enter our Tenant’s admin site and run it with administrator privileges The export of the data for this particular user will be done to a specific PRead More…