You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
+74-52Lines changed: 74 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ PS C:\> {{ Add example code here }}
60
60
## PARAMETERS
61
61
62
62
### -BccExternalSharingInvitations
63
-
Enables the BCC for External Sharing feature.
64
-
When the feature is enabled, all external sharing invitations will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList.
63
+
When the feature is enabled, all external sharing invitations that are sent will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList.
65
64
66
-
Accepts a value of true (enabled) or false (disabled).
67
-
By default this feature is set to false.
65
+
The valid values are:
66
+
False (default) - BCC for external sharing is disabled.
67
+
True - All external sharing invitations that are sent will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList.
Creates a Shared with Everyone folder in every user's new OneDrive for Business document library.
200
218
201
-
The default value is True which mean the folder is created.
202
-
203
-
A value of False means no folder is created when the site and OneDrive for Business document library is created.
219
+
The valid values are:
220
+
True (default) - The Shared with Everyone folder is created.
221
+
False - No folder is created when the site and OneDrive for Business document library is created.
204
222
205
-
The default behavior of the Shared with Everyone folder is changing in August 2015.
223
+
The default behavior of the Shared with Everyone folder changed in August 2015.
206
224
For additional information about the change, see Provision the Shared with Everyone folder in OneDrive for Business (https://support.office.com/en-us/article/Provision-the-Shared-with-Everyone-folder-in-OneDrive-for-Business-6bb02c91-fd0b-42ba-9457-3921cb6dc5b2?ui=en-US&rs=en-US&ad=US)
False- When a document is shared with an external user, [email protected], it can be accepted by any user with access to the invitation link in the original e-mail.
229
-
230
242
Administrators who desire increased control over external collaborators should consider enabling this feature.
231
243
232
-
This only applies to new external users accepting new sharing invitations.
244
+
Note, this only applies to new external users accepting new sharing invitations. Also, the resource owner must share with an organizational or Microsoft account or the external user will be unable to access the resource.
233
245
234
-
The resource owner must share with an organizational or Microsoft account or the external user will be unable to access the resource.
246
+
The valid values are:
247
+
False (default) - When a document is shared with an external user, [email protected], it can be accepted by any user with access to the invitation link in the original e-mail.
Determines what level of sharing is available for the site.
273
-
The possible values are: Disabled - external user sharing (share by email) and guest link sharing are both disabled, ExternalUserSharingOnly - external user sharing (share by email) is enabled, but guest link sharing is disabled, or ExternalUserAndGuestSharing - external user sharing (share by email) and guest link sharing are both enabled.
287
+
288
+
The valid values are:
289
+
ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled.
290
+
Disabled - External user sharing (share by email) and guest link sharing are both disabled.
291
+
ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled.
274
292
275
293
For more information about sharing, see Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
Enables the administrator to hide the All Users claim groups in People Picker.
292
-
When users share an item with "All Users (x)", it is accessible to all organization members in the tenant's Azure Active Directory who have authenticated with variable.
293
-
For example, "All Users (x)" shares with users who have used NTLM to authentication with SharePoint.
294
-
295
-
The valid values are:
296
-
297
-
True- The All Users claim groups are displayed in People Picker.
298
310
299
-
False- The All Users claim groups are hidden in People Picker.
311
+
When users share an item with "All Users (x)", it is accessible to all organization members in the tenant's Azure Active Directory who have authenticated with via this method. When users share an item with "All Users (x)" it is accessible to all organtization members in the tenant that used NTLM to authentication with SharePoint.
300
312
301
-
The default value is True.
313
+
Note, the All Users (authenticated) group is equivalent to the Everyone claim, and shows as Everyone.
314
+
To change this, see -ShowEveryoneClaim.
302
315
303
-
All Users (authenticated) is equivalent to the Everyone claim.
316
+
The valid values are:
317
+
True (default) - The All Users claim groups are displayed in People Picker.
318
+
False - The All Users claim groups are hidden in People Picker.
Enables the administrator to hide the Everyone claim in the People Picker.
320
335
When users share an item with Everyone, it is accessible to all authenticated users in the tenant's Azure Active Directory, including any active external users who have previously accepted invitations.
321
336
322
-
The valid values are:
323
-
324
-
True- The Everyone claim group is displayed in People Picker.
337
+
Note, that some SharePoint system resources such as templates and pages are required to be shared to Everyone and this type of sharing does not expose any user data or metadata.
325
338
326
-
Some SharePoint system resources such as templates and pages are required by be shared to Everyone and this type of sharing does not expose any user data or metadata.
327
-
328
-
The default value is True.
339
+
The valid values are:
340
+
True (default) - The Everyone claim group is displayed in People Picker.
341
+
False - The Everyone claim group is hidden from the People Picker.
329
342
330
343
```yaml
331
344
Type: Boolean
@@ -335,7 +348,7 @@ Applicable: SharePoint Online
335
348
336
349
Required: False
337
350
Position: Named
338
-
Default value: None
351
+
Default value: True
339
352
Accept pipeline input: False
340
353
Accept wildcard characters: False
341
354
```
@@ -345,28 +358,25 @@ Enables the administrator to hide the "Everyone except external users" claim in
345
358
When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant's Azure Active Directory, but not to any users who have previously accepted invitations.
346
359
347
360
The valid values are:
348
-
349
-
True - The Everyone except external users is displayed in People Picker.
350
-
361
+
True (default) - The Everyone except external users is displayed in People Picker.
351
362
False - The Everyone except external users claim is not visible in People Picker .
352
363
353
-
The default value is True.
354
-
355
364
```yaml
356
365
Type: Boolean
366
+
357
367
Parameter Sets: (All)
358
368
Aliases:
359
369
Applicable: SharePoint Online
360
370
361
371
Required: False
362
372
Position: Named
363
-
Default value: None
373
+
Default value: True
364
374
Accept pipeline input: False
365
375
Accept wildcard characters: False
366
376
```
367
377
368
378
### -SignInAccelerationDomain
369
-
Specifies home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process.
379
+
Specifies the home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process.
370
380
371
381
When the organization uses a third-party identity provider, this prevents the user from seeing the Azure Active Directory Home Realm Discovery web page and ensures the user only sees their company's Identity Provider's portal.
372
382
This value can also be used with Azure Active Directory Premium to customize the Azure Active Directory login page.
@@ -377,6 +387,10 @@ This value should be configured with the login domain that is used by your compa
377
387
378
388
If your company has multiple third-party identity providers, configuring the sign-in acceleration value will break sign-in for your organization.
379
389
390
+
The valid values are:
391
+
"" (default) - Blank by default, this will also remove or clear any value that has been set.
0 commit comments