Skip to content

Commit 74ad377

Browse files
committed
Format issue
1 parent e7a9328 commit 74ad377

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

EguibarIT.psd1

+20-24
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,32 @@
33
#
44
# Generated by: Vicente Rodriguez Eguibar
55
#
6-
# Generated on: 5/29/2024
6+
# Generated on: 5/28/2024
77
#
88

99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = 'EguibarIT.psm1'
12+
RootModule = 'EguibarIT.psm1'
1313

14-
<<<<<<< HEAD
1514
# 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'
2717

2818
# Author of this module
29-
Author = 'Vicente Rodriguez Eguibar'
19+
Author = 'Vicente Rodriguez Eguibar'
3020

3121
# Company or vendor of this module
32-
CompanyName = 'EguibarIT'
22+
CompanyName = 'EguibarIT'
3323

3424
# Copyright statement for this module
35-
Copyright = 'All rights reserved (c) 2022 - EguibarIT'
25+
Copyright = 'All rights reserved (c) 2022 - EguibarIT'
3626

3727
# 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.'
3929

4030
# Minimum version of the PowerShell engine required by this module
41-
PowerShellVersion = '5.1'
31+
PowerShellVersion = '5.1'
4232

4333
# Name of the PowerShell host required by this module
4434
# PowerShellHostName = ''
@@ -74,7 +64,7 @@ ModuleVersion = '1.56.107'
7464
# NestedModules = @()
7565

7666
# 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.
77-
FunctionsToExport = 'Add-AdGroupNesting', 'ConvertTo-IntegerIPv4',
67+
FunctionsToExport = 'Add-AdGroupNesting', 'ConvertTo-IntegerIPv4',
7868
'ConvertTo-IPv4Integer', 'ConvertTo-IPv4MaskBit',
7969
'ConvertTo-IPv4MaskString', 'ConvertTo-IPv4NetworkAddress',
8070
'ConvertTo-WmiFilter', 'Get-AdSite', 'Get-AllAdSiteLink',
@@ -91,13 +81,13 @@ ModuleVersion = '1.56.107'
9181
'Start-AdDelegatedSite', 'Test-IPv4MaskString', 'Test-RegistryValue'
9282

9383
# 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 = '*'
9585

9686
# Variables to export from this module
9787
# VariablesToExport = @()
9888

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

10292
# DSC resources to export from this module
10393
# DscResourcesToExport = @()
@@ -109,7 +99,7 @@ ModuleVersion = '1.56.107'
10999
# FileList = @()
110100

111101
# 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.
112-
PrivateData = @{
102+
PrivateData = @{
113103

114104
PSData = @{
115105

@@ -142,7 +132,13 @@ ModuleVersion = '1.56.107'
142132
} # End of PrivateData hashtable
143133

144134
# HelpInfo URI of this module
145-
HelpInfoURI = 'https://eguibarit.eu/powershell/delegation-model-powershell-scripts/eguibarit-powershell-module/'
135+
HelpInfoURI = 'https://eguibarit.eu/powershell/delegation-model-powershell-scripts/eguibarit-powershell-module/'
136+
137+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
138+
# DefaultCommandPrefix = ''
139+
140+
}
141+
146142

147143
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
148144
# DefaultCommandPrefix = ''

0 commit comments

Comments
 (0)