Tuesday, January 31, 2012

Need a list of All Sharepoint 2010 Database Names

Use the below script to list all the sharepoint 2010 Database names.  I used this to help me set up mirroring, as you will need a powershell script and the database name to set the database as a Mirror in Sharepoint 2010.


List Sharepoint Databases
Get-SPDatabase | Sort-Object disksizerequired -desc | Format-Table Name

No comments:

Post a Comment