Skip to content

Commit 76a4642

Browse files
authored
Merge pull request MicrosoftDocs#634 from tseward/patch-321
Update Set-SPMicrofeedOptions.md
2 parents 7cfaf80 + e34ac96 commit 76a4642

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Set-SPMicrofeedOptions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ Use the Set-SPMicrofeedOptions cmdlet to set the feed cache settings for the cur
2828

2929
### --------------------EXAMPLE---------------------
3030
```
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
3233
```
3334

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.
3536

3637

3738
## PARAMETERS

0 commit comments

Comments
 (0)