From b121f34a38fac813cb542a6cd02be649bd47f97c Mon Sep 17 00:00:00 2001 From: kabustos Date: Mon, 7 Oct 2024 11:41:27 -0500 Subject: [PATCH 1/3] watermark for anon users updates --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 7 ++++++- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 4bc5aab589..c0f9efc4f9 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1662,6 +1662,11 @@ Accept wildcard characters: False ### -WatermarkForAnonymousUsers Determines the meeting experience and watermark content of an anonymous user. +Possible values are: + +- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- JoinWithAudioOnly: Anonymous guests will be directed to an audio only experience when joining the meeting. + ```yaml Type: String Parameter Sets: (All) @@ -1669,7 +1674,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: WatermarkWithDisplayName Accept pipeline input: False Accept wildcard characters: False ``` diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 860bdd98cf..876beecd4c 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1737,6 +1737,11 @@ Accept wildcard characters: False Determines the meeting experience and watermark content of an anonymous user. +Possible values are: + +- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- JoinWithAudioOnly: Anonymous guests will be directed to an audio only experience when joining the meeting. + ```yaml Type: String Parameter Sets: (All) @@ -1744,7 +1749,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: WatermarkWithDisplayName Accept pipeline input: False Accept wildcard characters: False ``` @@ -1760,7 +1765,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: 30 Accept pipeline input: False Accept wildcard characters: False ``` From a297cbf771e7af3b7899997f330b9a9952b9e956 Mon Sep 17 00:00:00 2001 From: kabustos Date: Mon, 7 Oct 2024 14:46:23 -0500 Subject: [PATCH 2/3] removing anon val --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 1 - teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 1 - 2 files changed, 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index c0f9efc4f9..51683496f9 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1665,7 +1665,6 @@ Determines the meeting experience and watermark content of an anonymous user. Possible values are: - WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. -- JoinWithAudioOnly: Anonymous guests will be directed to an audio only experience when joining the meeting. ```yaml Type: String diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 876beecd4c..b4d015badb 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1740,7 +1740,6 @@ Determines the meeting experience and watermark content of an anonymous user. Possible values are: - WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. -- JoinWithAudioOnly: Anonymous guests will be directed to an audio only experience when joining the meeting. ```yaml Type: String From 63e2e04c9cff1fe514ad48314148af92be2f728f Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 3 Dec 2024 11:00:09 -0800 Subject: [PATCH 3/3] Added addtional WatermarkForAnonymousUsers values --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 4 +++- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 07198afe8f..5ae070f2ac 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1717,7 +1717,9 @@ Determines the meeting experience and watermark content of an anonymous user. Possible values are: -- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- JoinWithAudioOnly +- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- WatermarkWithDisplayNameAndIP ```yaml Type: String diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 2119de1125..717f9e29c3 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1788,7 +1788,9 @@ Determines the meeting experience and watermark content of an anonymous user. Possible values are: -- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- JoinWithAudioOnly +- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark. +- WatermarkWithDisplayNameAndIP ```yaml Type: String