Skip to content

Commit 2af3ad7

Browse files
authored
Merge branch 'master' into patch-338
2 parents 441fbe3 + 81fdcec commit 2af3ad7

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Sets the SharePoint Online Storage Quota on the EAST US location to 512 MB.
4242
Set-SPOGeoStorageQuota -GeoLocation NORTHCENTRALUS -StorageQuotaMB 1024
4343
```
4444

45-
Sets the SharePoint Online Storage Quota on the **NORTH CENTRAL US** location to 1 TeraBytes (1Tb).
45+
Sets the SharePoint Online Storage Quota on the **NORTH CENTRAL US** location to 1024 MB (1GB).
4646

4747
## PARAMETERS
4848

4949
### -GeoLocation
5050

51-
PARAMVALUE: String
51+
The desired Geo Location to set.
5252

5353
```yaml
5454
Type: String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
6666
### -StorageQuotaMB
6767
68-
PARAMVALUE: Int64
68+
SharePoint Online Storage Quota in MegaBytes.
6969
7070
```yaml
7171
Type: Int64

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

teams/teams-ps/teams/Get-Team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Accept wildcard characters: False
215215
```
216216
217217
### -NumberOfThreads
218-
Specifies the number of threads to use. The accepted values range from 1 to 20.
218+
Specifies the number of threads to use. If you have sufficient network bandwidth and want to decrease the time required to retrieve the list of teams, use the -NumberOfThreads parameter, which supports a value from 1 through 20.
219219
220220
```yaml
221221
Type: Int32
@@ -224,7 +224,7 @@ Aliases:
224224

225225
Required: False
226226
Position: Named
227-
Default value: None
227+
Default value: 20
228228
Accept pipeline input: True (ByPropertyName)
229229
Accept wildcard characters: False
230230
```

0 commit comments

Comments
 (0)