Skip to content

Commit 3e85968

Browse files
committed
deps: ExchangeOnlineManagement 3.2.0
1 parent 36d74d9 commit 3e85968

File tree

58 files changed

+12136
-10248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+12136
-10248
lines changed

src/bin/ExchangeOnlineManagement/ExchangeOnlineManagement.nuspec

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ExchangeOnlineManagement</id>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<authors>Microsoft Corporation</authors>
77
<owners>Microsoft Corporation</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -13,14 +13,31 @@ For issues related to the module, contact Microsoft support.</description>
1313
<releaseNotes>---------------------------------------------------------------------------------------------
1414
What is new in this release:
1515

16+
v3.2.0 :
17+
1. General Availability of new cmdlets:
18+
- Updating Briefing Email Settings of a tenant (Get-DefaultTenantBriefingConfig and Set-DefaultTenantBriefingConfig)
19+
- Updating Viva Insights Feature Settings of a tenant (Get-DefaultTenantMyAnalyticsFeatureConfig and Set-DefaultTenantMyAnalyticsFeatureConfig)
20+
- View the features in Viva that support setting access management policies (Get-VivaModuleFeature)
21+
- Create and manage Viva app feature policies
22+
- Get-VivaModuleFeaturePolicy
23+
- Add-VivaModuleFeaturePolicy
24+
- Remove-VivaModuleFeaturePolicy
25+
- Update-VivaModuleFeaturePolicy
26+
- View whether or not a Viva feature is enabled for a specific user/group (Get-VivaModuleFeatureEnablement)
27+
28+
2. General Availability of REST based cmdlets for Security and Compliance PowerShell.
29+
3. Support to get REST connection informations from Get-ConnectionInformation cmdlet and disconnect REST connections using Disconnect-ExchangeOnline cmdlet for specific connection(s).
30+
4. Support to sign the temporary generated module with a client certificate to use the module in all PowerShell execution policies.
31+
5. Bug fixes in Connect-ExchangeOnline.
32+
33+
---------------------------------------------------------------------------------------------
34+
Previous Releases:
35+
1636
v3.1.0 :
1737
1. Support for providing an Access Token with Connect-ExchangeOnline.
1838
2. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation.
1939
3. Bug fix in Connect-IPPSSession for connecting to Security and Compliance PowerShell using Certificate Thumbprint.
2040

21-
---------------------------------------------------------------------------------------------
22-
Previous Releases:
23-
2441
v3.0.0 :
2542
1. General Availability of REST-backed cmdlets for Exchange Online which do not require WinRM Basic Authentication to be enabled.
2643
2. General Availability of Certificate Based Authentication for Security and Compliance PowerShell cmdlets.
@@ -60,6 +77,6 @@ v1.0.1 :
6077

6178
---------------------------------------------------------------------------------------------</releaseNotes>
6279
<copyright>(c) 2021 Microsoft. All rights reserved.</copyright>
63-
<tags>Exchange ExchangeOnline EXO EXOV2 EXOV3 Mailbox Management PSModule PSIncludes_Cmdlet PSCmdlet_Get-ConnectionInformation PSCmdlet_Get-EXOCasMailbox PSCmdlet_Get-EXOMailbox PSCmdlet_Get-EXOMailboxFolderPermission PSCmdlet_Get-EXOMailboxFolderStatistics PSCmdlet_Get-EXOMailboxPermission PSCmdlet_Get-EXOMailboxStatistics PSCmdlet_Get-EXOMobileDeviceStatistics PSCmdlet_Get-EXORecipient PSCmdlet_Get-EXORecipientPermission PSCmdlet_Get-MyAnalyticsFeatureConfig PSCmdlet_Get-UserBriefingConfig PSCmdlet_Get-VivaInsightsSettings PSCmdlet_Set-MyAnalyticsFeatureConfig PSCmdlet_Set-UserBriefingConfig PSCmdlet_Set-VivaInsightsSettings PSIncludes_Function PSFunction_Connect-ExchangeOnline PSFunction_Connect-IPPSSession PSFunction_Disconnect-ExchangeOnline PSCommand_Get-ConnectionInformation PSCommand_Get-EXOCasMailbox PSCommand_Get-EXOMailbox PSCommand_Get-EXOMailboxFolderPermission PSCommand_Get-EXOMailboxFolderStatistics PSCommand_Get-EXOMailboxPermission PSCommand_Get-EXOMailboxStatistics PSCommand_Get-EXOMobileDeviceStatistics PSCommand_Get-EXORecipient PSCommand_Get-EXORecipientPermission PSCommand_Get-MyAnalyticsFeatureConfig PSCommand_Get-UserBriefingConfig PSCommand_Get-VivaInsightsSettings PSCommand_Set-MyAnalyticsFeatureConfig PSCommand_Set-UserBriefingConfig PSCommand_Set-VivaInsightsSettings PSCommand_Connect-ExchangeOnline PSCommand_Connect-IPPSSession PSCommand_Disconnect-ExchangeOnline</tags>
80+
<tags>Exchange ExchangeOnline EXO EXOV2 EXOV3 Mailbox Management PSModule PSIncludes_Cmdlet PSCmdlet_Add-VivaModuleFeaturePolicy PSCmdlet_Get-ConnectionInformation PSCmdlet_Get-DefaultTenantBriefingConfig PSCmdlet_Get-DefaultTenantMyAnalyticsFeatureConfig PSCmdlet_Get-EXOCasMailbox PSCmdlet_Get-EXOMailbox PSCmdlet_Get-EXOMailboxFolderPermission PSCmdlet_Get-EXOMailboxFolderStatistics PSCmdlet_Get-EXOMailboxPermission PSCmdlet_Get-EXOMailboxStatistics PSCmdlet_Get-EXOMobileDeviceStatistics PSCmdlet_Get-EXORecipient PSCmdlet_Get-EXORecipientPermission PSCmdlet_Get-MyAnalyticsFeatureConfig PSCmdlet_Get-UserBriefingConfig PSCmdlet_Get-VivaInsightsSettings PSCmdlet_Get-VivaModuleFeature PSCmdlet_Get-VivaModuleFeatureEnablement PSCmdlet_Get-VivaModuleFeaturePolicy PSCmdlet_Remove-VivaModuleFeaturePolicy PSCmdlet_Set-DefaultTenantBriefingConfig PSCmdlet_Set-DefaultTenantMyAnalyticsFeatureConfig PSCmdlet_Set-MyAnalyticsFeatureConfig PSCmdlet_Set-UserBriefingConfig PSCmdlet_Set-VivaInsightsSettings PSCmdlet_Update-VivaModuleFeaturePolicy PSIncludes_Function PSFunction_Connect-ExchangeOnline PSFunction_Connect-IPPSSession PSFunction_Disconnect-ExchangeOnline PSCommand_Add-VivaModuleFeaturePolicy PSCommand_Get-ConnectionInformation PSCommand_Get-DefaultTenantBriefingConfig PSCommand_Get-DefaultTenantMyAnalyticsFeatureConfig PSCommand_Get-EXOCasMailbox PSCommand_Get-EXOMailbox PSCommand_Get-EXOMailboxFolderPermission PSCommand_Get-EXOMailboxFolderStatistics PSCommand_Get-EXOMailboxPermission PSCommand_Get-EXOMailboxStatistics PSCommand_Get-EXOMobileDeviceStatistics PSCommand_Get-EXORecipient PSCommand_Get-EXORecipientPermission PSCommand_Get-MyAnalyticsFeatureConfig PSCommand_Get-UserBriefingConfig PSCommand_Get-VivaInsightsSettings PSCommand_Get-VivaModuleFeature PSCommand_Get-VivaModuleFeatureEnablement PSCommand_Get-VivaModuleFeaturePolicy PSCommand_Remove-VivaModuleFeaturePolicy PSCommand_Set-DefaultTenantBriefingConfig PSCommand_Set-DefaultTenantMyAnalyticsFeatureConfig PSCommand_Set-MyAnalyticsFeatureConfig PSCommand_Set-UserBriefingConfig PSCommand_Set-VivaInsightsSettings PSCommand_Update-VivaModuleFeaturePolicy PSCommand_Connect-ExchangeOnline PSCommand_Connect-IPPSSession PSCommand_Disconnect-ExchangeOnline</tags>
6481
</metadata>
6582
</package>

src/bin/ExchangeOnlineManagement/ExchangeOnlineManagement.psd1

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else # Desktop
88
'.\netFramework\ExchangeOnlineManagement.psm1'
99
}
1010
FunctionsToExport = @('Connect-ExchangeOnline', 'Connect-IPPSSession', 'Disconnect-ExchangeOnline')
11-
ModuleVersion = '3.1.0'
11+
ModuleVersion = '3.2.0'
1212
GUID = 'B5ECED50-AFA4-455B-847A-D8FB64140A22'
1313
Author = 'Microsoft Corporation'
1414
CompanyName = 'Microsoft Corporation'
@@ -17,10 +17,12 @@ Description = 'This is a General Availability (GA) release of the Exchange Onlin
1717
Please check the documentation here - https://aka.ms/exov3-module.
1818
For issues related to the module, contact Microsoft support.'
1919
PowerShellVersion = '3.0'
20-
CmdletsToExport = @('Get-ConnectionInformation','Get-EXOCasMailbox','Get-EXOMailbox','Get-EXOMailboxFolderPermission','Get-EXOMailboxFolderStatistics','Get-EXOMailboxPermission','Get-EXOMailboxStatistics','Get-EXOMobileDeviceStatistics','Get-EXORecipient','Get-EXORecipientPermission','Get-MyAnalyticsFeatureConfig','Get-UserBriefingConfig','Get-VivaInsightsSettings','Set-MyAnalyticsFeatureConfig','Set-UserBriefingConfig','Set-VivaInsightsSettings')
20+
CmdletsToExport = @('Add-VivaModuleFeaturePolicy','Get-ConnectionInformation','Get-DefaultTenantBriefingConfig','Get-DefaultTenantMyAnalyticsFeatureConfig','Get-EXOCasMailbox','Get-EXOMailbox','Get-EXOMailboxFolderPermission','Get-EXOMailboxFolderStatistics','Get-EXOMailboxPermission','Get-EXOMailboxStatistics','Get-EXOMobileDeviceStatistics','Get-EXORecipient','Get-EXORecipientPermission','Get-MyAnalyticsFeatureConfig','Get-UserBriefingConfig','Get-VivaInsightsSettings','Get-VivaModuleFeature','Get-VivaModuleFeatureEnablement','Get-VivaModuleFeaturePolicy','Remove-VivaModuleFeaturePolicy','Set-DefaultTenantBriefingConfig','Set-DefaultTenantMyAnalyticsFeatureConfig','Set-MyAnalyticsFeatureConfig','Set-UserBriefingConfig','Set-VivaInsightsSettings','Update-VivaModuleFeaturePolicy')
2121
FileList = if($PSEdition -eq 'Core')
2222
{
23-
@('.\netCore\Microsoft.Bcl.AsyncInterfaces.dll',
23+
@('.\netCore\Azure.Core.dll',
24+
'.\netCore\Microsoft.Bcl.AsyncInterfaces.dll',
25+
'.\netCore\Microsoft.Bcl.HashCode.dll',
2426
'.\netCore\Microsoft.Exchange.Management.AdminApiProvider.dll',
2527
'.\netCore\Microsoft.Exchange.Management.ExoPowershellGalleryModule.dll',
2628
'.\netCore\Microsoft.Exchange.Management.RestApiClient.dll',
@@ -35,22 +37,27 @@ FileList = if($PSEdition -eq 'Core')
3537
'.\netCore\Microsoft.Online.CSE.RestApiPowerShellModule.Instrumentation.dll',
3638
'.\netCore\Microsoft.Spatial.dll',
3739
'.\netCore\Microsoft.Win32.Registry.AccessControl.dll',
40+
'.\netCore\Microsoft.Win32.Registry.dll',
3841
'.\netCore\Microsoft.Win32.SystemEvents.dll',
42+
'.\netCore\msvcp140.dll',
3943
'.\netCore\Newtonsoft.Json.dll',
4044
'.\netCore\System.CodeDom.dll',
4145
'.\netCore\System.Configuration.ConfigurationManager.dll',
4246
'.\netCore\System.Diagnostics.PerformanceCounter.dll',
4347
'.\netCore\System.DirectoryServices.dll',
4448
'.\netCore\System.Drawing.Common.dll',
4549
'.\netCore\System.IdentityModel.Tokens.Jwt.dll',
46-
'.\netCore\System.IO.Abstractions.dll',
47-
'.\netCore\System.Management.Automation.dll',
4850
'.\netCore\System.Management.dll',
51+
'.\netCore\System.Memory.Data.dll',
52+
'.\netCore\System.Security.AccessControl.dll',
4953
'.\netCore\System.Security.Cryptography.Pkcs.dll',
5054
'.\netCore\System.Security.Cryptography.ProtectedData.dll',
5155
'.\netCore\System.Security.Permissions.dll',
56+
'.\netCore\System.Security.Principal.Windows.dll',
5257
'.\netCore\System.Text.Encodings.Web.dll',
5358
'.\netCore\System.Windows.Extensions.dll',
59+
'.\netCore\vcruntime140_1.dll',
60+
'.\netCore\vcruntime140.dll',
5461
'.\license.txt')
5562
}
5663
else # Desktop
@@ -71,8 +78,6 @@ else # Desktop
7178
'.\netFramework\Microsoft.Spatial.dll',
7279
'.\netFramework\Newtonsoft.Json.dll',
7380
'.\netFramework\System.IdentityModel.Tokens.Jwt.dll',
74-
'.\netFramework\System.IO.Abstractions.dll',
75-
'.\netFramework\System.Management.Automation.dll',
7681
'.\license.txt')
7782
}
7883

@@ -84,14 +89,31 @@ PrivateData = @{
8489
---------------------------------------------------------------------------------------------
8590
What is new in this release:
8691
92+
v3.2.0 :
93+
1. General Availability of new cmdlets:
94+
- Updating Briefing Email Settings of a tenant (Get-DefaultTenantBriefingConfig and Set-DefaultTenantBriefingConfig)
95+
- Updating Viva Insights Feature Settings of a tenant (Get-DefaultTenantMyAnalyticsFeatureConfig and Set-DefaultTenantMyAnalyticsFeatureConfig)
96+
- View the features in Viva that support setting access management policies (Get-VivaModuleFeature)
97+
- Create and manage Viva app feature policies
98+
- Get-VivaModuleFeaturePolicy
99+
- Add-VivaModuleFeaturePolicy
100+
- Remove-VivaModuleFeaturePolicy
101+
- Update-VivaModuleFeaturePolicy
102+
- View whether or not a Viva feature is enabled for a specific user/group (Get-VivaModuleFeatureEnablement)
103+
104+
2. General Availability of REST based cmdlets for Security and Compliance PowerShell.
105+
3. Support to get REST connection informations from Get-ConnectionInformation cmdlet and disconnect REST connections using Disconnect-ExchangeOnline cmdlet for specific connection(s).
106+
4. Support to sign the temporary generated module with a client certificate to use the module in all PowerShell execution policies.
107+
5. Bug fixes in Connect-ExchangeOnline.
108+
109+
---------------------------------------------------------------------------------------------
110+
Previous Releases:
111+
87112
v3.1.0 :
88113
1. Support for providing an Access Token with Connect-ExchangeOnline.
89114
2. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation.
90115
3. Bug fix in Connect-IPPSSession for connecting to Security and Compliance PowerShell using Certificate Thumbprint.
91116
92-
---------------------------------------------------------------------------------------------
93-
Previous Releases:
94-
95117
v3.0.0 :
96118
1. General Availability of REST-backed cmdlets for Exchange Online which do not require WinRM Basic Authentication to be enabled.
97119
2. General Availability of Certificate Based Authentication for Security and Compliance PowerShell cmdlets.

src/bin/ExchangeOnlineManagement/[Content_Types].xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
33
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
44
<Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
5+
<Default Extension="dll" ContentType="application/octet" />
56
<Default Extension="psd1" ContentType="application/octet" />
67
<Default Extension="txt" ContentType="application/octet" />
78
<Default Extension="xml" ContentType="application/octet" />
89
<Default Extension="psm1" ContentType="application/octet" />
9-
<Default Extension="dll" ContentType="application/octet" />
10-
<Default Extension="json" ContentType="application/octet" />
1110
<Default Extension="ps1" ContentType="application/octet" />
11+
<Default Extension="json" ContentType="application/octet" />
1212
<Default Extension="nuspec" ContentType="application/octet" />
1313
</Types>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
33
<Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/ExchangeOnlineManagement.nuspec" Id="RDF8ABC27E4F2E18A" />
4-
<Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/52eeca9a0c414762929daad9cc4b0d77.psmdcp" Id="RD7D2182FBA93BC2A" />
4+
<Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/cbfe5c3436dc4ec8b901fc18d115b117.psmdcp" Id="RB370D2BA4BA9CA6A" />
55
</Relationships>

0 commit comments

Comments
 (0)