File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-server Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ Use the Set-SPMicrofeedOptions cmdlet to set the feed cache settings for the cur
28
28
29
29
### --------------------EXAMPLE---------------------
30
30
```
31
- Set-SPMicrofeedOptions -ProfileServiceApplicationProxy c6681d53-e6c4-432f-9f31-22d3de81b00c
31
+ PS C:\>$proxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -eq 'User Profile Service Application Proxy'}
32
+ PS C:\>Set-SPMicrofeedOptions -ProfileServiceApplicationProxy $proxy -MaxTags 4
32
33
```
33
34
34
- This example sets the settings for the specified User Profile Service Application Proxy.
35
+ This example sets the maximum tags per post and reply to 4 for the specified User Profile Service Application Proxy.
35
36
36
37
37
38
## PARAMETERS
You can’t perform that action at this time.
0 commit comments