Skip to content

Commit d28325a

Browse files
authored
Update Register-SPAppPrincipal.md
removed references to SharePoint Online
1 parent 178ff25 commit d28325a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Register-SPAppPrincipal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Register-SPAppPrincipal
99

1010
## SYNOPSIS
11-
Lets an on-premise or SharePoint Online administrator register an app principal.
11+
Registers an app principal.
1212

1313

1414
## SYNTAX
@@ -19,7 +19,7 @@ Register-SPAppPrincipal -DisplayName <String> -NameIdentifier <String> -Site <SP
1919
```
2020

2121
## DESCRIPTION
22-
Use the `Register-SPAppPrincipal` cmdlet to let an on-premise farm or SharePoint Online administrator to register an app principal management service.
22+
Use the `Register-SPAppPrincipal` cmdlet to register an app principal management service.
2323

2424
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).
2525

@@ -29,10 +29,10 @@ For permissions and the most current information about Windows PowerShell for Sh
2929
### ------------------EXAMPLE-----------------------
3030
```
3131
PS C:\>$site = Get-SPSite "https://<urlofsite>"
32-
PS C:\>Register-SPAppPrincipal -site $site.root -NameIdentifier "00000003-0000-0ff1-ce00-000000000000@f686d426-8d16-42db-81b7-cb578e110ccd" -DisplayName "Contoso SharePoint Online"
32+
PS C:\>Register-SPAppPrincipal -site $site.root -NameIdentifier "00000003-0000-0ff1-ce00-000000000000@f686d426-8d16-42db-81b7-cb578e110ccd" -DisplayName "Contoso"
3333
```
3434

35-
This example registers the app principal named Contoso SharePoint Online.
35+
This example registers the app principal named Contoso.
3636

3737

3838
## PARAMETERS

0 commit comments

Comments
 (0)