Skip to content

Commit 3636c90

Browse files
committed
Merge branch 'main' into chrisda
2 parents 348292a + 92ceafb commit 3636c90

File tree

3 files changed

+64
-8
lines changed

3 files changed

+64
-8
lines changed

exchange/exchange-ps/exchange/Set-MailContact.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Set-MailContact [-Identity] <MailContactIdParameter>
8484
[-UMDtmfMap <MultiValuedProperty>]
8585
[-UseMapiRichTextFormat <UseMapiRichTextFormat>]
8686
[-UsePreferMessageFormat <Boolean>]
87+
[-UserCertificate <MultiValuedProperty>]
88+
[-UserSMimeCertificate <MultiValuedProperty>]
8789
[-WhatIf]
8890
[-WindowsEmailAddress <SmtpAddress>]
8991
[<CommonParameters>]
@@ -1527,6 +1529,42 @@ Accept pipeline input: False
15271529
Accept wildcard characters: False
15281530
```
15291531

1532+
### -UserCertificate
1533+
This parameter is available only in the cloud-based service.
1534+
1535+
The UserCertificate parameter specifies the digital certificate used to sign a user's email messages.
1536+
1537+
```yaml
1538+
Type: MultiValuedProperty
1539+
Parameter Sets: (All)
1540+
Aliases:
1541+
Applicable: Exchange Online, Exchange Online Protection
1542+
1543+
Required: False
1544+
Position: Named
1545+
Default value: None
1546+
Accept pipeline input: False
1547+
Accept wildcard characters: False
1548+
```
1549+
1550+
### -UserSMimeCertificate
1551+
This parameter is available only in the cloud-based service.
1552+
1553+
The UserSMimeCertificate parameter specifies the S/MIME certificate that's used to sign a user's email messages.
1554+
1555+
```yaml
1556+
Type: MultiValuedProperty
1557+
Parameter Sets: (All)
1558+
Aliases:
1559+
Applicable: Exchange Online, Exchange Online Protection
1560+
1561+
Required: False
1562+
Position: Named
1563+
Default value: None
1564+
Accept pipeline input: False
1565+
Accept wildcard characters: False
1566+
```
1567+
15301568
### -WhatIf
15311569
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
15321570

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ online version: https://learn.microsoft.com/powershell/module/skype/get-csonline
44
applicable: Microsoft Teams, Skype for Business Online
55
title: Get-CsOnlineUser
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: isrumnon
9-
ms.author: isrumnon
7+
manager: sshastri
8+
author: praspatil
9+
ms.author: praspatil
1010
ms.reviewer:
1111
---
1212

@@ -129,9 +129,6 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
129129
- `SfBOnPremUser` - to query for users that are hosted on-premises (available from January 31, 2023, in the latest TPM versions at that time).
130130
- `Unknown` - to query for a user type that is not known.
131131

132-
> [!NOTE]
133-
> A recent fix has addressed an issue where some Guest users were being omitted from the output of the Get-CsOnlineUser cmdlet, resulting in an increase in the reported user count.
134-
135132
```yaml
136133
Type: UserIdParameter
137134
Parameter Sets: (All)
@@ -563,6 +560,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
563560

564561
### Notes
565562

563+
A recent fix has addressed an issue where some Guest users were being omitted from the output of the Get-CsOnlineUser cmdlet, resulting in an increase in the reported user count.
564+
566565
**Updates in Teams PowerShell Module version 5.9.0 and later**
567566

568567
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.9.0 or later in GCC High and DoD environments (note that these changes are already rolled out in commercial environments). These updates will be applicable to older Teams PowerShell versions from 15th March 2024 in GCC High and DoD environments:

skype/skype-ps/skype/Set-CsTeamsMeetingConfiguration.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
2626
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
2727
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
2828
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
29-
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29+
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <String>] [-Force] [-WhatIf] [-Confirm]
3030
[<CommonParameters>]
3131
```
3232

@@ -37,7 +37,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
3737
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
3838
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
3939
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
40-
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40+
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4141
[<CommonParameters>]
4242
```
4343

@@ -370,6 +370,25 @@ Accept pipeline input: False
370370
Accept wildcard characters: False
371371
```
372372
373+
### -FeedbackSurveyForAnonymousUsers
374+
Determines if anonymous participants receive surveys to provide feedback about their meeting experience. Set to Disabled to disable anonymous meeting participants to receive surveys. Set to Enabled to allow anonymous meeting participants to receive surveys.
375+
Possible values:
376+
377+
- Enabled
378+
- Disabled
379+
380+
```yaml
381+
Type: String
382+
Parameter Sets: (All)
383+
Aliases:
384+
385+
Required: False
386+
Position: Named
387+
Default value: Enabled
388+
Accept pipeline input: False
389+
Accept wildcard characters: False
390+
```
391+
373392
### -WhatIf
374393
Shows what would happen if the cmdlet runs.
375394
The cmdlet is not run.

0 commit comments

Comments
 (0)