Skip to Content
EmailSharepointActive Sites

Active Sites

Manage SharePoint sites across your organization. Create team sites and communication sites, configure settings, monitor storage, and maintain site health. OpsPilot365 provides cross-tenant visibility into all SharePoint sites with bulk management capabilities.

Site Overview

Dashboard metrics provide a snapshot of your SharePoint environment:

MetricCountDescription
Total Sites156All SharePoint sites across the tenant
Team Sites89Group-connected collaboration sites
Communication Sites42Publishing and broadcast sites
Hub Sites25Sites that connect related sites for navigation

Site Types

Team Site

Connected to a Microsoft 365 group for team collaboration. Includes shared mailbox, calendar, and Planner.

  • Group-connected with shared resources
  • Private by default
  • Ideal for team collaboration and project work
  • Automatic provisioning when a Team is created

Communication Site

Broadcast information to a broad audience. No group connection. Designed for news, events, and resources.

  • No group connection
  • Publish-focused with polished design templates
  • Broad reach across the organization
  • Ideal for intranets, news, and announcements

All Sites

Site NameURLTypeStorageLast ActivityStatus
Marketing Teamsites/marketingTeam12.4 GB2 hours agoActive
Company Intranetsites/intranetCommunication8.7 GB1 day agoActive
Project Phoenixsites/projectphoenixTeam45.2 GB5 hours agoActive
Old Projects Archivesites/oldprojectsTeam78.3 GB6 months agoInactive

Site Creation

Create new sites by specifying:

  • Site Name — Display name for the site
  • Site Type — Team site (group-connected), Communication site, or Team site (no group)
  • Site Address — URL path (e.g., contoso.sharepoint.com/sites/site-url)
  • Privacy — Private (only members can access) or Public (anyone in the organization)

Site Settings

Storage Quota

Set maximum storage for each site. Default uses automatic pooled storage from the tenant allocation. Monitor usage against quota to prevent sites from running out of space.

Site Classification

Apply sensitivity labels and classifications for governance:

  • General — Standard content, default policies
  • Confidential — Restricted access, enhanced audit logging
  • Highly Confidential — Maximum restrictions, encryption required

Hub Sites

Hub sites connect related sites for unified navigation and search:

HubAssociated SitesDescription
Marketing Hub8 sitesAll marketing-related team and communication sites
HR Hub5 sitesHuman resources sites and policies

Hub sites provide:

  • Shared navigation bar across associated sites
  • Aggregated search across all hub members
  • Consistent look and feel with hub theme
  • News rollup from all associated sites

Inactive Sites

Sites with no activity in the last 90 days require attention:

SiteLast ActivityStorageOwnerActions
Old Projects Archive6 months ago78.3 GBjohn@contoso.comArchive or Delete
Test Site 20238 months ago2.1 GBjane@contoso.comArchive or Delete

Best Practices

  • Use team sites for collaboration — Team sites with group connectivity provide the richest collaboration experience
  • Use communication sites for publishing — Communication sites are optimized for broadcasting information to large audiences
  • Implement site lifecycle policies — Automatically identify and handle inactive sites to manage storage and security
  • Organize with hub sites — Use hubs to create logical groupings and improve discoverability

Note: Regularly review inactive sites. Archiving or deleting unused sites reduces storage costs and minimizes security surface area.

API Reference

# List all sites GET /api/sharepoint/sites
# Create new site POST /api/sharepoint/sites
# Get site details GET /api/sharepoint/sites/:id
# Delete site DELETE /api/sharepoint/sites/:id
# List inactive sites GET /api/sharepoint/sites/inactive
Last updated on