Skip to content

Commit 30a1c49

Browse files
committed
Merge branch 'main' into chrisda
2 parents b85375f + 8f40c3e commit 30a1c49

File tree

9 files changed

+777
-503
lines changed

9 files changed

+777
-503
lines changed

exchange/docs-conceptual/filter-properties.md

Lines changed: 734 additions & 496 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/Get-ComplianceSearch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ To improve the performance of this cmdlet, some compliance search properties are
7575

7676
To view these properties, you need to use the Identity parameter in the command.
7777

78+
**Note**: The NumBindings property includes the primary mailbox, the main archive, and any additional archives for users included in the search. NumBindings is not the number of users included in the search, because each included user could have or not have a combination of a primary mailbox, a main archive, and additional archives.
79+
7880
```yaml
7981
Type: ComplianceSearchIdParameter
8082
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-ComplianceSearchAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ When you use the Identity parameter, more details are returned in the results. F
103103

104104
- In the Results line, the values of the Item count, Total size, and Details properties are populated.
105105
- Location lines are added to the results.
106-
- The NumBinding property value is populated. This property includes only the primary mailbox, the main archive, and any additional archives.
106+
- The NumBindings property value is populated. This property includes the primary mailbox, the main archive, and any additional archives for users included in the search. NumBindings is not the number of users included in the search, because each included user could have or not have a combination of a primary mailbox, a main archive, and additional archives.
107107
- The affected location properties (for example, ExchangeLocation) are populated.
108108
- The CaseName property value is populated.
109109

exchange/exchange-ps/exchange/Get-InformationBarrierRecipientStatus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This cmdlet is available only in Security & Compliance PowerShell. For more info
1616

1717
Use the Get-InformationBarrierRecipientStatus cmdlet to return information about recipients and their relationship to information barrier policies.
1818

19+
**Note**: This cmdlet doesn't work with information barriers in non-legacy mode. To determine your current mode, see [Check the IB mode for your organization
20+
](https://learn.microsoft.com/purview/information-barriers-multi-segment#check-the-ib-mode-for-your-organization). If you're in non-legacy mode, run the following command to get information about a single recipient: `Get-Recipient -Identity <IdentityValue> | Format-List Name,*segment*`. Similarly, to get the relationship information between two recipients, use the **Get-ExoInformationBarrierRelationship** cmdlet.
21+
1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2023

2124
## SYNTAX

exchange/exchange-ps/exchange/Set-PolicyConfig.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,16 @@ Accept wildcard characters: False
374374
```
375375

376376
### -InformationBarrierMode
377-
{{ Fill InformationBarrierMode Description }}
377+
The InformationBarrierMode parameter specifies the mode that controls the total number of segments and how many segments a user can be part of. Valid values are:
378+
379+
- SingleSegment: Users in the organization can have 5000 segments but can only be assigned to one segment.
380+
- MultiSegment: Users in the organization can have 5000 segments and can be assigned up to 10 segments. For more information, see [Use multi-segment support in information barriers](https://learn.microsoft.com/purview/information-barriers-multi-segment).
378381

379382
```yaml
380383
Type: InformationBarrierMode
381384
Parameter Sets: (All)
382385
Aliases:
383-
Accepted values: Legacy, SingleSegment, MultiSegment
386+
Accepted values: SingleSegment, MultiSegment
384387
Applicable: Security & Compliance
385388
386389
Required: False

skype/skype-ps/skype/New-CsTeamsComplianceRecordingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Automatic policy-based recording is only applicable to Microsoft Teams users.
2020

2121
```
2222
New-CsTeamsComplianceRecordingPolicy [-Tenant <System.Guid>] [-Identity <XdsIdentity>]
23-
[-Enabled <Boolean>] [-WarnUserOnRemoval <Boolean>] [-DisableComplianceRecordingAudioNotificationForCalls <Boolean>]
23+
[-Enabled <Boolean>] [-WarnUserOnRemoval <Boolean>] [-DisableComplianceRecordingAudioNotificationForCalls <Boolean>]
2424
[-RecordReroutedCalls <Boolean>] [-Description <String>]
2525
[-ComplianceRecordingApplications <ComplianceRecordingApplication[]>]
2626
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3636
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
3737
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
3838
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
39-
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>]
39+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording]
4040
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4141
```
4242

@@ -189,6 +189,20 @@ Type: Boolean
189189
Parameter Sets: (All)
190190
Aliases:
191191

192+
Required: False
193+
Position: Named
194+
Default value: None
195+
Accept pipeline input: False
196+
Accept wildcard characters: False
197+
```
198+
### -AllowLocalRecording
199+
This parameter is reserved for internal Microsoft use.
200+
201+
```yaml
202+
Type: Boolean
203+
Parameter Sets: (All)
204+
Aliases:
205+
192206
Required: False
193207
Position: Named
194208
Default value: None

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
4141
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
42-
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>]
42+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording <Boolean>]
4343
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4444
```
4545

@@ -277,6 +277,20 @@ Accept pipeline input: False
277277
Accept wildcard characters: False
278278
```
279279
280+
### -AllowLocalRecording
281+
This parameter is reserved for internal Microsoft use.
282+
283+
```yaml
284+
Type: Boolean
285+
Parameter Sets: (All)
286+
Aliases:
287+
288+
Required: False
289+
Position: Named
290+
Default value: None
291+
Accept pipeline input: False
292+
Accept wildcard characters: False
293+
```
280294
281295
### -AllowMeetNow
282296
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc meetings. Set this to FALSE to prohibit the user from starting ad-hoc meetings.

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Connect-MicrosoftTeams
7070
## DESCRIPTION
7171
The Connect-MicrosoftTeams cmdlet connects to Microsoft Teams with an authenticated account for use with cmdlets from the MicrosoftTeams PowerShell module. After executing this cmdlet, you can disconnect from MicrosoftTeams account using Disconnect-MicrosoftTeams.
7272

73-
**Note**: With versions 4.x.x or later, enablement of basic authentication is not needed anymore in commercial environments. For GCC High/DoD environments and customers that are, or have previously been enabled for Regionally Hosted Meetings in Skype for Business Online, basic authentication needs to be enabled for *-Cs cmdlets to function properly.
73+
**Note**: With versions 4.x.x or later, enablement of basic authentication is not needed anymore in commercial, GCC, GCC High, and DoD environments.
7474

7575
## EXAMPLES
7676

0 commit comments

Comments
 (0)