Skip to content

Commit cd9c132

Browse files
authored
Merge branch 'master' into patch-337
2 parents 3e667bf + 9f7ca15 commit cd9c132

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
9999
[-EmailAttestationReAuthDays <Int32>]
100100
[-BlockUserInfoVisibility]
101101
[-IncludeAtAGlanceInShareEmails]
102+
[-SyncAadB2BManagementPolicy <Boolean>]
102103
[<CommonParameters>]
103104
```
104105

@@ -1778,6 +1779,20 @@ Accept pipeline input: False
17781779
Accept wildcard characters: False
17791780
```
17801781

1782+
### -SyncAadB2BManagementPolicy
1783+
Syncs Azure B2B Management Policies. For more information, see [SharePoint and OneDrive integration with Azure AD B2B](https://docs.microsoft.com/sharepoint/sharepoint-azureb2b-integration-preview).
1784+
1785+
```yaml
1786+
Type: Boolean
1787+
Parameter Sets: (All)
1788+
Aliases:
1789+
1790+
Required: False
1791+
Position: Named
1792+
Default value: None
1793+
Accept pipeline input: False
1794+
Accept wildcard characters: False
1795+
```
17811796

17821797
### CommonParameters
17831798

0 commit comments

Comments
 (0)