ZeroTrustAssessment.psd1

#
# Module manifest for module 'ZeroTrustAssessment'
#
# Generated by: Microsoft
#
# Generated on: 12/24/2025
#

@{

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

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

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = '708723ef-2420-4bcb-bfd7-988e190d7acf'

# Author of this module
Author = 'Microsoft'

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

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

# Description of the functionality provided by this module
Description = 'Perform a Zero Trust Assessment of your Microsoft 365 environment.'

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

# 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 = @(@{ModuleName = 'Az.Accounts'; GUID = '17a2feff-488b-47f9-8729-e2cec094624c'; ModuleVersion = '4.0.2'; }, 
               @{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883916f2-9184-46ee-b1f8-b6a2fb784cee'; ModuleVersion = '2.32.0'; }, 
               @{ModuleName = 'Microsoft.Graph.Beta.Teams'; GUID = 'e264919d-7ae2-4a89-ba8b-524bd93ddc08'; ModuleVersion = '2.32.0'; }, 
               @{ModuleName = 'PSFramework'; GUID = '8028b914-132b-431f-baa9-94a6952f21ff'; ModuleVersion = '1.13.419'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'lib\DuckDB.NET.Data.dll'

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

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

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

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# 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 = 'Connect-ZtAssessment', 'Disconnect-ZtAssessment', 
               'Get-ZtExportStatistics', 'Get-ZtGraphScope', 'Get-ZtTest', 
               'Get-ZtTestStatistics', 'Invoke-ZtAssessment', 
               'Invoke-ZtGraphRequest'

# 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 = @()

# 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 = 'Invoke-ZeroTrustAssessment'

# DSC resources to export from this module
# DscResourcesToExport = @()

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

# List of all files packaged with this module
FileList = '.\License.txt', '.\ZeroTrustAssessment.format.ps1xml', 
               '.\ZeroTrustAssessment.psd1', '.\ZeroTrustAssessment.psm1', 
               '.\assets\aadconsentgrantpermissiontable.csv', 
               '.\assets\export-tenant.config.psd1', 
               '.\assets\ReportTemplate.html', 
               '.\assets\export-model\Application-model.json', 
               '.\assets\export-model\ConfigurationPolicy-model.json', 
               '.\assets\export-model\Device-model.json', 
               '.\assets\export-model\RoleAssignmentGroup-model.json', 
               '.\assets\export-model\RoleAssignmentScheduleInstance-model.json', 
               '.\assets\export-model\RoleAssignmentScheduleInstanceGroup-model.json', 
               '.\assets\export-model\RoleEligibilityScheduleInstance-model.json', 
               '.\assets\export-model\RoleEligibilityScheduleInstanceGroup-model.json', 
               '.\assets\export-model\RoleManagementPolicyAssignment-model.json', 
               '.\assets\export-model\ServicePrincipalSignIn-model.json', 
               '.\assets\export-model\SignIn-model.json', 
               '.\assets\export-model\UserRegistrationDetails-model.json', 
               '.\classes\ZtTest.ps1', '.\doc\readme.md', '.\doc\media\image1.png', 
               '.\doc\media\image2.png', '.\doc\media\image3.png', 
               '.\doc\media\image4.png', '.\doc\media\image5.png', 
               '.\doc\media\image6.png', '.\doc\media\image7.png', 
               '.\lib\duckdb.dll', '.\lib\DuckDB.NET.Bindings.dll', 
               '.\lib\DuckDB.NET.Data.dll', '.\lib\libduckdb.dylib', 
               '.\private\Get-FormattedPolicyState.ps1', 
               '.\private\Get-FormattedRiskLevel.ps1', 
               '.\private\Get-RiskEventTypeLabel.ps1', 
               '.\private\Get-RiskStateLabel.ps1', 
               '.\private\Send-ZtAppInsightsTelemetry.ps1', 
               '.\private\core\Add-ZtTenantInfo.ps1', 
               '.\private\core\Add-ZtTestResultDetail.ps1', 
               '.\private\core\Clear-ZtModuleVariable.ps1', 
               '.\private\core\ConvertFrom-QueryString.ps1', 
               '.\private\core\ConvertTo-QueryString.ps1', 
               '.\private\core\Get-ExportJsonFilePath.ps1', 
               '.\private\core\Get-FilteredPoliciesBySetting.ps1', 
               '.\private\core\Get-FormattedDate.ps1', 
               '.\private\core\Get-GraphObjectMarkdown.ps1', 
               '.\private\core\Get-GraphPermissionRisk.ps1', 
               '.\private\core\Get-HtmlReport.ps1', 
               '.\private\core\Get-ObjectProperty.ps1', 
               '.\private\core\Get-PolicyAssignmentTarget.ps1', 
               '.\private\core\Get-SafeMarkdown.ps1', 
               '.\private\core\Get-WifiSecurityType.ps1', 
               '.\private\core\Get-ZtAssessmentResults.ps1', 
               '.\private\core\Get-ZtSkippedReason.ps1', 
               '.\private\core\Get-ZtTenant.ps1', 
               '.\private\core\Get-ZtTenantInfo.ps1', 
               '.\private\core\Get-ZtTenantName.ps1', 
               '.\private\core\Get-ZtTestStatus.ps1', 
               '.\private\core\Invoke-ZtGraphRequestCache.ps1', 
               '.\private\core\New-ZtInteractiveConfig.ps1', 
               '.\private\core\Test-DnsName.ps1', 
               '.\private\core\Test-UriRedirectsToSameDomain.ps1', 
               '.\private\core\Test-ZtContext.ps1', 
               '.\private\core\Test-ZtExternalUserScope.ps1', 
               '.\private\core\Write-ZtProgress.ps1', 
               '.\private\db\content\Get-TableSchemaConfig.ps1', 
               '.\private\db\content\Import-EntraTable.ps1', 
               '.\private\db\content\New-EntraTable.ps1', 
               '.\private\db\engine\Connect-Database.ps1', 
               '.\private\db\engine\Disconnect-Database.ps1', 
               '.\private\db\engine\Invoke-DatabaseQuery.ps1', 
               '.\private\db\engine\Test-DatabaseAssembly.ps1', 
               '.\private\export\Export-Database.ps1', 
               '.\private\export\Export-TenantData.ps1', 
               '.\private\export\Export-ZtGraphEntity.ps1', 
               '.\private\export\Export-ZtGraphEntityPrivilegedGroup.ps1', 
               '.\private\export\Export-ZtTenantData.ps1', 
               '.\private\export\Invoke-ZtTenantDataExport.ps1', 
               '.\private\export\Start-ZtTenantDataExport.ps1', 
               '.\private\export\Wait-ZtTenantDataExport.ps1', 
               '.\private\graph\Get-ZtAssignmentText.ps1', 
               '.\private\graph\Get-ZtAuthenticatorFeatureSettingTarget.ps1', 
               '.\private\graph\Get-ZtCaPolicyState.ps1', 
               '.\private\graph\Get-ZtConditionalAccessPolicy.ps1', 
               '.\private\graph\Get-ZtGraphObjectCount.ps1', 
               '.\private\graph\Get-ZtGroupMember.ps1', 
               '.\private\graph\Get-ZtLicense.ps1', 
               '.\private\graph\Get-ZtLicenseInformation.ps1', 
               '.\private\graph\Get-ZtPassFail.ps1', 
               '.\private\graph\Get-ZtRole.ps1', 
               '.\private\graph\Get-ZtRoleInfo.ps1', 
               '.\private\graph\Get-ZtRoleMember.ps1', 
               '.\private\graph\Get-ZtRoleScopeTag.ps1', 
               '.\private\graph\Get-ZtTotalObjectCount.ps1', 
               '.\private\graph\Get-ZtUserAuthenticationMethod.ps1', 
               '.\private\graph\Get-ZtUserAuthenticationMethodInfoByType.ps1', 
               '.\private\graph\Invoke-ZtGraphBatchRequest.ps1', 
               '.\private\tenantinfo\Add-ZtOverviewAuthMethodsAllUsers.ps1', 
               '.\private\tenantinfo\Add-ZtOverviewAuthMethodsPrivilegedUsers.ps1', 
               '.\private\tenantinfo\Add-ZtOverviewCaDevicesAllUsers.ps1', 
               '.\private\tenantinfo\Add-ZtOverviewCaMfa.ps1', 
               '.\private\tenantinfo\Add-ZtTenantOverview.ps1', 
               '.\private\tenantinfo\Get-ZtPercentLabel.ps1', 
               '.\private\tenantinfo\Get-ZtSignInDuration.ps1', 
               '.\private\tenantinfo\Invoke-ZtTenantInfo.ps1', 
               '.\private\tenantinfo\devices\Add-ZTDeviceAppProtectionPolicies.ps1', 
               '.\private\tenantinfo\devices\Add-ZTDeviceCompliancePolicies.ps1', 
               '.\private\tenantinfo\devices\Add-ZtDeviceEnrollmentRestriction.ps1', 
               '.\private\tenantinfo\devices\Add-ZtDeviceOverview.ps1', 
               '.\private\tenantinfo\devices\Add-ZtDeviceWindowsEnrollment.ps1', 
               '.\private\tests\Invoke-ZtTest.ps1', 
               '.\private\tests\Invoke-ZtTests.ps1', 
               '.\private\tests\Start-ZtTestExecution.ps1', 
               '.\private\tests\Wait-ZtTest.ps1', 
               '.\private\tests\Write-ZtTestStatistics.ps1', 
               '.\private\tests-metadata\Get-ZtTestMetadata.ps1', 
               '.\private\tests-metadata\Update-ZtTestMetadata.ps1', 
               '.\private\tests-shared\Add-AppPermissions.ps1', 
               '.\private\tests-shared\Add-DelegatePermissions.ps1', 
               '.\private\tests-shared\Add-GraphRisk.ps1', 
               '.\private\tests-shared\Get-ApplicationsWithInsufficientOwners.ps1', 
               '.\private\tests-shared\Get-ApplicationsWithPermissions.ps1', 
               '.\private\tests-shared\Get-AppList.ps1', 
               '.\private\tests-shared\Get-GraphRisk.ps1', 
               '.\private\tests-shared\Get-ZtAppWithUnsafeRedirectUris.ps1', 
               '.\private\tests-shared\Test-ZtApplicationOwnership.ps1', 
               '.\private\utility\config\Get-ZtConfig.ps1', 
               '.\private\utility\config\Get-ZtConfigPath.ps1', 
               '.\private\utility\config\Set-ZtConfig.ps1', 
               '.\private\utility\other\Clear-ZtFolder.ps1', 
               '.\public\Connect-ZtAssessment.ps1', 
               '.\public\Disconnect-ZtAssessment.ps1', 
               '.\public\Get-ZtExportStatistics.ps1', 
               '.\public\Get-ZtGraphScope.ps1', '.\public\Get-ZtTest.ps1', 
               '.\public\Get-ZtTestStatistics.ps1', 
               '.\public\Invoke-ZtAssessment.ps1', 
               '.\public\Invoke-ZtGraphRequest.ps1', 
               '.\scripts\ArgumentCompleters.ps1', '.\scripts\configuration.ps1', 
               '.\scripts\extend-supportpackage.ps1', '.\scripts\initialize.ps1', 
               '.\scripts\variables.ps1', '.\tests\Test-Assessment.21770.md', 
               '.\tests\Test-Assessment.21770.ps1', 
               '.\tests\Test-Assessment.21771.md', 
               '.\tests\Test-Assessment.21771.ps1', 
               '.\tests\Test-Assessment.21772.md', 
               '.\tests\Test-Assessment.21772.ps1', 
               '.\tests\Test-Assessment.21773.md', 
               '.\tests\Test-Assessment.21773.ps1', 
               '.\tests\Test-Assessment.21774.md', 
               '.\tests\Test-Assessment.21774.ps1', 
               '.\tests\Test-Assessment.21775.md', 
               '.\tests\Test-Assessment.21775.ps1', 
               '.\tests\Test-Assessment.21776.md', 
               '.\tests\Test-Assessment.21776.ps1', 
               '.\tests\Test-Assessment.21777.md', 
               '.\tests\Test-Assessment.21777.ps1', 
               '.\tests\Test-Assessment.21778.md', 
               '.\tests\Test-Assessment.21778.ps1', 
               '.\tests\Test-Assessment.21779.md', 
               '.\tests\Test-Assessment.21779.ps1', 
               '.\tests\Test-Assessment.21780.md', 
               '.\tests\Test-Assessment.21780.ps1', 
               '.\tests\Test-Assessment.21781.md', 
               '.\tests\Test-Assessment.21781.ps1', 
               '.\tests\Test-Assessment.21782.md', 
               '.\tests\Test-Assessment.21782.ps1', 
               '.\tests\Test-Assessment.21783.md', 
               '.\tests\Test-Assessment.21783.ps1', 
               '.\tests\Test-Assessment.21784.md', 
               '.\tests\Test-Assessment.21784.ps1', 
               '.\tests\Test-Assessment.21786.md', 
               '.\tests\Test-Assessment.21786.ps1', 
               '.\tests\Test-Assessment.21787.md', 
               '.\tests\Test-Assessment.21787.ps1', 
               '.\tests\Test-Assessment.21788.md', 
               '.\tests\Test-Assessment.21788.ps1', 
               '.\tests\Test-Assessment.21789.md', 
               '.\tests\Test-Assessment.21789.ps1', 
               '.\tests\Test-Assessment.21790.md', 
               '.\tests\Test-Assessment.21790.ps1', 
               '.\tests\Test-Assessment.21791.md', 
               '.\tests\Test-Assessment.21791.ps1', 
               '.\tests\Test-Assessment.21792.md', 
               '.\tests\Test-Assessment.21792.ps1', 
               '.\tests\Test-Assessment.21793.md', 
               '.\tests\Test-Assessment.21793.ps1', 
               '.\tests\Test-Assessment.21795.md', 
               '.\tests\Test-Assessment.21795.ps1', 
               '.\tests\Test-Assessment.21796.md', 
               '.\tests\Test-Assessment.21796.ps1', 
               '.\tests\Test-Assessment.21797.md', 
               '.\tests\Test-Assessment.21797.ps1', 
               '.\tests\Test-Assessment.21798.md', 
               '.\tests\Test-Assessment.21798.ps1', 
               '.\tests\Test-Assessment.21799.md', 
               '.\tests\Test-Assessment.21799.ps1', 
               '.\tests\Test-Assessment.21800.md', 
               '.\tests\Test-Assessment.21800.ps1', 
               '.\tests\Test-Assessment.21801.md', 
               '.\tests\Test-Assessment.21801.ps1', 
               '.\tests\Test-Assessment.21802.md', 
               '.\tests\Test-Assessment.21802.ps1', 
               '.\tests\Test-Assessment.21803.md', 
               '.\tests\Test-Assessment.21803.ps1', 
               '.\tests\Test-Assessment.21804.md', 
               '.\tests\Test-Assessment.21804.ps1', 
               '.\tests\Test-Assessment.21806.md', 
               '.\tests\Test-Assessment.21806.ps1', 
               '.\tests\Test-Assessment.21807.md', 
               '.\tests\Test-Assessment.21807.ps1', 
               '.\tests\Test-Assessment.21808.md', 
               '.\tests\Test-Assessment.21808.ps1', 
               '.\tests\Test-Assessment.21809.md', 
               '.\tests\Test-Assessment.21809.ps1', 
               '.\tests\Test-Assessment.21810.md', 
               '.\tests\Test-Assessment.21810.ps1', 
               '.\tests\Test-Assessment.21811.md', 
               '.\tests\Test-Assessment.21811.ps1', 
               '.\tests\Test-Assessment.21812.md', 
               '.\tests\Test-Assessment.21812.ps1', 
               '.\tests\Test-Assessment.21813.md', 
               '.\tests\Test-Assessment.21813.ps1', 
               '.\tests\Test-Assessment.21814.md', 
               '.\tests\Test-Assessment.21814.ps1', 
               '.\tests\Test-Assessment.21815.md', 
               '.\tests\Test-Assessment.21815.ps1', 
               '.\tests\Test-Assessment.21816.md', 
               '.\tests\Test-Assessment.21816.ps1', 
               '.\tests\Test-Assessment.21817.md', 
               '.\tests\Test-Assessment.21817.ps1', 
               '.\tests\Test-Assessment.21818.md', 
               '.\tests\Test-Assessment.21818.ps1', 
               '.\tests\Test-Assessment.21819.md', 
               '.\tests\Test-Assessment.21819.ps1', 
               '.\tests\Test-Assessment.21820.md', 
               '.\tests\Test-Assessment.21820.ps1', 
               '.\tests\Test-Assessment.21821.md', 
               '.\tests\Test-Assessment.21821.ps1', 
               '.\tests\Test-Assessment.21822.md', 
               '.\tests\Test-Assessment.21822.ps1', 
               '.\tests\Test-Assessment.21823.md', 
               '.\tests\Test-Assessment.21823.ps1', 
               '.\tests\Test-Assessment.21824.md', 
               '.\tests\Test-Assessment.21824.ps1', 
               '.\tests\Test-Assessment.21825.md', 
               '.\tests\Test-Assessment.21825.ps1', 
               '.\tests\Test-Assessment.21828.md', 
               '.\tests\Test-Assessment.21828.ps1', 
               '.\tests\Test-Assessment.21829.md', 
               '.\tests\Test-Assessment.21829.ps1', 
               '.\tests\Test-Assessment.21830.md', 
               '.\tests\Test-Assessment.21830.ps1', 
               '.\tests\Test-Assessment.21831.md', 
               '.\tests\Test-Assessment.21831.ps1', 
               '.\tests\Test-Assessment.21832.md', 
               '.\tests\Test-Assessment.21832.ps1', 
               '.\tests\Test-Assessment.21833.md', 
               '.\tests\Test-Assessment.21833.ps1', 
               '.\tests\Test-Assessment.21834.md', 
               '.\tests\Test-Assessment.21834.ps1', 
               '.\tests\Test-Assessment.21835.md', 
               '.\tests\Test-Assessment.21835.ps1', 
               '.\tests\Test-Assessment.21836.md', 
               '.\tests\Test-Assessment.21836.ps1', 
               '.\tests\Test-Assessment.21837.md', 
               '.\tests\Test-Assessment.21837.ps1', 
               '.\tests\Test-Assessment.21838.md', 
               '.\tests\Test-Assessment.21838.ps1', 
               '.\tests\Test-Assessment.21839.md', 
               '.\tests\Test-Assessment.21839.ps1', 
               '.\tests\Test-Assessment.21840.md', 
               '.\tests\Test-Assessment.21840.ps1', 
               '.\tests\Test-Assessment.21841.md', 
               '.\tests\Test-Assessment.21841.ps1', 
               '.\tests\Test-Assessment.21842.md', 
               '.\tests\Test-Assessment.21842.ps1', 
               '.\tests\Test-Assessment.21843.md', 
               '.\tests\Test-Assessment.21843.ps1', 
               '.\tests\Test-Assessment.21844.md', 
               '.\tests\Test-Assessment.21844.ps1', 
               '.\tests\Test-Assessment.21845.md', 
               '.\tests\Test-Assessment.21845.ps1', 
               '.\tests\Test-Assessment.21846.md', 
               '.\tests\Test-Assessment.21846.ps1', 
               '.\tests\Test-Assessment.21847.md', 
               '.\tests\Test-Assessment.21847.ps1', 
               '.\tests\Test-Assessment.21848.md', 
               '.\tests\Test-Assessment.21848.ps1', 
               '.\tests\Test-Assessment.21849.md', 
               '.\tests\Test-Assessment.21849.ps1', 
               '.\tests\Test-Assessment.21850.md', 
               '.\tests\Test-Assessment.21850.ps1', 
               '.\tests\Test-Assessment.21851.md', 
               '.\tests\Test-Assessment.21851.ps1', 
               '.\tests\Test-Assessment.21854.md', 
               '.\tests\Test-Assessment.21854.ps1', 
               '.\tests\Test-Assessment.21855.md', 
               '.\tests\Test-Assessment.21855.ps1', 
               '.\tests\Test-Assessment.21857.md', 
               '.\tests\Test-Assessment.21857.ps1', 
               '.\tests\Test-Assessment.21858.md', 
               '.\tests\Test-Assessment.21858.ps1', 
               '.\tests\Test-Assessment.21859.md', 
               '.\tests\Test-Assessment.21859.ps1', 
               '.\tests\Test-Assessment.21860.md', 
               '.\tests\Test-Assessment.21860.ps1', 
               '.\tests\Test-Assessment.21861.md', 
               '.\tests\Test-Assessment.21861.ps1', 
               '.\tests\Test-Assessment.21862.md', 
               '.\tests\Test-Assessment.21862.ps1', 
               '.\tests\Test-Assessment.21863.md', 
               '.\tests\Test-Assessment.21863.ps1', 
               '.\tests\Test-Assessment.21864.md', 
               '.\tests\Test-Assessment.21864.ps1', 
               '.\tests\Test-Assessment.21865.md', 
               '.\tests\Test-Assessment.21865.ps1', 
               '.\tests\Test-Assessment.21866.md', 
               '.\tests\Test-Assessment.21866.ps1', 
               '.\tests\Test-Assessment.21867.md', 
               '.\tests\Test-Assessment.21867.ps1', 
               '.\tests\Test-Assessment.21868.md', 
               '.\tests\Test-Assessment.21868.ps1', 
               '.\tests\Test-Assessment.21869.md', 
               '.\tests\Test-Assessment.21869.ps1', 
               '.\tests\Test-Assessment.21870.md', 
               '.\tests\Test-Assessment.21870.ps1', 
               '.\tests\Test-Assessment.21872.md', 
               '.\tests\Test-Assessment.21872.ps1', 
               '.\tests\Test-Assessment.21874.md', 
               '.\tests\Test-Assessment.21874.ps1', 
               '.\tests\Test-Assessment.21875.md', 
               '.\tests\Test-Assessment.21875.ps1', 
               '.\tests\Test-Assessment.21876.md', 
               '.\tests\Test-Assessment.21876.ps1', 
               '.\tests\Test-Assessment.21877.md', 
               '.\tests\Test-Assessment.21877.ps1', 
               '.\tests\Test-Assessment.21878.md', 
               '.\tests\Test-Assessment.21878.ps1', 
               '.\tests\Test-Assessment.21879.md', 
               '.\tests\Test-Assessment.21879.ps1', 
               '.\tests\Test-Assessment.21881.md', 
               '.\tests\Test-Assessment.21881.ps1', 
               '.\tests\Test-Assessment.21882.md', 
               '.\tests\Test-Assessment.21882.ps1', 
               '.\tests\Test-Assessment.21883.md', 
               '.\tests\Test-Assessment.21883.ps1', 
               '.\tests\Test-Assessment.21884.md', 
               '.\tests\Test-Assessment.21884.ps1', 
               '.\tests\Test-Assessment.21885.md', 
               '.\tests\Test-Assessment.21885.ps1', 
               '.\tests\Test-Assessment.21886.md', 
               '.\tests\Test-Assessment.21886.ps1', 
               '.\tests\Test-Assessment.21887.md', 
               '.\tests\Test-Assessment.21887.ps1', 
               '.\tests\Test-Assessment.21888.md', 
               '.\tests\Test-Assessment.21888.ps1', 
               '.\tests\Test-Assessment.21889.md', 
               '.\tests\Test-Assessment.21889.ps1', 
               '.\tests\Test-Assessment.21890.md', 
               '.\tests\Test-Assessment.21890.ps1', 
               '.\tests\Test-Assessment.21891.md', 
               '.\tests\Test-Assessment.21891.ps1', 
               '.\tests\Test-Assessment.21892.md', 
               '.\tests\Test-Assessment.21892.ps1', 
               '.\tests\Test-Assessment.21893.md', 
               '.\tests\Test-Assessment.21893.ps1', 
               '.\tests\Test-Assessment.21894.md', 
               '.\tests\Test-Assessment.21894.ps1', 
               '.\tests\Test-Assessment.21895.md', 
               '.\tests\Test-Assessment.21895.ps1', 
               '.\tests\Test-Assessment.21896.md', 
               '.\tests\Test-Assessment.21896.ps1', 
               '.\tests\Test-Assessment.21897.md', 
               '.\tests\Test-Assessment.21897.ps1', 
               '.\tests\Test-Assessment.21898.md', 
               '.\tests\Test-Assessment.21898.ps1', 
               '.\tests\Test-Assessment.21899.md', 
               '.\tests\Test-Assessment.21899.ps1', 
               '.\tests\Test-Assessment.21912.md', 
               '.\tests\Test-Assessment.21912.ps1', 
               '.\tests\Test-Assessment.21929.md', 
               '.\tests\Test-Assessment.21929.ps1', 
               '.\tests\Test-Assessment.21941.md', 
               '.\tests\Test-Assessment.21941.ps1', 
               '.\tests\Test-Assessment.21953.md', 
               '.\tests\Test-Assessment.21953.ps1', 
               '.\tests\Test-Assessment.21954.md', 
               '.\tests\Test-Assessment.21954.ps1', 
               '.\tests\Test-Assessment.21955.md', 
               '.\tests\Test-Assessment.21955.ps1', 
               '.\tests\Test-Assessment.21964.md', 
               '.\tests\Test-Assessment.21964.ps1', 
               '.\tests\Test-Assessment.21983.md', 
               '.\tests\Test-Assessment.21983.ps1', 
               '.\tests\Test-Assessment.21984.md', 
               '.\tests\Test-Assessment.21984.ps1', 
               '.\tests\Test-Assessment.21985.md', 
               '.\tests\Test-Assessment.21985.ps1', 
               '.\tests\Test-Assessment.21992.md', 
               '.\tests\Test-Assessment.21992.ps1', 
               '.\tests\Test-Assessment.22072.md', 
               '.\tests\Test-Assessment.22072.ps1', 
               '.\tests\Test-Assessment.22124.md', 
               '.\tests\Test-Assessment.22124.ps1', 
               '.\tests\Test-Assessment.22128.md', 
               '.\tests\Test-Assessment.22128.ps1', 
               '.\tests\Test-Assessment.22659.md', 
               '.\tests\Test-Assessment.22659.ps1', 
               '.\tests\Test-Assessment.23183.md', 
               '.\tests\Test-Assessment.23183.ps1', 
               '.\tests\Test-Assessment.24518.md', 
               '.\tests\Test-Assessment.24518.ps1', 
               '.\tests\Test-Assessment.24540.md', 
               '.\tests\Test-Assessment.24540.ps1', 
               '.\tests\Test-Assessment.24541.md', 
               '.\tests\Test-Assessment.24541.ps1', 
               '.\tests\Test-Assessment.24542.md', 
               '.\tests\Test-Assessment.24542.ps1', 
               '.\tests\Test-Assessment.24543.md', 
               '.\tests\Test-Assessment.24543.ps1', 
               '.\tests\Test-Assessment.24545.md', 
               '.\tests\Test-Assessment.24545.ps1', 
               '.\tests\Test-Assessment.24546.md', 
               '.\tests\Test-Assessment.24546.ps1', 
               '.\tests\Test-Assessment.24547.md', 
               '.\tests\Test-Assessment.24547.ps1', 
               '.\tests\Test-Assessment.24548.md', 
               '.\tests\Test-Assessment.24548.ps1', 
               '.\tests\Test-Assessment.24549.md', 
               '.\tests\Test-Assessment.24549.ps1', 
               '.\tests\Test-Assessment.24550.md', 
               '.\tests\Test-Assessment.24550.ps1', 
               '.\tests\Test-Assessment.24551.md', 
               '.\tests\Test-Assessment.24551.ps1', 
               '.\tests\Test-Assessment.24552.md', 
               '.\tests\Test-Assessment.24552.ps1', 
               '.\tests\Test-Assessment.24553.md', 
               '.\tests\Test-Assessment.24553.ps1', 
               '.\tests\Test-Assessment.24554.md', 
               '.\tests\Test-Assessment.24554.ps1', 
               '.\tests\Test-Assessment.24555.md', 
               '.\tests\Test-Assessment.24555.ps1', 
               '.\tests\Test-Assessment.24560.md', 
               '.\tests\Test-Assessment.24560.ps1', 
               '.\tests\Test-Assessment.24561.md', 
               '.\tests\Test-Assessment.24561.ps1', 
               '.\tests\Test-Assessment.24564.md', 
               '.\tests\Test-Assessment.24564.ps1', 
               '.\tests\Test-Assessment.24568.md', 
               '.\tests\Test-Assessment.24568.ps1', 
               '.\tests\Test-Assessment.24569.md', 
               '.\tests\Test-Assessment.24569.ps1', 
               '.\tests\Test-Assessment.24570.md', 
               '.\tests\Test-Assessment.24570.ps1', 
               '.\tests\Test-Assessment.24572.md', 
               '.\tests\Test-Assessment.24572.ps1', 
               '.\tests\Test-Assessment.24573.md', 
               '.\tests\Test-Assessment.24573.ps1', 
               '.\tests\Test-Assessment.24574.md', 
               '.\tests\Test-Assessment.24574.ps1', 
               '.\tests\Test-Assessment.24575.md', 
               '.\tests\Test-Assessment.24575.ps1', 
               '.\tests\Test-Assessment.24576.md', 
               '.\tests\Test-Assessment.24576.ps1', 
               '.\tests\Test-Assessment.24690.md', 
               '.\tests\Test-Assessment.24690.ps1', 
               '.\tests\Test-Assessment.24784.md', 
               '.\tests\Test-Assessment.24784.ps1', 
               '.\tests\Test-Assessment.24794.md', 
               '.\tests\Test-Assessment.24794.ps1', 
               '.\tests\Test-Assessment.24802.md', 
               '.\tests\Test-Assessment.24802.ps1', 
               '.\tests\Test-Assessment.24823.md', 
               '.\tests\Test-Assessment.24823.ps1', 
               '.\tests\Test-Assessment.24824.md', 
               '.\tests\Test-Assessment.24824.ps1', 
               '.\tests\Test-Assessment.24827.md', 
               '.\tests\Test-Assessment.24827.ps1', 
               '.\tests\Test-Assessment.24839.md', 
               '.\tests\Test-Assessment.24839.ps1', 
               '.\tests\Test-Assessment.24840.md', 
               '.\tests\Test-Assessment.24840.ps1', 
               '.\tests\Test-Assessment.24870.md', 
               '.\tests\Test-Assessment.24870.ps1', 
               '.\tests\Test-Assessment.24871.md', 
               '.\tests\Test-Assessment.24871.ps1', 
               '.\tests\Test-Assessment.25370.md', 
               '.\tests\Test-Assessment.25370.ps1', 
               '.\tests\Test-Assessment.25381.md', 
               '.\tests\Test-Assessment.25381.ps1', 
               '.\tests\Test-Assessment.25383.md', 
               '.\tests\Test-Assessment.25383.ps1', 
               '.\tests\Test-Assessment.25391.md', 
               '.\tests\Test-Assessment.25391.ps1', 
               '.\tests\Test-Assessment.25392.md', 
               '.\tests\Test-Assessment.25392.ps1', 
               '.\tests\Test-Assessment.25399.md', 
               '.\tests\Test-Assessment.25399.ps1', 
               '.\tests\Test-Assessment.25405.md', 
               '.\tests\Test-Assessment.25405.ps1', 
               '.\tests\Test-Assessment.25406.md', 
               '.\tests\Test-Assessment.25406.ps1', '.\tests\TestMeta.json', 
               '.\ZeroTrustAssessment\InvokeAssessment.cs'

# 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 = 'Microsoft','Security','ZeroTrust','Entra','Intune'

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/microsoft/zerotrustassessment/blob/main/LICENSE'

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

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        # ReleaseNotes = ''

        # Prerelease string of this module
        Prerelease = 'preview'

        # Flag to indicate whether the module requires explicit user acceptance for install/update/save
        # 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 = ''

}