Posts

Showing posts from 2015
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