Commands › SharePoint Online

Get-SPOStructuralNavigationCacheSiteState

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

Get the structural navigation caching state for a site collection.

Quick start script

# Get-SPOStructuralNavigationCacheSiteState — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Run and inspect
Get-SPOStructuralNavigationCacheSiteState -SiteUrl <String> | Format-List

# 3. Export for evidence / drift tracking
Get-SPOStructuralNavigationCacheSiteState | Export-Clixml .\SPOStructuralNavigationCacheSiteState-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SPOStructuralNavigationCacheSiteState -SiteUrl <String> [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-SiteUrl String yes ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction,...

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.