Skip to content

Commit

Permalink
0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bader authored and github-actions[bot] committed Mar 26, 2024
1 parent bd78344 commit d56ae29
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions powershell/Maester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Maester.psm1'

# Version number of this module.
ModuleVersion = '0.0.43'
ModuleVersion = '0.0.44'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -69,25 +69,24 @@ RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; GUID = '883
# 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 = 'Add-MtTestResultDetail', 'Clear-MtGraphCache', 'Connect-MtGraph',
'Get-MtConditionalAccessPolicies', 'Get-MtGraphScopes',
'Invoke-Maester', 'Invoke-MtGraphRequest', 'Send-MtSummaryMail',
'Test-MtAppManagementPolicyEnabled', 'Test-MtCaAllAppsExists',
'Test-MtCaApplicationEnforcedRestrictions',
'Test-MtCaBlockLegacyExchangeActiveSyncAuthentication',
'Test-MtCaBlockLegacyOtherAuthentication',
'Test-MtCaBlockUnknownOrUnsupportedDevicePlatforms',
'Test-MtCaDeviceComplianceAdminsExists',
'Test-MtCaDeviceComplianceExists', 'Test-MtCaEmergencyAccessExists',
'Test-MtCaEnforceNonPersistentBrowserSession',
'Test-MtCaEnforceSignInFrequency',
'Test-MtCaLicenseUtilization',
'Test-MtCaExclusionForDirectorySyncAccounts',
'Test-MtCaMfaForAdminManagement', 'Test-MtCaMfaForAdmins',
'Test-MtCaMfaForAllUsers', 'Test-MtCaMfaForGuests',
'Test-MtCaMfaForRiskySignIns',
'Test-MtCaRequirePasswordChangeForHighUserRisk',
'Test-MtCaSecureSecurityInfoRegistration',
FunctionsToExport = 'Add-MtTestResultDetail', 'Clear-MtGraphCache', 'Connect-MtGraph',
'Get-MtConditionalAccessPolicies', 'Get-MtGraphScopes',
'Invoke-Maester', 'Invoke-MtGraphRequest', 'Send-MtSummaryMail',
'Test-MtAppManagementPolicyEnabled', 'Test-MtCaAllAppsExists',
'Test-MtCaApplicationEnforcedRestrictions',
'Test-MtCaBlockLegacyExchangeActiveSyncAuthentication',
'Test-MtCaBlockLegacyOtherAuthentication',
'Test-MtCaBlockUnknownOrUnsupportedDevicePlatforms',
'Test-MtCaDeviceComplianceAdminsExists',
'Test-MtCaDeviceComplianceExists', 'Test-MtCaEmergencyAccessExists',
'Test-MtCaEnforceNonPersistentBrowserSession',
'Test-MtCaEnforceSignInFrequency',
'Test-MtCaExclusionForDirectorySyncAccounts',
'Test-MtCaLicenseUtilization', 'Test-MtCaMfaForAdminManagement',
'Test-MtCaMfaForAdmins', 'Test-MtCaMfaForAllUsers',
'Test-MtCaMfaForGuests', 'Test-MtCaMfaForRiskySignIns',
'Test-MtCaRequirePasswordChangeForHighUserRisk',
'Test-MtCaSecureSecurityInfoRegistration',
'Test-MtConditionalAccessWhatIf'

# 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.
Expand Down

0 comments on commit d56ae29

Please sign in to comment.