Svrooij.ExchangeOnlineManagement.psd1

# Repackaging Information:
# Original Module: ExchangeOnlineManagement v3.10.1
# Original GUID: b5eced50-afa4-455b-847a-d8fb64140a22
# Original Author: Microsoft Corporation
# Original Package: https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.10.1
# Repackaged: 2026-09-21 15:43:49 UTC
# Repackaged with: https://github.com/svrooij/PowerShellRepackager
#
@{
    VariablesToExport = @()
    AliasesToExport = @()
    NestedModules = @('bin/Svrooij.ExchangeOnlineManagement.Loader.dll')
    Copyright = '(c) 2026 Stephan van Rooij (repackaging). Original module: (c) 2021 Microsoft. All rights reserved.'
    Description = 'Repackaged version of ExchangeOnlineManagement 3.10.1 by Microsoft Corporation, with isolated assembly loading for PowerShell 7.4+. Not affiliated with the original author. Original package: https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.10.1. Attribution and license details: https://github.com/svrooij/PowerShellRepackager/blob/main/docs/modules/ExchangeOnlineManagement.md Original description: This is a General Availability (GA) release of the Exchange Online Powershell V3 module. Exchange Online cmdlets in this module are REST-backed and do not require Basic Authentication to be enabled in WinRM. REST-based connections in Windows require the PowerShellGet module, and by dependency, the PackageManagement module.'
    CompatiblePSEditions = @('Core')
    RootModule = 'Svrooij.ExchangeOnlineManagement.psm1'
FunctionsToExport = @('Connect-ExchangeOnline', 'Connect-IPPSSession', 'Disconnect-ExchangeOnline')
    ModuleVersion = '3.10.1.1'
    GUID = '280721da-27bf-4cfd-83b9-68b172110b89'
    Author = 'Stephan van Rooij'
    CompanyName = 'Svrooij'
    PowerShellVersion = '7.4'
CmdletsToExport = @('Add-VivaModuleFeaturePolicy','Add-VivaOrgInsightsDelegatedRole','Add-WorkforceInsightsDelegationAccess','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-VivaFeatureCategory','Get-VivaInsightsSettings','Get-VivaModuleFeature','Get-VivaModuleFeatureEnablement','Get-VivaModuleFeaturePolicy','Get-VivaOrgInsightsDelegatedRole','Get-WorkforceInsightsDelegationAccess','Remove-VivaModuleFeaturePolicy','Remove-VivaOrgInsightsDelegatedRole','Remove-WorkforceInsightsDelegationAccess','Set-DefaultTenantBriefingConfig','Set-DefaultTenantMyAnalyticsFeatureConfig','Set-MyAnalyticsFeatureConfig','Set-UserBriefingConfig','Set-VivaInsightsSettings','Update-VivaModuleFeaturePolicy')

# Add modules on which ExchangeOnlineManagement depend
RequiredModules = @(
    @{
        ModuleName     = 'PackageManagement'
        ModuleVersion  = '1.0.0.1'
    },
    @{
        ModuleName     = 'PowerShellGet'
        ModuleVersion  = '1.0.0.1'
    }
)


PrivateData = @{
    PSData = @{
            ProjectUri = 'https://github.com/svrooij/PowerShellRepackager/blob/main/docs/modules/ExchangeOnlineManagement.md'
    # Tags applied to this module. These help with module discovery in online galleries.
    Tags = @('Repackaged', 'PSEdition_Core', 'Exchange', 'ExchangeOnline', 'EXO', 'EXOV2', 'EXOV3', 'Mailbox', 'Management')
    ReleaseNotes = 'Repackaged from ExchangeOnlineManagement 3.10.1 using PowerShellRepackager (https://github.com/svrooij/PowerShellRepackager). See https://github.com/svrooij/PowerShellRepackager/blob/main/docs/modules/ExchangeOnlineManagement.md for details.'
    LicenseUri = 'http://aka.ms/azps-license'
    }
}
}