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
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@
12
12
RootModule='monkey365.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='0.96'
15
+
ModuleVersion='0.96.5'
16
16
17
17
# Supported PSEditions
18
-
#CompatiblePSEditions = @()
18
+
CompatiblePSEditions=@('Desktop','Core')
19
19
20
20
# ID used to uniquely identify this module
21
21
GUID='b040dfab-f762-4ce1-bcc4-1b3963603ff1'
@@ -27,7 +27,7 @@ Author = 'Juan Garrido'
27
27
CompanyName='monkey365'
28
28
29
29
# Copyright statement for this module
30
-
Copyright='(c)2021 Juan Garrido. All rights reserved.'
30
+
Copyright='(c)2021-2026 Juan Garrido. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
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.'
@@ -74,7 +74,7 @@ NestedModules = @(
74
74
# 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.
0 commit comments