Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 2.18 KB

File metadata and controls

92 lines (62 loc) · 2.18 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spostorageentity
applicable SharePoint Online
title Get-SPOStorageEntity
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPOStorageEntity

SYNOPSIS

Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets. This cmdlet is used to get a value in the property bag.

SYNTAX

Get-SPOStorageEntity [-Site] <SpoSitePipeBind> [-Key] <String> [<CommonParameters>]

DESCRIPTION

Use this cmdlet to get a value in the property bag.

EXAMPLES

Example 1

Get-SPOStorageEntity -Site "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomValues"

This example returns the whole entry in the property bag.

PARAMETERS

-Key

Applicable: SharePoint Online

The key in the property bag that should be returned.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Site

Applicable: SharePoint Online

URL to the tenant or site collection app catalog.

Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS