Microsoft365DSC.psd1

#
# Module manifest for module 'Microsoft365DSC'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2026-01-14

@{

  # Script module or binary module file associated with this manifest.
  # RootModule = ''

  # Version number of this module.
  ModuleVersion     = '1.26.114.1'

  # Supported PSEditions
  # CompatiblePSEditions = @()

  # ID used to uniquely identify this module
  GUID              = '39f599a6-d212-4480-83b3-a8ea2124d8cf'

  # Author of this module
  Author            = 'Microsoft Corporation'

  # Company or vendor of this module
  CompanyName       = 'Microsoft Corporation'

  # Copyright statement for this module
  Copyright         = '(c) 2026 Microsoft Corporation. All rights reserved.'

  # Description of the functionality provided by this module
  Description       = 'This DSC module is used to configure and monitor Microsoft tenants, including SharePoint Online, Exchange, Teams, etc.'

  # Minimum version of the PowerShell engine required by this module
  PowerShellVersion = '5.1'

  # Name of the PowerShell host required by this module
  # PowerShellHostName = ''

  # Minimum version of the PowerShell host required by this module
  # PowerShellHostVersion = ''

  # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
  # DotNetFrameworkVersion = ''

  # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
  # CLRVersion = ''

  # Processor architecture (None, X86, Amd64) required by this module
  # ProcessorArchitecture = ''

  # Modules that must be imported into the global environment prior to importing this module
  RequiredModules   = @()

  # Assemblies that must be loaded prior to importing this module
  # RequiredAssemblies = @()

  # Script files (.ps1) that are run in the caller's environment prior to importing this module.
  ScriptsToProcess = @(
    'Update-MaximumFunctionCount.ps1'
  )

  # Type files (.ps1xml) to be loaded when importing this module
  # TypesToProcess = @()

  # Format files (.ps1xml) to be loaded when importing this module
  # FormatsToProcess = @()

  # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
  NestedModules     = @(
    'Modules/M365DSCAgent.psm1',
    'Modules/M365DSCCompare.psm1',
    'Modules/M365DSCDocGenerator.psm1',
    'Modules/M365DSCErrorHandler.psm1',
    'Modules/M365DSCLogEngine.psm1',
    'Modules/M365DSCPermissions.psm1',
    'Modules/M365DSCReport.psm1',
    'Modules/M365DSCReverse.psm1',
    'Modules/M365DSCStubsUtility.psm1',
    'Modules/M365DSCTelemetryEngine.psm1',
    'Modules/M365DSCUtil.psm1',
    'Modules/M365DSCDRGUtil.psm1',
    'Modules/M365DSCIntuneSettingsCatalogUtil.psm1',
    'Modules/EncodingHelpers/M365DSCEmojis.psm1',
    'Modules/WorkloadHelpers/M365DSCAzureHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCAzureDevOPSHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCDefenderHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCFabricHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCLicensingHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCPowerPlatformRESTHelper.psm1',
    'Modules/WorkloadHelpers/M365DSCServicesHubHelper.psm1',
    'Modules/M365DSCConfigurationHelper.psm1'
  )

  # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
  #FunctionsToExport = @()

  # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
  CmdletsToExport   = @(
    'Assert-M365DSCBlueprint',
    'Compare-M365DSCConfigurations',
    'Confirm-M365DSCDependencies',
    'Export-M365DSCConfiguration',
    'Export-M365DSCDiagnosticData',
    'Get-M365DSCNotificationEndpointRegistration',
    'Get-M365DSCEvaluationRulesForConfiguration',
    'Join-M365DSCConfiguration',
    'New-M365DSCDeltaReport',
    'New-M365DSCNotificationEndpointRegistration',
    'New-M365DSCReportFromConfiguration',
    'New-M365DSCStubFiles',
    'Remove-M365DSCNotificationEndpointRegistration',
    'Set-M365DSCAgentCertificateConfiguration',
    'Split-M365DSCConfiguration',
    'Test-M365DSCAgent',
    'Test-M365DSCDependenciesForNewVersions',
    'Test-M365DSCModuleValidity',
    'Uninstall-M365DSCOutdatedDependencies',
    'Update-M365DSCAllowedGraphScopes',
    'Update-M365DSCAzureAdApplication',
    'Update-M365DSCDependencies',
    'Update-M365DSCModule',
    'Update-M365DSCResourceDocumentationPage',
    'Update-M365DSCResourcesSettingsJSON'
  )

  # Variables to export from this module
  # VariablesToExport = @()

  # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
  AliasesToExport   = @()

  # List of all modules packaged with this module
  # ModuleList = @()

  # List of all files packaged with this module
  # FileList = @()

  # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
  PrivateData       = @{

    PSData = @{
      # Tags applied to this module. These help with module discovery in online galleries.
      Tags         = 'DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource', 'Microsoft365'

      # A URL to the license for this module.
      LicenseUri   = 'https://github.com/Microsoft/Microsoft365DSC/blob/master/LICENSE'

      # A URL to the main website for this project.
      ProjectUri   = 'https://github.com/Microsoft/Microsoft365DSC'

      # A URL to an icon representing this module.
      IconUri      = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

      # ReleaseNotes of this module
      ReleaseNotes = '* AADAuthenticationMethodPolicy
  * Fixed an issue where empty arrays were not exported.
    FIXES [#6759](https://github.com/microsoft/Microsoft365DSC/issues/6759)
* AADConditionalAccessPolicy
  * Added the property `SecureSignInSessionIsEnabled`.
    FIXES [#6777](https://github.com/microsoft/Microsoft365DSC/issues/6777)
  * Fixed an issue where updating a policy would fail.
    FIXES [#6782](https://github.com/microsoft/Microsoft365DSC/issues/6782)
* AADGroup
  * Prevents retrieving all members of a group in the Get-TargetResource if
    the parameter is not specified in the configuration.
* AADNetworkAccessForwardingPolicy
  * Fixed an issue where empty `PolicyRules` would throw an exception during Get.
* EXODistributionGroup
  * Fixes performance issue with the retrieval of managers.
  * Fixes GUID vs UPN evaluation
    FIXES [#6769](https://github.com/microsoft/Microsoft365DSC/issues/6769)
* EXOExternalInOutlook
  * Fixed an issue where the export would fail.
    FIXES [#6753](https://github.com/microsoft/Microsoft365DSC/issues/6753)
* EXOGroupSettings
  * Fixed performance issue evaluating and setting values due to the full
    Recipient list being returned.
* EXOPhishSimOverrideRule
  * Fixed an issue where the export would fail.
    FIXES [#6753](https://github.com/microsoft/Microsoft365DSC/issues/6753)
* EXOPlace
  * Fixes an issue with the export where it was trying to export RoomList.
* EXOSecOpsOverrideRule
  * Fixed an issue where the export would fail.
    FIXES [#6753](https://github.com/microsoft/Microsoft365DSC/issues/6753)
* IntuneAppConfigurationDevicePolicy
  * Added error handling with message if targeted app doesn`t exist.
* IntuneAppProtectionPolicyAndroid
  * Fixed several issues when creating and updating the policy.
    FIXES [#6746](https://github.com/microsoft/Microsoft365DSC/issues/6746)
* IntuneAppProtectionPolicyiOS
  * Fixed several issues when creating and updating the policy.
* IntuneAzureNetworkConnectionWindows365
  * Fixed the name of the Azure permission provider.
* IntuneDeviceCompliancePolicyAndroidDeviceOwner
  * Fixed an issue where a JSON serialization warning was outputted
    due to the object depth exceeding two levels.
* IntuneDeviceCompliancePolicyWindows10
  * Fixed an issue where the complex type mapping was defined incorrectly.
* IntuneEpmElevationRulesPolicyWindows10
  * Added a throw condition if the reusable certiticate policy setting is not found.
* IntuneMobileAppsBuiltInStoreApp
  * Fixed an issue where `AssignmentSettings` was not a valid property.
* IntuneMobileAppsLobAppiOS
  * Fixed an issue where `AssignmentSettings` was not a valid property.
* IntuneMobileAppsLobAppMsiWindows10
  * Fixed an issue where `Categories` was exported as a String.
* IntuneMobileAppsMacOSLobApp
  * Fixed an issue where `AssignmentSettings` was not a valid property.
* IntuneMobileAppsManagedGooglePlayApp
  * Fixed an issue where `AssignmentSettings` was not a valid property.
    FIXES [#6785](https://github.com/microsoft/Microsoft365DSC/issues/6785)
* IntuneSettingCatalogCustomPolicyWindows10
  * Fixed the ability to run Get-TargetResource via the LCM (Get-DscConfiguration) and
    it`s ability to return complex nested objects.
    FIXES [#6092](https://github.com/microsoft/Microsoft365DSC/issues/6092)
* O365OrgSettings
  * Added `CertificatePath` with `CertificatePassword` as an authentication method.
* SPOSite
   * Fixed an issue about not correctly passing RestrictedToRegion parameter.
     FIXES [#6734](https://github.com/microsoft/Microsoft365DSC/issues/6734)
* PPTenantIsolationSettings
  * Fixed an issue where updating the policy failed because of an unresolved tenant name.
    FIXES [#6778](https://github.com/microsoft/Microsoft365DSC/issues/6778)
* SCAutoSensitivityLabelRule
  * Aligned property formating for improved export processing.
* SCSecurityFilter
  * Added a note that the resource does not support certificate based authentication.
* TeamsChannel
  * Updated required permissions for read / update.
* TeamsEmergencyCallRoutingPolicy
  * Updated required permissions for read / update.
* TeamsMeetingBroadcastConfiguration
  * Fixed an issue where the `SdnApiToken` property was not compared correctly.
* TeamsOrgWideAppSettings
  * Added a note that the resource does not support certificate based authentication.
* TeamsTeam
  * Updated required permissions for read / update.
* TeamsUser
  * Updated required permissions for read / update.
* M365DSCDRGUtil
  * Added missing `UseBasicParsing` because of Windows PowerShell hardening.
  * Fixed an issue in `Get-M365DSCDRGComplexTypeToHashtable` not working with arrays.
    FIXES [#6759](https://github.com/microsoft/Microsoft365DSC/issues/6759)
  * Fixed an issue where `Rename-M365DSCCimInstanceParameter` omitted values.
    FIXES [#6727](https://github.com/microsoft/Microsoft365DSC/issues/6727)
    FIXES [#6779](https://github.com/microsoft/Microsoft365DSC/issues/6779)
* M365DSCLogEngine
  * Replaced deprecated Windows Event PowerShell cmdlets with .NET.
* M365DSCReverse
  * Added logic to clean up temporary files after export.
  * Added `TenantGuid` entry to the `ConfigurationData.psd1` file during export.
    FIXES [#6689](https://github.com/microsoft/Microsoft365DSC/issues/6689)
  * Fixed an issue when attempting to copy non-downloaded `SPOApp` files.
* M365DSCUtil
  * Added functionality to change M365DSC configuration during runtime.
  * Added logic to clean up temporary files assertion.
  * Added missing `UseBasicParsing` because of Windows PowerShell hardening.
  * Fixed an issue where multiple installed Microsoft365DSC versions
    will lead to an error during export.
    FIXES [#6758](https://github.com/microsoft/Microsoft365DSC/issues/6758)
  * Fixed an issue where the export would fail if the name of a resource was not
    the same case as the name in Microsoft365DSC.
  * Improved module installation speed for `Update-M365DSCModule`.
  * Updated the Tenant Guid parsing to not throw but instead use `TryParse`.
* MISC
  * Applied ordering for CIM instances to minimize Git differences.
  * Fixed a couple of misaligned export messages on the console.
  * Fixed an issue where not all required modules were specified in resource settings.
  * Generalized custom comparison handling.
    FIXES [#6765](https://github.com/microsoft/Microsoft365DSC/issues/6765)
    FIXES [#6756](https://github.com/microsoft/Microsoft365DSC/issues/6756)
    FIXES [#6584](https://github.com/microsoft/Microsoft365DSC/issues/6584)
  * Removed verbose output from `Get-TargetResource`.
  * Updated and corrected all EXO and several SC permissions.
  * Updated the error behavior to always throw inside `Get-TargetResource`.'


      # Flag to indicate whether the module requires explicit user acceptance for install/update
      # RequireLicenseAcceptance = $false

      # External dependent modules of this module
      # ExternalModuleDependencies = @()

    } # End of PSData hashtable

  } # End of PrivateData hashtable

  # HelpInfo URI of this module
  # HelpInfoURI = ''

  # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
  # DefaultCommandPrefix = ''
}