Get-SPOStructuralNavigationCacheWebState

Web の構造ナビゲーション キャッシュ状態を取得します。

構文

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

説明

Get-SPOStructuralNavigationCacheWebState コマンドレットを使用して、サイト コレクション内の Web に対して構造ナビゲーション キャッシュが有効または無効になっているかどうかを判断できます。 詳細情報 を参照してください。

例 1

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

この例では、Web https://contoso.sharepoint.com/sites/product/electronicsに対して構造ナビゲーション キャッシュが有効になっているかどうかを確認します。 キャッシュが有効になっている場合は、True が返されます。 キャッシュが無効になっている場合、False が返されます。

パラメーター

-WebUrl

キャッシュ状態を確認する Web の絶対 URL を指定します。

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

入力

None

出力

System.Object

メモ

例を表示するには、「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"