Commands › SharePoint Online

Get-SPOStructuralNavigationCacheWebState

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

Get the structural navigation caching state for a web.

Quick start script

# Get-SPOStructuralNavigationCacheWebState — 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-SPOStructuralNavigationCacheWebState -WebUrl <String> | Format-List

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

Syntax

Get-SPOStructuralNavigationCacheWebState -WebUrl <String> [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-WebUrl 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.