external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Retrieve Storage Entities / Farm Properties.
Get-PnPStorageEntity [-Key <String>]
[-Connection <SPOnlineConnection>]
PS:> Get-PnPStorageEntity
Returns all site storage entities/farm properties
PS:> Get-PnPTenantSite -Key MyKey
Returns the storage entity/farm property with the given key.
The key of the value to retrieve.
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
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