Hi @Alison Slater ,
View all site collections in SharePoint Server:
- Farm Administrator Group: Ensure that your account is indeed a member of the Farm Administrators group. Sometimes, changes in group membership may take time to propagate, even if Active Directory refreshes overnight.
- PowerShell Command: If you're still unable to see all site collections, using PowerShell can be a more effective way to list them. You can run the following command in SharePoint Management Shell: This command will display all site collections across the web applications in your SharePoint farm.
Get-SPWebApplication | Get-SPSite -Limit All | Format-Table -Property URL,ContentDatabase
Result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.