Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.14 KB

Get-PnPStorageEntity.md

File metadata and controls

62 lines (45 loc) · 1.14 KB
external help file applicable schema
SharePoint Online
2.0.0

Get-PnPStorageEntity

SYNOPSIS

Retrieve Storage Entities / Farm Properties.

SYNTAX

Get-PnPStorageEntity [-Key <String>]
                     [-Connection <SPOnlineConnection>]

EXAMPLES

------------------EXAMPLE 1------------------

PS:> Get-PnPStorageEntity

Returns all site storage entities/farm properties

------------------EXAMPLE 2------------------

PS:> Get-PnPTenantSite -Key MyKey

Returns the storage entity/farm property with the given key.

PARAMETERS

-Key

The key of the value to retrieve.

Type: String
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices