Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed May 30, 2024
1 parent c91e463 commit df4b060
Showing 1 changed file with 91 additions and 104 deletions.
195 changes: 91 additions & 104 deletions EguibarIT.psd1
Original file line number Diff line number Diff line change
@@ -1,152 +1,139 @@
#
# Module manifest for module 'EguibarIT'
#
# Generated by: runneradmin
# Generated by: Vicente Rodriguez Eguibar
#
# Generated on: 5/29/2024
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'EguibarIT.psm1'
# Script module or binary module file associated with this manifest.
RootModule = 'EguibarIT.psm1'

<<<<<<< HEAD
# Version number of this module.
ModuleVersion = '1.56.110'
CompanyName = 'EguibarIT'
=======
# Version number of this module.
ModuleVersion = '1.56.110'
>>>>>>> 8ef6b3da1eb81b05dea5293b47b8b9355f6a02a4
Description = 'Functions used to implement the Delegation Model with Tiers on the given Active Directory.'

# Supported PSEditions
# CompatiblePSEditions = @()
# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# ID used to uniquely identify this module
GUID = '00000000-0000-0000-0000-000000000000'
# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Author of this module
Author = 'runneradmin'
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

# Company or vendor of this module
CompanyName = 'EguibarIT'
# Minimum version of Microsoft .NET Framework required by this module.
# This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Copyright statement for this module
Copyright = 'All rights reserved (c) 2022 - EguibarIT'
# Minimum version of the common language runtime (CLR) required by this module.
# This prerequisite is valid for the PowerShell Desktop edition only.
# ClrVersion = ''

# Description of the functionality provided by this module
Description = 'Functions used to implement the Delegation Model with Tiers on the given Active Directory.'
# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'
# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''
# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# ClrVersion = ''
# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()
# 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-AdGroupNesting', 'ConvertTo-IntegerIPv4',
'ConvertTo-IPv4Integer', 'ConvertTo-IPv4MaskBit',
'ConvertTo-IPv4MaskString', 'ConvertTo-IPv4NetworkAddress',
'ConvertTo-WmiFilter', 'Get-AdSite', 'Get-AllAdSiteLink',
'Get-AllAdSubnet', 'Grant-NTFSPermission', 'Import-MyModule',
'New-AdDelegatedGroup', 'New-AGPMobject', 'New-AreaShareNTFS',
'New-CaObject', 'New-CentralItOU', 'New-DelegateAdGpo',
'New-DelegateAdOU', 'New-DelegateSiteOU', 'New-DfsObject',
'New-DhcpObject', 'New-EitAdSite', 'New-ExchangeObject',
'New-LapsObject', 'New-LocalLogonTask', 'New-TimePolicyGPO',
'New-WsusObjects', 'Revoke-Inheritance', 'Revoke-NTFSPermissions',
'Set-AdAclDelegateComputerAdmin', 'Set-AdAclDelegateGalAdmin',
'Set-AdAclDelegateUserAdmin', 'Set-AdAclLaps',
'Start-AdAclDelegateComputerAdmin', 'Start-AdCleanOU',
'Start-AdDelegatedSite', 'Test-IPv4MaskString', 'Test-RegistryValue'

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
# 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.
CmdletsToExport = '*'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
# Variables to export from this module
# VariablesToExport = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
# 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.
AliasesToExport = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()
# DSC resources to export from this module
# DscResourcesToExport = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()
# List of all modules packaged with this module
# ModuleList = @()

# 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-AdGroupNesting', 'ConvertTo-IntegerIPv4',
'ConvertTo-IPv4Integer', 'ConvertTo-IPv4MaskBit',
'ConvertTo-IPv4MaskString', 'ConvertTo-IPv4NetworkAddress',
'ConvertTo-WmiFilter', 'Get-AdSite', 'Get-AllAdSiteLink',
'Get-AllAdSubnet', 'Grant-NTFSPermission', 'Import-MyModule',
'New-AdDelegatedGroup', 'New-AGPMobject', 'New-AreaShareNTFS',
'New-CaObject', 'New-CentralItOU', 'New-DelegateAdGpo',
'New-DelegateAdOU', 'New-DelegateSiteOU', 'New-DfsObject',
'New-DhcpObject', 'New-EitAdSite', 'New-ExchangeObject',
'New-LapsObject', 'New-LocalLogonTask', 'New-TimePolicyGPO',
'New-WsusObjects', 'Revoke-Inheritance', 'Revoke-NTFSPermissions',
'Set-AdAclDelegateComputerAdmin', 'Set-AdAclDelegateGalAdmin',
'Set-AdAclDelegateUserAdmin', 'Set-AdAclLaps',
'Start-AdAclDelegateComputerAdmin', 'Start-AdCleanOU',
'Start-AdDelegatedSite', 'Test-IPv4MaskString', 'Test-RegistryValue'
# List of all files packaged with this module
# FileList = @()

# 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.
CmdletsToExport = '*'
# 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.
PrivateData = @{

# Variables to export from this module
# VariablesToExport = @()
PSData = @{

# 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.
AliasesToExport = @()
# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Windows', 'ActiveDirectory', 'ActiveDirectory_Delegation', 'ActiveDirectory_Security',
'AD_Security', 'Security', 'Delegation', 'AD_Delegation', 'DelegationModel', 'TierModel', 'RBACmodel',
'RoleBasedAccessControl_model', 'DelegationModel', 'TierModel', 'RBACmodel', 'Infrastructure', 'Testing',
'Checks', 'Audits', 'Checklist', 'Validation', 'CredentialTheaf', 'Pass-the-Hash', 'Pass-the-Ticket',
'Golden_Ticket', 'Silver_Ticket'

# DSC resources to export from this module
# DscResourcesToExport = @()
# A URL to the license for this module.
# LicenseUri = ''

# List of all modules packaged with this module
# ModuleList = @()
# A URL to the main website for this project.
ProjectUri = 'https://github.com/vreguibar/EguibarIT'

# List of all files packaged with this module
# FileList = @()
# A URL to an icon representing this module.
IconUri = 'https://EguibarIT.com/wp-content/uploads/2017/09/LOGO_FondoBlanco.png'

# 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.
PrivateData = @{
# ReleaseNotes of this module
# ReleaseNotes = ''

PSData = @{
# Prerelease string of this module
# Prerelease = ''

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Windows','ActiveDirectory','ActiveDirectory_Delegation','ActiveDirectory_Security','AD_Security','Security','Delegation','AD_Delegation','DelegationModel','TierModel','RBACmodel','RoleBasedAccessControl_model','DelegationModel','TierModel','RBACmodel','Infrastructure','Testing','Checks','Audits','Checklist','Validation','CredentialTheaf','Pass-the-Hash','Pass-the-Ticket','Golden_Ticket','Silver_Ticket'
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# A URL to the license for this module.
# LicenseUri = ''
# External dependent modules of this module
ExternalModuleDependencies = @('ActiveDirectory', 'GroupPolicy', 'ServerManager', 'EguibarIT.DelegationPS')

# A URL to the main website for this project.
ProjectUri = 'https://github.com/vreguibar/EguibarIT'
} # End of PSData hashtable

# A URL to an icon representing this module.
IconUri = 'https://EguibarIT.com/wp-content/uploads/2017/09/LOGO_FondoBlanco.png'
} # End of PrivateData hashtable

# ReleaseNotes of this module
# ReleaseNotes = ''
# HelpInfo URI of this module
HelpInfoURI = 'https://eguibarit.eu/powershell/delegation-model-powershell-scripts/eguibarit-powershell-module/'

# Prerelease string of this module
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# External dependent modules of this module
ExternalModuleDependencies = @('ActiveDirectory','GroupPolicy','ServerManager','EguibarIT.DelegationPS')

} # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'https://eguibarit.eu/powershell/delegation-model-powershell-scripts/eguibarit-powershell-module/'

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

}

0 comments on commit df4b060

Please sign in to comment.