Skip to content

Commit 7b01cc6

Browse files
authored
Merge branch 'main' into nabeelnaiyer-addnewdocs
2 parents bbcd890 + df5c998 commit 7b01cc6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOEnterpriseAppInsightsReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If this cmdlet is executed with `-ReportId` as parameter, the top 100 records of
4444
| AppID | The AppID of the 3P application. |
4545
| AppPermissions | The permissions granted to the 3P application. |
4646
| RequestVoulme | The number of times the 3P application accessed the given SharePoint site. |
47+
| CallType | The call type used by the 3P application to access the SharePoint site. |
48+
| PoliciesOnSite | The list of premium policies applied on the SharePoint site. |
4749

4850
If this cmdlet is executed with both the parameters, i.e. `-ReportId` and `-Action`, and if the value of `-Action` is set as `View`, it will display the same result as described above. If the value of `-Action` is set to `Download`, it will download the full report in CSV format to the same path from where the command was run.
4951

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ Accept wildcard characters: False
18391839

18401840
> Applicable: SharePoint Online
18411841

1842-
Lets administrators choose the default permission of the link in the sharing dialog box in OneDrive for Business and SharePoint Online. This applies to anonymous access, internal and direct links.
1842+
Lets administrators choose the default permission of the link in the sharing dialog box in OneDrive for Business and SharePoint Online. This applies to anonymous access, organization, and specific people links.
18431843

18441844
The valid values are View and Edit (default).
18451845

@@ -1894,9 +1894,9 @@ For additional information about how to change the default link type, see Change
18941894

18951895
The valid values are:
18961896

1897-
- None - Respect the organization default sharing link type
1897+
- None - Use the widest sharing scope permitted by other sharing settings
18981898
- Direct - Sets the default sharing link for this site to the Specific people link
1899-
- Internal - Sets the default sharing link for this site to the organization link or company shareable link
1899+
- Internal - Sets the default sharing link for this site to the organization link
19001900
- AnonymousAccess - Sets the default sharing link for this site to an Anonymous Access or Anyone link
19011901

19021902
```yaml

0 commit comments

Comments
 (0)