Archive for May 22nd, 2012

Powershell to List Databases used in Sharepoint 2010

Posted May 22, 2012 By Kevin Bennett

Here is a simple PowerShell Command to list all databases used in SharePoint

 

[code]Get-SPDatabase | Sort-Object disksizerequired -desc | Format-Table Name | out-file c:\databases.txt[/code]

 
 
Be the first to comment
%d bloggers like this: