Created
November 5, 2018 16:19
-
-
Save MagicAndi/a078183042b427eb84c8e7b08583c88f to your computer and use it in GitHub Desktop.
List site collections and associated content databases for a web application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-SPSite -limit all -WebApplication <Web Application URL> | Select Url, ContentDatabase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment