Get all SharePoint content databases using PS :

get-spcontentdatabas : This will give you all databased which are set to mode started in centarl admin

To get all use below command :
Get-SPWebApplication | ForEach {$_.ContentDatabases} | Select Name

Comments

Popular posts from this blog

Dataverse D365 REST Web Api using client secret From Postman or Power Automate desktop (PAD) .

Chrome Extension to auto refresh Power BI report.

How to call SharePoint online rest APIs using postman?