In this blog you will see how to set the SharePoint Online site collection properties using Powershell.
Syntax:
Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]
Set-SPOSite -Identity https://c986.sharepoint.com/ -Title "Title Updated"
Output:
Updated the site title property to "Title Updated".