Saturday, September 14, 2013

List all the databases currently used by SharePoint 2013 farm using Powershell


Powershell commands to 
1. Gets a list of all the databases currently used by SharePoint 2013 farm

Get-SPDatabase | Sort-Object Name | Format-Table Name

2. Gets a list of the content databases

Get-SPContentDatabase | Sort-Object Name | Format-Table Name

No comments:

Post a Comment