Skip to content

Commit 37af70f

Browse files
Merge branch 'main' into main
2 parents 843271e + 04490bc commit 37af70f

File tree

6 files changed

+275
-93
lines changed

6 files changed

+275
-93
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Anyone who is interested can contribute to the topics. When you contribute, your work will go directly into the content set after being merged. It will then be published to [Microsoft Learn](https://learn.microsoft.com/) and you will be listed as a contributor at: <https://github.com/MicrosoftDocs/OfficeDocs-SharePoint-PowerShell/graphs/contributors>.
66

7+
If you get stuck and are a Microsoft employee or vendor, post a message to [Ask an Admin](https://aka.ms/askanadmin).
8+
79
### Quickly update an article using GitHub.com
810

911
Contributors who only make infrequent or small updates can edit the file directly on GitHub.com without having to install any additional software. This article shows you how. [This two-minute video](https://learn-video.azurefd.net/vod/player?id=b5167c5a-9c69-499b-99ac-e5467882bc92) also covers how to contribute.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Returns container type configurations in a SharePoint Embedded application.
17+
Use this cmdlet to read the configuration values set on the container type.
1818

1919
## SYNTAX
2020

2121
### ParamSet1
2222

2323
```powershell
24-
Get-SPOContainerTypeConfiguration [-ContainerTypeId <ContainerTypeId>]
24+
Get-SPOContainerTypeConfiguration -ContainerTypeId <Guid> [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
2828

29-
The `Get-SPOContainerTypeConfiguration` cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application.
29+
The `Get-SPOContainerTypeConfiguration` cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application. This can either be the default value or the previously set value on the container type.
3030

31-
You must be a SharePoint Administrator or Global Administrator to run this cmdlet.
31+
You must be a SharePoint Embedded Administrator to run this cmdlet.
3232

3333
## EXAMPLES
3434

@@ -58,6 +58,10 @@ Default value: None
5858
Accept pipeline input: False
5959
Accept wildcard characters: False
6060
```
61+
### CommonParameters
62+
63+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
64+
6165

6266
## RELATED LINKS
6367

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

Lines changed: 31 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,8 @@ This cmdlet enables the administrator to check status of all active and availabl
1919

2020
## SYNTAX
2121

22-
```powershell
23-
Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId <Guid>] [-FullDetails] [-Action <ActionType>] [-InsightsSummary <Boolean>]
2422
```
25-
26-
## SYNTAX
27-
28-
```powershell
29-
Get-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy [-ReportId <Guid>] [-Content <ContentType>] [-Action <ActionType>]
23+
Get-SPORestrictedAccessForSitesInsights [-RACProtectedSites] [-ActionsBlockedByPolicy] [-ReportId <Guid>] [-Action <ActionType>] [-InsightsSummary] [-FullDetails] [-Content <SPOActionsBlockedByRACPolicyInsightType>] [<CommonParameters>]
3024
```
3125

3226
## DESCRIPTION
@@ -80,16 +74,16 @@ Example 3 enables administrator to view the report containing top sites with acc
8074

8175
## PARAMETERS
8276

83-
### -RACProtectedSites
77+
### -Action
8478

85-
It is an optional parameter, and it specifies the type of report to be viewed or downloaded.
79+
It is an optional parameter, and it specifies whether to view or download a specific report.
8680

8781
```yaml
88-
Type: SwitchParameter
82+
Type: ActionType
8983
Parameter Sets: (All)
90-
Aliases:
91-
Applicable: SharePoint Online
92-
84+
Aliases:
85+
Accepted values: View, Download
86+
9387
Required: False
9488
Position: Named
9589
Default value: None
@@ -104,97 +98,92 @@ It is an optional parameter, and it specifies the type of report to be viewed or
10498
```yaml
10599
Type: SwitchParameter
106100
Parameter Sets: (All)
107-
Aliases:
108-
Applicable: SharePoint Online
109-
101+
Aliases:
102+
110103
Required: False
111104
Position: Named
112105
Default value: None
113106
Accept pipeline input: False
114107
Accept wildcard characters: False
115108
```
116109
117-
### -ReportId
110+
### -Content
118111
119-
It is an optional parameter, and it specifies the unique Id of the report to be viewed or downloaded.
112+
It is an optional parameter, and it specifies the subtype of the report to be viewed or downloaded.
120113
121114
```yaml
122-
Type: Guid
115+
Type: SPOActionsBlockedByRACPolicyInsightType
123116
Parameter Sets: (All)
124117
Aliases:
125-
Applicable: SharePoint Online
126-
118+
Accepted values: AllDenials, TopSites, TopUsers, SiteDistribution
119+
127120
Required: False
128121
Position: Named
129122
Default value: None
130123
Accept pipeline input: False
131124
Accept wildcard characters: False
132125
```
133126
134-
### -InsightsSummary
127+
### -FullDetails
135128
136-
It is an optional parameter, and it specifies the subtype of the report to be viewed or downloaded.
129+
It is an optional parameter and allows to download a CSV file containing up to 1 million records.
137130
138131
```yaml
139-
Type: Bool
132+
Type: SwitchParameter
140133
Parameter Sets: (All)
141134
Aliases:
142-
Applicable: SharePoint Online
143-
135+
144136
Required: False
145137
Position: Named
146-
Default value: True
138+
Default value: None
147139
Accept pipeline input: False
148140
Accept wildcard characters: False
149141
```
150142
151-
### -Content
143+
### -InsightsSummary
152144
153145
It is an optional parameter, and it specifies the subtype of the report to be viewed or downloaded.
154146
155147
```yaml
156-
Type: ContentType
148+
Type: SwitchParameter
157149
Parameter Sets: (All)
158150
Aliases:
159-
Applicable: SharePoint Online
160-
151+
161152
Required: False
162153
Position: Named
163154
Default value: None
164155
Accept pipeline input: False
165156
Accept wildcard characters: False
166157
```
167158
168-
### -Action
159+
### -RACProtectedSites
169160
170-
It is an optional parameter, and it specifies whether to view or download a specific report.
161+
It is an optional parameter, and it specifies the type of report to be viewed or downloaded.
171162
172163
```yaml
173-
Type: ActionType
164+
Type: SwitchParameter
174165
Parameter Sets: (All)
175166
Aliases:
176-
Applicable: SharePoint Online
177-
167+
178168
Required: False
179169
Position: Named
180170
Default value: None
181171
Accept pipeline input: False
182172
Accept wildcard characters: False
183173
```
184174
185-
### -FullDetails
175+
### -ReportId
186176
187-
It is an optional parameter and allows to download a CSV file containing up to 1 million records.
177+
It is an optional parameter, and it specifies the unique Id of the report to be viewed or downloaded.
188178
189179
```yaml
190-
Type: SwitchParameter
180+
Type: Guid
191181
Parameter Sets: (All)
192182
Aliases:
193-
Applicable: SharePoint Online
194-
183+
195184
Required: False
196185
Position: Named
197-
Default value: False
186+
Default value: None
198187
Accept pipeline input: False
199188
Accept wildcard characters: False
200189
```

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This example disables the override sharing capability, aligning this SharePoint
5959
### Example 2
6060

6161
```powershell
62-
Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -OverrideTenantSharingCapability $true -SharingCapability -Disabled
62+
Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -OverrideTenantSharingCapability $true -SharingCapability Disabled
6363
```
6464

6565
This example enables the override, restricting file sharing within the SharePoint Embedded application to internal company users only, regardless of the broader SharePoint Online tenant settings.
@@ -68,7 +68,7 @@ This example enables the override, restricting file sharing within the SharePoin
6868

6969
```powershell
7070
Set-SPOTenant -EnableAzureADB2BIntegration $true
71-
Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -OverrideTenantSharingCapability $true -SharingCapability -ExternalUserandGuestSharing
71+
Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -OverrideTenantSharingCapability $true -SharingCapability ExternalUserandGuestSharing
7272
```
7373
This example demonstrates how to enable file sharing within the SharePoint Embedded application for external users. Note that B2B integration must be enabled to allow guest invitations to SharePoint Embedded apps.
7474

@@ -83,7 +83,7 @@ This example sets the host URLs for the application with Id 423poi45.
8383

8484
### -CopilotEmbeddedChatHosts
8585

86-
This parameter is used to add host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
86+
This parameter is used to add host URLs allowed to use the SharePoint Embedded application's declarative agent experience. This will always be a subset of permissible URLs set by the application's developer. To check the list of permissible URLs, use the `Get-SPOApplication` cmdlet.
8787

8888
```yaml
8989
Type: System.Collections.Generic.List`1[System.String]

0 commit comments

Comments
 (0)