Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1018 Bytes

Remove-PnPStorageEntity.md

File metadata and controls

55 lines (40 loc) · 1018 Bytes
external help file applicable schema
SharePoint Online
2.0.0

Remove-PnPStorageEntity

SYNOPSIS

Remove Storage Entities / Farm Properties.

SYNTAX

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

EXAMPLES

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

PS:> Remove-PnPStorageEntity -Key MyKey 

Removes an existing storage entity / farm property

PARAMETERS

-Key

The key of the value to set.

Type: String
Parameter Sets: (All)

Required: True
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