Question

Is there a way I could view the list of Site Collection under a specific Content Database?

Doing it one-by-one on Central Admin is not desirable since there's a lot.

Was it helpful?

Solution

Yep!

(Get-SPContentDatabase DatabaseName).Sites

That will output a list of URLs.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top