Gets a list of all the databases currently used by SharePoint farm :
Get-SPDatabase | Sort-Object Name | Format-Table Name
Gets a list of the content databases :
Get-SPContentDatabase | Sort-Object Name | Format-Table Name
Gets a list of all the databases currently used by SharePoint farm :
Get-SPDatabase | Sort-Object Name | Format-Table Name
Gets a list of the content databases :
Get-SPContentDatabase | Sort-Object Name | Format-Table Name
Comentarios