You can use the Get-SPDatabase cmdlet to display information about the SharePoint databases.
PS > Get-SPDatabase
The example above displays all SharePoint databases. If you want to display a specific Database, use the identity parameter followed by the database ID.
PS > Get-SPDatabase -Identity f9213ca2-3604-42e5-b6cf-92740fbed83a
No comments:
Post a Comment