Skip to content

Commit deda1b1

Browse files
author
Thomas Raya
authored
Merge branch 'master' into updateBoBDocumentation
2 parents 4da4346 + 1be2d3e commit deda1b1

File tree

6 files changed

+27
-47
lines changed

6 files changed

+27
-47
lines changed

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If your account uses multi-factor authentication, use the steps in this section.
7979
Connect-IPPSSession -UserPrincipalName -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/
8080
```
8181

82-
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-exchangeonline).
82+
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-ippssession).
8383

8484
> [!NOTE]
8585
> Be sure to disconnect the remote PowerShell session when you're finished. If you close the Windows PowerShell window without disconnecting the session, you could use up all the remote PowerShell sessions available to you, and you'll need to wait for the sessions to expire. To disconnect the remote PowerShell session, run the following command.
@@ -146,7 +146,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
146146
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common
147147
```
148148

149-
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-exchangeonline).
149+
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-ippssession).
150150

151151
> [!NOTE]
152152
> Be sure to disconnect the remote PowerShell session when you're finished. If you close the Windows PowerShell window without disconnecting the session, you could use up all the remote PowerShell sessions available to you, and you'll need to wait for the sessions to expire. To disconnect the remote PowerShell session, run the following command:

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
5656
[-CustomerLockboxEnabled <Boolean>]
5757
[-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
5858
[-DefaultGroupAccessType <ModernGroupObjectType>]
59-
[-DefaultMinutesToReduceLongEventsBy <Int32>]
60-
[-DefaultMinutesToReduceShortEventsBy <Int32>]
6159
[-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
6260
[-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
6361
[-DefaultPublicFolderIssueWarningQuota <Unlimited>]
@@ -1230,42 +1228,6 @@ Accept pipeline input: False
12301228
Accept wildcard characters: False
12311229
```
12321230

1233-
### -DefaultMinutesToReduceLongEventsBy
1234-
This parameter is available only in the cloud-based service.
1235-
1236-
{{ Fill DefaultMinutesToReduceLongEventsBy Description }}
1237-
1238-
```yaml
1239-
Type: Int32
1240-
Parameter Sets: ShortenEventScopeParameter
1241-
Aliases:
1242-
Applicable: Exchange Online
1243-
1244-
Required: False
1245-
Position: Named
1246-
Default value: None
1247-
Accept pipeline input: False
1248-
Accept wildcard characters: False
1249-
```
1250-
1251-
### -DefaultMinutesToReduceShortEventsBy
1252-
This parameter is available only in the cloud-based service.
1253-
1254-
{{ Fill DefaultMinutesToReduceShortEventsBy Description }}
1255-
1256-
```yaml
1257-
Type: Int32
1258-
Parameter Sets: ShortenEventScopeParameter
1259-
Aliases:
1260-
Applicable: Exchange Online
1261-
1262-
Required: False
1263-
Position: Named
1264-
Default value: None
1265-
Accept pipeline input: False
1266-
Accept wildcard characters: False
1267-
```
1268-
12691231
### -DefaultPublicFolderAgeLimit
12701232
The DefaultPublicFolderAgeLimit parameter specifies the default age limit for the contents of public folders across the entire organization. Content in a public folder is automatically deleted when this age limit is exceeded. This attribute applies to all public folders in the organization that don't have their own AgeLimit setting.
12711233

@@ -3141,7 +3103,10 @@ Accept wildcard characters: False
31413103
### -WorkspaceTenantEnabled
31423104
This parameter is available only in the cloud-based service.
31433105

3144-
{{ Fill WorkspaceTenantEnabled Description }}
3106+
The WorkspaceTenantEnabled parameter enables or disables workspace booking in the organization. Valid values are:
3107+
3108+
- $true: In Outlook for iOS and Android, the calendar setting for workspace booking is visible and is off by default.
3109+
- $false: In Outlook for iOS and Android, the calendar setting for workspace booking is hidden.
31453110

31463111
```yaml
31473112
Type: Boolean

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ You are now ready to use SharePoint Online commands.
6969
>
7070
> - There is a known issue between the SharePoint Online Management Shell module and SharePoint Client Components SDK where the module will fail to load if both are installed on the same computer. If you encounter this issue, uninstall the SharePoint Client Components SDK.
7171
>
72-
> - If you need to specify the region of your SharePoint Online environment, use the -Region parameter, for more information refer to [Connect-SPOService](../../sharepoint-ps/sharepoint-online/Connect-SPOService.md) documentation.
72+
> - If you need to specify the region of your SharePoint Online environment, use the -Region parameter, for more information refer to [Connect-SPOService](https://docs.microsoft.com/powershell/module/sharepoint-online/connect-sposervice) documentation.

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)