external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Set Storage Entities / Farm Properties.
Set-PnPStorageEntity -Key <String>
-Value <String>
-Comment <String>
-Description <String>
[-Connection <SPOnlineConnection>]
PS:> Set-PnPStorageEntity -Key MyKey -Value "MyValue" -Comment "My Comment" -Description "My Description"
Sets an existing or adds a new storage entity / farm property
The comment to set.
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False
The description to set.
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False
The key of the value to set.
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False
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