Hi All,
below commands are used to get the Site Collection details from the STSADM
Open Command Prompt as an Administrator
Type the below path to access the STSADM.exe and Press Enter
Type the below Command to get the Site Collection Details
below commands are used to get the Site Collection details from the STSADM
Open Command Prompt as an Administrator
Type the below path to access the STSADM.exe and Press Enter
cd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN"
Type the below Command to get the Site Collection Details
STSADM.exe -o enumsites -url "<Url of the web application>"
The above command will give you the following details 1. URL 2. Owner 3. Content Database 4. Used Storage(MB) 5. Warning Storage(MB)
Related Post
Powershell
- Delete Quick Links using Powershell
- delete/Add Top Navigation Links using Powershell
- Get CheckedOut Files from SharePoint 2013 and MOSS2007
- PowerShell::Get Content Database Size in SharePoint
- PowerShell :: Delete All List Items
- Powershell :: Apply Master Page to all sub sites under site collection
- Get Site Collections specific to a Content Database and Export to CSV
- Remove-SPSite 0x80070003 - Forcely delete Site Collection that cannot be deleted
- Check Whether PowerShell Process is 32-bit or 64-bit?
- How to send Email by using Powershell in SharePoint
- Create Site Column Using Power Shell and Server Object Model
- Admin SVC must be running in order to create deployment timer job
- WSP Deployments in SharePoint using Powershell
- Create Site Collection by using Power Shell
- Create Web Application by using Powershell
- Backup Site Collection/Sub site/List(Library) in Share Point
- WSP Backup from Central Administration in Share Point
- Deactivate/Delete Site Template through Power shell
0 comments:
Post a Comment