Get-SpSite
I am trying to find powershell syntax to list all the site collection for a given content database. Is there 1 line syntax for this?
Thanks
|
Get-SpSite I am trying to find powershell syntax to list all the site collection for a given content database. Is there 1 line syntax for this? Thanks |
|||
|
|
|
You can use the ContentDatabase parameter of Get-SPSite
|
|||
|
|