Skip to content

Commit d1ca2e9

Browse files
authored
Merge pull request MicrosoftDocs#236 from tseward/patch-15
Update Add-SPProfileLeader.md
2 parents 17bb940 + e73e94c commit d1ca2e9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Add-SPProfileLeader.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,25 @@ Add-SPProfileLeader [-ProfileServiceApplicationProxy] <SPServiceApplicationProxy
1919
```
2020

2121
## DESCRIPTION
22-
This cmdlet was introduced in SharePoint Server 2013 with Service Pack 1 (SP1) and SharePoint Foundation 2013 with Service Pack 1 (SP1).
22+
This cmdlet was introduced in SharePoint Server 2010 Service Pack 1 (SP1).
2323

24-
Use the Add-SPProfileLeader cmdlet to add a user as the company leader.
24+
Use the `Add-SPProfileLeader` cmdlet to add a user as the company leader in the User Profile Service Application.
2525

26-
For additional information about SPProfileLeader cmdlets, see The *-SPProfileLeader Windows PowerShell cmdlets in SharePoint Server SP1 (http://go.microsoft.com/fwlink/p/?LinkId=226295) (http://go.microsoft.com/fwlink/p/?LinkId=226295).
26+
For additional information about SPProfileLeader cmdlets, see the \*-SPProfileLeader Windows PowerShell cmdlets in SharePoint Server http://go.microsoft.com/fwlink/p/?LinkId=226295.
2727

28-
After you use the Add-SPProfileLeader cmdlet to add a company leader, you have to complete a full crawl of your content sources for the changes to take effect.
28+
After you use the `Add-SPProfileLeader` cmdlet to add a company leader, you have to complete a full crawl of your content sources for the changes to take effect.
2929

30-
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
30+
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831.
3131

3232
## EXAMPLES
3333

3434
### ---------EXAMPLE------------
3535
```
36-
C:\PS>$upaProxy = Get-SPServiceApplicationProxy 1232b6f7-b9ff-99ad-0cd0-fg1g67h981aq
37-
38-
C:\PS>Add-SPProfileLeader -ProfileServiceApplicationProxy $upaProxy -Name "contoso\janedow"
36+
C:\PS>$upaProxy = Get-SPServiceApplicationProxy | where {$_.TypeName -eq 'User Profile Service Application Proxy'}
37+
C:\PS>Add-SPProfileLeader -ProfileServiceApplicationProxy $upaProxy -Name "contoso\janedoe"
3938
```
4039

41-
This example adds a company leader named, Jane Dow.
40+
This example adds a company leader named Jane Doe.
4241

4342
## PARAMETERS
4443

@@ -60,7 +59,7 @@ Accept wildcard characters: False
6059
6160
### -Name
6261
Specifies the account name to be added as a leader for the new User Profile Service application.
63-
For example, Contoso\Joe.
62+
For example, contoso\janedoe.
6463
6564
```yaml
6665
Type: SPProfileLeaderPipeBind

0 commit comments

Comments
 (0)