Skip to content

Commit 488e7f2

Browse files
authored
Merge pull request #12316 from saleens7/patch-10
Update Cmdlet Docs
2 parents 310f21c + b6fabf9 commit 488e7f2

7 files changed

+115
-8
lines changed

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For information about external access in Microsoft Teams, see [Manage external a
2626
```powershell
2727
New-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-CommunicationWithExternalOrgs <Boolean>] [-AllowedExternalDomains <List>] [-BlockedExternalDomains <List>] [-EnableAcsFederationAccess <Boolean>]
2828
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
29-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Identity] <XdsIdentity>
29+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-FederatedBilateralChats <Boolean>] [-Identity] <XdsIdentity>
3030
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
3232
```
@@ -179,6 +179,21 @@ Accept pipeline input: False
179179
Accept wildcard characters: False
180180
```
181181
182+
### -FederatedBilateralChats
183+
This setting enables bi-lateral chats for the users included in the messaging policy.
184+
185+
```yaml
186+
Type: Boolean
187+
Parameter Sets: (All)
188+
Aliases:
189+
190+
Required: False
191+
Position: Named
192+
Default value: True
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
182197
### -CommunicationWithExternalOrgs
183198
Indicates how the users get assigned by this policy can communicate with the external orgs. There are 5 options:
184199
* OrganizationDefault: the users of this policy will follow the federation settings defined in TenantFederationConfiguration

teams/teams-ps/teams/New-CsTeamsAppSetupPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
2424

2525
```
2626
New-CsTeamsAppSetupPolicy [-Description <Object>] [-AppPresetList <Object>] [-WhatIf]
27-
[-PinnedAppBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
27+
[-PinnedAppBarApps <Object>] [-PinnedCallingBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
2828
[-InMemory] [-AllowSideLoading <Object>] [-Force] [-AsJob]
2929
```
3030

@@ -164,6 +164,21 @@ Accept pipeline input: False
164164
Accept wildcard characters: False
165165
```
166166
167+
### -PinnedCallingBarApps
168+
Determines the list of apps that are pre pinned for a participant in Calls.
169+
170+
```yaml
171+
Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]
172+
Parameter Sets: (All)
173+
Aliases:
174+
175+
Required: False
176+
Position: Named
177+
Default value: None
178+
Accept pipeline input: False
179+
Accept wildcard characters: False
180+
```
181+
167182
### -PinnedMessageBarApps
168183
Apps are pinned in messaging extensions and into the ellipsis menu.
169184

teams/teams-ps/teams/New-CsTeamsMessagingPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-AllowSmartRepl
2525
[-AllowUserEditMessage <Boolean>] [-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-AllowRemoveUser <Boolean>]
2626
[-ReadReceiptsEnabledType <String>] [-AllowMemes <Boolean>] [-Confirm] [-AllowPriorityMessages <Boolean>]
2727
[-WhatIf] [-GiphyRatingType <String>] [-AllowGiphy <Boolean>] [-ChatPermissionRole <String>] [-AllowSmartCompose] <Boolean>]
28-
[-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>]
28+
[-CreateCustomEmojis <Boolean>] [-DeleteCustomEmojis <Boolean>] [-AllowExtendedWorkInfoInSearch <Boolean>]
2929
```
3030

3131
## DESCRIPTION
@@ -91,6 +91,21 @@ Accept pipeline input: False
9191
Accept wildcard characters: False
9292
```
9393
94+
### -AllowExtendedWorkInfoInSearch
95+
This setting enables/disables showing company name and department name in search results for MTO users.
96+
97+
```yaml
98+
Type: Boolean
99+
Parameter Sets: (All)
100+
Aliases:
101+
102+
Required: False
103+
Position: Named
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
94109
### -AllowMemes
95110
Determines whether a user is allowed to access and post memes. Set this to TRUE to allow. Set this FALSE to prohibit.
96111

teams/teams-ps/teams/Set-CsExternalAccessPolicy.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This cmdlet was introduced in Lync Server 2010.
2121
```
2222
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-CommunicationWithExternalOrgs <Boolean>] [-AllowedExternalDomains <List>] [-BlockedExternalDomains <List>] [-EnableAcsFederationAccess <Boolean>]
2323
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
24-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [[-Identity] <XdsIdentity>]
24+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-FederatedBilateralChats <Boolean>] [[-Identity] <XdsIdentity>]
2525
[-RestrictTeamsConsumerAccessToExternalUserProfiles <Boolean>] [-EnableTeamsSmsAccess <Boolean>]
2626
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
@@ -31,7 +31,7 @@ Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFede
3131
Set-CsExternalAccessPolicy [-Tenant <Guid>] [-Description <String>] [-EnableFederationAccess <Boolean>] [-CommunicationWithExternalOrgs <Boolean>] [-AllowedExternalDomains <List>] [-BlockedExternalDomains <List>] [-EnableAcsFederationAccess <Boolean>]
3232
[-EnableXmppAccess <Boolean>] [-EnablePublicCloudAccess <Boolean>]
3333
[-RestrictTeamsConsumerAccessToExternalUserProfiles <Boolean>] [-EnableTeamsSmsAccess <Boolean>]
34-
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-Instance <PSObject>]
34+
[-EnablePublicCloudAudioVideoAccess <Boolean>] [-EnableTeamsConsumerAccess <Boolean>] [-EnableTeamsConsumerInbound <Boolean>] [-EnableOutsideAccess <Boolean>] [-FederatedBilateralChats <Boolean>] [-Instance <PSObject>]
3535
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3636
```
3737

@@ -184,6 +184,20 @@ Accept pipeline input: False
184184
Accept wildcard characters: False
185185
```
186186
187+
### -FederatedBilateralChats
188+
This setting enables bi-lateral chats for the users included in the messaging policy.
189+
```yaml
190+
Type: Boolean
191+
Parameter Sets: (All)
192+
Aliases:
193+
194+
Required: False
195+
Position: Named
196+
Default value: True
197+
Accept pipeline input: False
198+
Accept wildcard characters: False
199+
```
200+
187201
### -EnableFederationAccess
188202
Indicates whether the user is allowed to communicate with people who have SIP accounts with a federated organization.
189203
Read [Manage external access in Microsoft Teams](/microsoftteams/manage-external-access) to get more information about the effect of this parameter in Microsoft Teams.

teams/teams-ps/teams/Set-CsTeamsAppSetupPolicy.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
2323

2424
### Identity (Default)
2525
```
26-
Set-CsTeamsAppSetupPolicy [-Tenant <System.Guid>] [-PinnedAppBarApps <>] [-Description <String>]
26+
Set-CsTeamsAppSetupPolicy [-Tenant <System.Guid>] [-PinnedAppBarApps <>] [-PinnedCallingBarApps <Object>] [-Description <String>]
2727
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

3030
### Instance
3131
```
32-
Set-CsTeamsAppSetupPolicy [-Tenant <System.Guid>] [-PinnedAppBarApps <>] [-Description <String>]
32+
Set-CsTeamsAppSetupPolicy [-Tenant <System.Guid>] [-PinnedAppBarApps <>] [-PinnedCallingBarApps <Object>] [-Description <String>]
3333
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
3535

@@ -212,6 +212,21 @@ Accept pipeline input: False
212212
Accept wildcard characters: False
213213
```
214214
215+
### -PinnedCallingBarApps
216+
Determines the list of apps that are pre pinned for a participant in Calls.
217+
```yaml
218+
Type: Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]
219+
Parameter Sets: (All)
220+
Aliases:
221+
222+
Required: False
223+
Position: Named
224+
Default value: None
225+
Accept pipeline input: False
226+
Accept wildcard characters: False
227+
```
228+
229+
215230
### -PinnedMessageBarApps
216231
Apps will be pinned in messaging extensions and into the ellipsis menu.
217232

teams/teams-ps/teams/Set-CsTeamsMessagingPolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
5353
[-Force]
5454
[-GiphyRatingType <String>]
5555
[-InOrganizationChatControl <String>]
56+
[-AllowExtendedWorkInfoInSearch <String>]
5657
[-Tenant <Guid>]
5758
[-WhatIf]
5859
[<CommonParameters>]
@@ -86,6 +87,7 @@ Set-CsTeamsMessagingPolicy [-Instance <PSObject>]
8687
[-AllowUserEditMessage <Boolean>]
8788
[-AllowUserTranslation <Boolean>]
8889
[-AllowVideoMessages <Boolean>]
90+
[-AllowExtendedWorkInfoInSearch <String>]
8991
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>]
9092
[-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
9193
[-Confirm]
@@ -144,6 +146,21 @@ Accept pipeline input: False
144146
Accept wildcard characters: False
145147
```
146148
149+
### -AllowExtendedWorkInfoInSearch
150+
This setting enables/disables showing company name and department name in search results for MTO users.
151+
152+
```yaml
153+
Type: Boolean
154+
Parameter Sets: (All)
155+
Aliases:
156+
157+
Required: False
158+
Position: Named
159+
Default value: None
160+
Accept pipeline input: False
161+
Accept wildcard characters: False
162+
```
163+
147164
### -AllowChatWithGroup
148165
149166
This setting determines if users can chat with groups (Distribution, M365 and Security groups).

teams/teams-ps/teams/set-csteamsmessagingconfiguration.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TeamsMessagingConfiguration determines the messaging settings for users in y
1616

1717
```powershell
1818
Set-CsTeamsMessagingConfiguration [-EnableVideoMessageCaptions <Boolean>]
19-
[-EnableInOrganizationChatControl <Boolean>] [-CustomEmojis <Boolean>] [-Identity] <String> [-Force] [-WhatIf]
19+
[-EnableInOrganizationChatControl <Boolean>] [-CustomEmojis <Boolean>] [-MessagingNotes <String> [-Identity] <String> [-Force] [-WhatIf]
2020
[-Confirm] [<CommonParameters>]
2121
```
2222

@@ -52,6 +52,22 @@ Accept pipeline input: False
5252
Accept wildcard characters: False
5353
```
5454
55+
### -MessagingNotes
56+
57+
This setting enables/disables MessagingNotes integration across the whole tenant. Possible Values: Disabled, Enabled
58+
59+
```yaml
60+
Type: String
61+
Parameter Sets: (All)
62+
Aliases:
63+
64+
Required: False
65+
Position: Named
66+
Default value: Enabled
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
5571
### -CustomEmojis
5672
5773
This setting enables/disables the use of custom emojis and reactions across the whole tenant. Upon enablement, admins and/or users can define a user group that is allowed.

0 commit comments

Comments
 (0)