external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Remove Storage Entities / Farm Properties.
Remove-PnPStorageEntity -Key <String>
[-Connection <SPOnlineConnection>]
PS:> Remove-PnPStorageEntity -Key MyKey
Removes an existing storage entity / farm property
The key of the value to set.
Type: String
Parameter Sets: (All)
Required: True
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