Skip to content

Commit d03173c

Browse files
authored
Merge branch 'master' into anandab-msft-license-report-cmdlet
2 parents a3c0adb + 60d4756 commit d03173c

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

exchange/exchange-ps/exchange/Set-OabVirtualDirectory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ Accept wildcard characters: False
242242
```
243243

244244
### -PollInterval
245+
This parameter is available or functional only in Exchange 2010.
246+
245247
The PollInterval parameter specifies the time interval in minutes that the distribution service should poll the offline address book generation server for updates.
246248

247249
```yaml

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3434
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
3535
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
3636
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
37-
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
37+
[-AllowMeetingRegistration <String>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

4040
### Instance
@@ -54,7 +54,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
5454
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
5555
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
5656
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
57-
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
57+
[-AllowMeetingRegistration <String>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
5858
```
5959

6060
## DESCRIPTION
@@ -831,16 +831,16 @@ Accept wildcard characters: False
831831
### -AllowMeetingRegistration
832832
833833
Possible values:
834-
- true
835-
- false
834+
- Everyone
835+
- EveryoneInCompany
836836
837837
```yaml
838-
Type: Boolean
838+
Type: String
839839
Parameter Sets: (All)
840840
Aliases:
841841
Required: False
842842
Position: Named
843-
Default value: None
843+
Default value: Everyone
844844
Accept pipeline input: False
845845
Accept wildcard characters: False
846846
```
@@ -915,7 +915,7 @@ Possible values:
915915
- EveryoneInCompany
916916
917917
```yaml
918-
Type: Boolean
918+
Type: String
919919
Parameter Sets: (All)
920920
Aliases:
921921
Required: False

teams/teams-ps/teams/New-CsTeamTemplate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ schema: 2.0.0
1414

1515
## SYNOPSIS
1616

17-
This cmdlet lets you provision a new team template for use in Microsoft Teams. Learn more about team templates here.
17+
This cmdlet lets you provision a new team template for use in Microsoft Teams. To learn more about team templates, see [Get started with Teams templates in the admin center](/MicrosoftTeams/get-started-with-teams-templates-in-the-admin-console).
18+
1819

1920
NOTE: The response is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
2021

0 commit comments

Comments
 (0)