You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monkey365.psd1
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
RootModule='monkey365.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='0.95.8'
15
+
ModuleVersion='0.96'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -30,7 +30,7 @@ CompanyName = 'monkey365'
30
30
Copyright='(c)2021 Juan Garrido. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
-
Description='Monkey365 provides a tool for security consultants to easily conduct not only Microsoft 365, but also Azure subscriptions and Azure Active Directory security configuration reviews.'
33
+
Description='Monkey365 provides a tool that enables security consultants to efficiently perform security configuration reviews across Microsoft 365, Azure subscriptions, and Microsoft Entra ID.'
34
34
35
35
# Minimum version of the Windows PowerShell engine required by this module
36
36
PowerShellVersion='3.0'
@@ -67,7 +67,7 @@ RequiredModules = @()
67
67
68
68
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
69
NestedModules=@(
70
-
#'core/modules/monkeyutils/monkeyutils.psm1',
70
+
#'core/modules/monkeyutils/monkeyutils.psm1'
71
71
#'core/modules/monkeylogger/monkeylogger.psm1'
72
72
)
73
73
@@ -82,7 +82,8 @@ FunctionsToExport = @(
82
82
'Update-PsObject',
83
83
'Get-AstFunction',
84
84
'Get-ObjectPropertyByPath',
85
-
'Register-Monkey365Application'
85
+
'Register-Monkey365Application',
86
+
'Test-IsPsObject'
86
87
)
87
88
88
89
# 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.
0 commit comments