Get-SPOStructuralNavigationCacheWebState
Ottenere lo stato di memorizzazione nella cache dello spostamento strutturale per un Web.
Sintassi
Get-SPOStructuralNavigationCacheWebState
-WebUrl <String>
[<CommonParameters>]
Descrizione
Il cmdlet Get-SPOStructuralNavigationCacheWebState può essere usato per determinare se la memorizzazione nella cache degli spostamenti strutturali è abilitata o disabilitata per un Web in una raccolta siti. Altre informazioni.
Esempio
Esempio 1
PS C:\> Get-SPOStructuralNavigationCacheWebState -weburl "https://contoso.sharepoint.com/sites/product/electronics"
In questo esempio viene verificato se la memorizzazione nella cache degli spostamenti strutturali è abilitata per il Web https://contoso.sharepoint.com/sites/product/electronics. Se la memorizzazione nella cache è abilitata, restituirà True. Se la memorizzazione nella cache è disabilitata, restituirà False.
Parametri
-WebUrl
Specifica l'URL assoluto per il Web da controllare per il relativo stato di memorizzazione nella cache.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Input
None
Output
System.Object
Note
Per visualizzare gli esempi, digitare: "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"