Skip to content

Commit 49b0a25

Browse files
authored
Merge branch 'master' into patch-47
2 parents 9f4e909 + 4b7547e commit 49b0a25

File tree

9 files changed

+529
-7
lines changed

9 files changed

+529
-7
lines changed

exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,25 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
282282
283283
## Release notes
284284

285-
### Current release: Version 0.4368.1
285+
### Current release: Version 0.4578.0
286+
287+
- Added support for configuring the Briefing Email for your organization at the user level with **Set-UserBriefingConfig** and **Get-UserBriefingConfig** cmdlets.
288+
289+
- Support for session cleanup using **Disconnect-ExchangeOnline** cmdlet. This cmdlet is the V2 equivalent of `Get-PSSession | Remove-PSSession`. In addition to cleaning up session object and local files, it also removes the access token from cache, which is used for authenticating against V2 cmdlets.
290+
291+
- You can now use `FolderId` as an identity parameter in **Get-EXOMailboxFolderPermission**. You can get the `FolderId` value using **Get-MailboxFolder**. For example:
292+
293+
`Get-MailboxFolderPermission -Identity <UPN>:<Folder-Path>`
294+
295+
`Get-MailboxFolderPermission -Identity <UPN>:\<Folder-Id>`
296+
297+
- Improved reliability of **Get-EXOMailboxStatistics** as certain request routing errors which led to failures have been resolved.
298+
299+
- Optimized memory usage when a session is created by re-using any existing module with a new session instead of creating a new one every time session is imported.
300+
301+
### Previous releases
302+
303+
#### Version 0.4368.1
286304

287305
- Added support for Office 365 Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.
288306

@@ -296,8 +314,6 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
296314

297315
- Remote PowerShell contained various complex data types which were intentionally not supported in EXO cmdlets to improve performance. Differences in non-complex data types between remote PowerShell cmdlets and V2 cmdlets have been resolved to allow seamless migration of management scripts.
298316

299-
### Previous releases
300-
301317
#### Version 0.3582.0
302318

303319
- Support for prefix during session creation.

exchange/exchange-ps/exchange/mail-flow/Set-TransportConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ Accept wildcard characters: False
830830
### -MaxRecipientEnvelopeLimit
831831
This parameter is available only in on-premises Exchange.
832832
833-
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 5000. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
833+
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 500. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
834834
835835
```yaml
836836
Type: Unlimited

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ Accept wildcard characters: False
489489

490490
### -CommentsOnSitePagesDisabled
491491

492-
PARAMVALUE: $true | $false
492+
Use this parameter to disable Comments section on Site Pages.
493+
The parameter can't be used for Groups Site Collections.
493494

494495
```yaml
495496
Type: Boolean

skype/skype-ps/skype/New-CsOnlinePSTNGateway.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ New-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-Fqdn <String>] [-SipSignalingP
2424
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>]
2525
[-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27-
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27+
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>] [-PidfloSupported <Boolean>]
2828
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

@@ -403,6 +403,21 @@ Accept pipeline input: False
403403
Accept wildcard characters: False
404404
```
405405
406+
### -PidfloSupported
407+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the location details of the user.
408+
409+
```yaml
410+
Type: Boolean
411+
Parameter Sets: (All)
412+
Aliases:
413+
Applicable: Skype for Business Online
414+
Required: False
415+
Position: Named
416+
Default value: $false
417+
Accept pipeline input: False
418+
Accept wildcard characters: False
419+
```
420+
406421
### -Tenant
407422
408423
```yaml

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignalingPort <Int32>] [-Fa
2424
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride] [-Identity <XdsGlobalRelativeIdentity>]
2525
[-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27-
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27+
[-OutboundTeamsNumberTranslationRules <String>] [-PidfloSupported <Boolean>] [-OutboundPSTNNumberTranslationRules <String>]
2828
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

@@ -372,6 +372,21 @@ Accept pipeline input: False
372372
Accept wildcard characters: False
373373
```
374374
375+
### -PidfloSupported
376+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the location details of the user.
377+
378+
```yaml
379+
Type: Boolean
380+
Parameter Sets: (All)
381+
Aliases:
382+
Applicable: Skype for Business Online
383+
Required: False
384+
Position: Named
385+
Default value: $false
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
375390
### -Tenant
376391
377392
```yaml
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version: https://docs.microsoft.com/powershell/module/teams/add-teamsappinstallation
5+
schema: 2.0.0
6+
author: kenwith
7+
ms.author: kenwith
8+
ms.reviewer:
9+
---
10+
11+
# Add-TeamsAppInstallation
12+
13+
## SYNOPSIS
14+
Add a Teams App to Microsoft Teams.
15+
16+
## SYNTAX
17+
18+
### TeamScope
19+
```
20+
Add-TeamsAppInstallation -AppId <String> -TeamId <String> [-Permissions <String>] [<CommonParameters>]
21+
```
22+
23+
### UserScope
24+
```
25+
Add-TeamsAppInstallation -AppId <String> -UserId <String> [-Permissions <String>] [<CommonParameters>]
26+
```
27+
28+
## DESCRIPTION
29+
Add a Teams App to Microsoft Teams.
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
36+
```
37+
38+
This example adds a Teams App to Microsoft Teams.
39+
40+
## PARAMETERS
41+
42+
### -AppId
43+
Teams App identifier in Microsoft Teams.
44+
45+
```yaml
46+
Type: String
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: True
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: True (ByPropertyName)
54+
Accept wildcard characters: False
55+
```
56+
57+
### -Permissions
58+
RSC permissions for the Teams App.
59+
60+
```yaml
61+
Type: String
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: False
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: True (ByPropertyName)
69+
Accept wildcard characters: False
70+
```
71+
72+
### -TeamId
73+
Team identifier in Microsoft Teams.
74+
75+
```yaml
76+
Type: String
77+
Parameter Sets: TeamScope
78+
Aliases: GroupId
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True (ByPropertyName)
84+
Accept wildcard characters: False
85+
```
86+
87+
### -UserId
88+
User identifier in Microsoft Teams.
89+
90+
```yaml
91+
Type: String
92+
Parameter Sets: UserScope
93+
Aliases:
94+
95+
Required: True
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: True (ByPropertyName)
99+
Accept wildcard characters: False
100+
```
101+
102+
### CommonParameters
103+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
104+
105+
## INPUTS
106+
107+
### System.String
108+
109+
## OUTPUTS
110+
111+
### System.Object
112+
## NOTES
113+
114+
## RELATED LINKS
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version: https://docs.microsoft.com/powershell/module/teams/get-teamsappinstallation
5+
schema: 2.0.0
6+
author: kenwith
7+
ms.author: kenwith
8+
ms.reviewer:
9+
---
10+
11+
# Get-TeamsAppInstallation
12+
13+
## SYNOPSIS
14+
Get a Teams App installed in Microsoft Teams.
15+
16+
## SYNTAX
17+
18+
### TeamScope (Default)
19+
```
20+
Get-TeamsAppInstallation -TeamId <String> [-AppInstallationId <String>] [-AppId <String>] [<CommonParameters>]
21+
```
22+
23+
### UserScope
24+
```
25+
Get-TeamsAppInstallation -UserId <String> [-AppInstallationId <String>] [-AppId <String>] [<CommonParameters>]
26+
```
27+
28+
## DESCRIPTION
29+
Get a Teams App installed in Microsoft Teams.
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
PS C:\> Get-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
36+
```
37+
38+
This example gets a Teams App specifying its AppId and the TeamId.
39+
40+
## PARAMETERS
41+
42+
### -AppId
43+
Teams App identifier in Microsoft Teams.
44+
45+
```yaml
46+
Type: String
47+
Parameter Sets: (All)
48+
Aliases:
49+
50+
Required: False
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: True (ByPropertyName)
54+
Accept wildcard characters: False
55+
```
56+
57+
### -AppInstallationId
58+
Installation identifier of the Teams App.
59+
60+
```yaml
61+
Type: String
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: False
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: True (ByPropertyName)
69+
Accept wildcard characters: False
70+
```
71+
72+
### -TeamId
73+
Team identifier in Microsoft Teams.
74+
75+
```yaml
76+
Type: String
77+
Parameter Sets: TeamScope
78+
Aliases: GroupId
79+
80+
Required: True
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: True (ByPropertyName)
84+
Accept wildcard characters: False
85+
```
86+
87+
### -UserId
88+
User identifier in Microsoft Teams.
89+
90+
```yaml
91+
Type: String
92+
Parameter Sets: UserScope
93+
Aliases:
94+
95+
Required: True
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: True (ByPropertyName)
99+
Accept wildcard characters: False
100+
```
101+
102+
### CommonParameters
103+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
104+
105+
## INPUTS
106+
107+
### System.String
108+
109+
## OUTPUTS
110+
111+
### System.Object
112+
## NOTES
113+
114+
## RELATED LINKS

0 commit comments

Comments
 (0)