Skip to content

Commit 39d5f32

Browse files
committed
fix requested changes
1 parent 6279661 commit 39d5f32

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoapplication
5-
applicable: SharePoint Online
5+
applicable: SharePoint
66
title: Get-SPOApplication
77
schema: 2.0.0
88
author: cindylay
@@ -34,7 +34,6 @@ Get-SPOApplication [[-OwningApplicationId] <OwningApplicationid>] [[-Application
3434

3535
The `Get-SPOApplication` cmdlet retrieves and returns SharePoint Embedded applications of all publishers registered in a tenant that match the given criteria. You must be a SharePoint Administrator to run the cmdlet. For permissions and the most current information about Windows PowerShell, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3636

37-
3837
## EXAMPLES
3938

4039
### Example 1
@@ -51,7 +50,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
5150
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
5251
```
5352

54-
Example 2 provides details about the owning application in the specified tenant. It returns `Applications`, which includes the list of guest application IDs with permissions to the owning application, as well as the `SharingCapability` settings and the OverrideTenantSharingCapability status
53+
Example 2 provides details about the owning application in the specified tenant. It returns Applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings and the OverrideTenantSharingCapability status
5554

5655
### Example 3
5756

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplicationPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spoapplicationpermission
5-
applicable: SharePoint Online
5+
applicable: SharePoint
66
title: Set-SPOApplicationPermission
77
schema: 2.0.0
88
author: cindylay

0 commit comments

Comments
 (0)