Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1715,14 +1715,20 @@ Accept wildcard characters: False
### -WatermarkForAnonymousUsers
Determines the meeting experience and watermark content of an anonymous user.

Possible values are:

- JoinWithAudioOnly
- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark.
- WatermarkWithDisplayNameAndIP

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Default value: WatermarkWithDisplayName
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
10 changes: 8 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1786,14 +1786,20 @@ Accept wildcard characters: False

Determines the meeting experience and watermark content of an anonymous user.

Possible values are:

- JoinWithAudioOnly
- WatermarkWithDisplayName (default): Anonymous guests are prompted to enter a display name that will be used as their watermark.
- WatermarkWithDisplayNameAndIP

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Default value: WatermarkWithDisplayName
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -1809,7 +1815,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: 30
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
Loading