Get-SPOStructuralNavigationCacheWebState

Obtenir l’état de mise en cache de la navigation structurelle pour un site web.

Syntax

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

Description

L’applet de commande Get-SPOStructuralNavigationCacheWebState peut être utilisée pour déterminer si la mise en cache de la navigation structurelle est activée ou désactivée pour un site web dans une collection de sites. En savoir plus.

Exemples

Exemple 1

PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"

Cet exemple vérifie si la mise en cache structurelle de la navigation est activée pour le web https://contoso.sharepoint.com/sites/product/electronics. Si la mise en cache est activée, elle retourne la valeur True. Si la mise en cache est désactivée, elle retourne False.

Paramètres

-WebUrl

Spécifie l’URL absolue du site web à vérifier pour son état de mise en cache.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

Entrées

None

Sorties

System.Object

Notes

Pour afficher les exemples, tapez : « get-help Get-SPOStructuralNavigationCacheWebState -examples ».

For more information, type: "get-help Get-SPOStructuralNavigationCacheWebState -detailed". 

For technical information, type: "get-help Get-SPOStructuralNavigationCacheWebState -full". 

For online help, type: "get-help Get-SPOStructuralNavigationCacheWebState -online"