Get-SPOStructuralNavigationCacheWebState
Obtenga el estado de almacenamiento en caché de navegación estructural para una web.
Syntax
Get-SPOStructuralNavigationCacheWebState
-WebUrl <String>
[<CommonParameters>]
Description
El cmdlet Get-SPOStructuralNavigationCacheWebState se puede usar para determinar si el almacenamiento en caché de navegación estructural está habilitado o deshabilitado para una web en una colección de sitios. Más información.
Ejemplos
Ejemplo 1
PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"
En este ejemplo se comprueba si el almacenamiento en caché de navegación estructural está habilitado para la web https://contoso.sharepoint.com/sites/product/electronics. Si el almacenamiento en caché está habilitado, devolverá True. Si el almacenamiento en caché está deshabilitado, devolverá False.
Parámetros
-WebUrl
Especifica la dirección URL absoluta de la web que se está comprobando para su estado de almacenamiento en caché.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Entradas
None
Salidas
System.Object
Notas
Para ver los ejemplos, escriba: "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"