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: EguibarIT.psd1
+20-24
Original file line number
Diff line number
Diff line change
@@ -3,42 +3,32 @@
3
3
#
4
4
# Generated by: Vicente Rodriguez Eguibar
5
5
#
6
-
# Generated on: 5/29/2024
6
+
# Generated on: 5/28/2024
7
7
#
8
8
9
9
@{
10
10
11
11
# Script module or binary module file associated with this manifest.
12
-
RootModule='EguibarIT.psm1'
12
+
RootModule='EguibarIT.psm1'
13
13
14
-
<<<<<<< HEAD
15
14
# Version number of this module.
16
-
ModuleVersion='1.56.106'
17
-
=======
18
-
# Version number of this module.
19
-
ModuleVersion='1.56.107'
20
-
>>>>>>> d190847e24345f764af77d8ce62ffef3af9cccaf
21
-
22
-
# Supported PSEditions
23
-
CompatiblePSEditions='Desktop'
24
-
25
-
# ID used to uniquely identify this module
26
-
GUID='73548059-dfed-487e-9e47-f1a95ff90118'
15
+
ModuleVersion='1.56.107'
16
+
GUID='73548059-dfed-487e-9e47-f1a95ff90118'
27
17
28
18
# Author of this module
29
-
Author='Vicente Rodriguez Eguibar'
19
+
Author='Vicente Rodriguez Eguibar'
30
20
31
21
# Company or vendor of this module
32
-
CompanyName='EguibarIT'
22
+
CompanyName='EguibarIT'
33
23
34
24
# Copyright statement for this module
35
-
Copyright='All rights reserved (c) 2022 - EguibarIT'
25
+
Copyright='All rights reserved (c) 2022 - EguibarIT'
36
26
37
27
# Description of the functionality provided by this module
38
-
Description='Functions used to implement the Delegation Model with Tiers on the given Active Directory.'
28
+
Description='Functions used to implement the Delegation Model with Tiers on the given Active Directory.'
39
29
40
30
# Minimum version of the PowerShell engine required by this module
41
-
PowerShellVersion='5.1'
31
+
PowerShellVersion='5.1'
42
32
43
33
# Name of the PowerShell host required by this module
44
34
# PowerShellHostName = ''
@@ -74,7 +64,7 @@ ModuleVersion = '1.56.107'
74
64
# NestedModules = @()
75
65
76
66
# 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.
# 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.
94
-
CmdletsToExport='*'
84
+
CmdletsToExport='*'
95
85
96
86
# Variables to export from this module
97
87
# VariablesToExport = @()
98
88
99
89
# 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.
100
-
AliasesToExport=@()
90
+
AliasesToExport=@()
101
91
102
92
# DSC resources to export from this module
103
93
# DscResourcesToExport = @()
@@ -109,7 +99,7 @@ ModuleVersion = '1.56.107'
109
99
# FileList = @()
110
100
111
101
# 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.
0 commit comments