-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/vreguibar/EguibarIT
- Loading branch information
Showing
1 changed file
with
102 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,139 +1,146 @@ | ||
# | ||
# Module manifest for module 'EguibarIT' | ||
# | ||
# Generated by: Vicente Rodriguez Eguibar | ||
# Generated by: runneradmin | ||
# | ||
# Generated on: 5/29/2024 | ||
# Generated on: 5/30/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' | ||
|
||
# Version number of this module. | ||
ModuleVersion = '1.56.110' | ||
CompanyName = 'EguibarIT' | ||
Description = 'Functions used to implement the Delegation Model with Tiers on the given Active Directory.' | ||
# Version number of this module. | ||
ModuleVersion = '1.56.111' | ||
|
||
# Minimum version of the PowerShell engine required by this module | ||
PowerShellVersion = '5.1' | ||
# Supported PSEditions | ||
# CompatiblePSEditions = @() | ||
|
||
# Name of the PowerShell host required by this module | ||
# PowerShellHostName = '' | ||
# ID used to uniquely identify this module | ||
GUID = '00000000-0000-0000-0000-000000000000' | ||
|
||
# Minimum version of the PowerShell host required by this module | ||
# PowerShellHostVersion = '' | ||
# Author of this module | ||
Author = 'runneradmin' | ||
|
||
# Minimum version of Microsoft .NET Framework required by this module. | ||
# This prerequisite is valid for the PowerShell Desktop edition only. | ||
# DotNetFrameworkVersion = '' | ||
# Company or vendor of this module | ||
CompanyName = 'EguibarIT' | ||
|
||
# Minimum version of the common language runtime (CLR) required by this module. | ||
# This prerequisite is valid for the PowerShell Desktop edition only. | ||
# ClrVersion = '' | ||
# Copyright statement for this module | ||
Copyright = '(c) runneradmin. All rights reserved.' | ||
|
||
# Processor architecture (None, X86, Amd64) required by this module | ||
# ProcessorArchitecture = '' | ||
# Description of the functionality provided by this module | ||
Description = 'Functions used to implement the Delegation Model with Tiers on the given Active Directory.' | ||
|
||
# Modules that must be imported into the global environment prior to importing this module | ||
# RequiredModules = @() | ||
# Minimum version of the PowerShell engine required by this module | ||
PowerShellVersion = '5.1' | ||
|
||
# Assemblies that must be loaded prior to importing this module | ||
# RequiredAssemblies = @() | ||
# Name of the PowerShell host required by this module | ||
# PowerShellHostName = '' | ||
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
# ScriptsToProcess = @() | ||
# Minimum version of the PowerShell host required by this module | ||
# PowerShellHostVersion = '' | ||
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
# TypesToProcess = @() | ||
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
# DotNetFrameworkVersion = '' | ||
|
||
# Format files (.ps1xml) to be loaded when importing this module | ||
# FormatsToProcess = @() | ||
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
# ClrVersion = '' | ||
|
||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess | ||
# NestedModules = @() | ||
# Processor architecture (None, X86, Amd64) required by this module | ||
# ProcessorArchitecture = '' | ||
|
||
# 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' | ||
# Modules that must be imported into the global environment prior to importing this module | ||
# RequiredModules = @() | ||
|
||
# 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 = '*' | ||
# Assemblies that must be loaded prior to importing this module | ||
# RequiredAssemblies = @() | ||
|
||
# Variables to export from this module | ||
# VariablesToExport = @() | ||
# Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
# ScriptsToProcess = @() | ||
|
||
# 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 = @() | ||
# Type files (.ps1xml) to be loaded when importing this module | ||
# TypesToProcess = @() | ||
|
||
# DSC resources to export from this module | ||
# DscResourcesToExport = @() | ||
# Format files (.ps1xml) to be loaded when importing this module | ||
# FormatsToProcess = @() | ||
|
||
# List of all modules packaged with this module | ||
# ModuleList = @() | ||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess | ||
# NestedModules = @() | ||
|
||
# List of all files packaged with this module | ||
# FileList = @() | ||
# 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' | ||
|
||
# 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 = @{ | ||
# 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 = '*' | ||
|
||
PSData = @{ | ||
# Variables to export from this module | ||
# VariablesToExport = @() | ||
|
||
# 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' | ||
# 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 = @() | ||
|
||
# A URL to the license for this module. | ||
# LicenseUri = '' | ||
# DSC resources to export from this module | ||
# DscResourcesToExport = @() | ||
|
||
# A URL to the main website for this project. | ||
ProjectUri = 'https://github.com/vreguibar/EguibarIT' | ||
# List of all modules packaged with this module | ||
# ModuleList = @() | ||
|
||
# A URL to an icon representing this module. | ||
IconUri = 'https://EguibarIT.com/wp-content/uploads/2017/09/LOGO_FondoBlanco.png' | ||
# List of all files packaged with this module | ||
# FileList = @() | ||
|
||
# ReleaseNotes of this module | ||
# ReleaseNotes = '' | ||
# 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 = @{ | ||
|
||
# Prerelease string of this module | ||
# Prerelease = '' | ||
PSData = @{ | ||
|
||
# Flag to indicate whether the module requires explicit user acceptance for install/update/save | ||
# RequireLicenseAcceptance = $false | ||
# 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' | ||
|
||
# External dependent modules of this module | ||
ExternalModuleDependencies = @('ActiveDirectory', 'GroupPolicy', 'ServerManager', 'EguibarIT.DelegationPS') | ||
# A URL to the license for this module. | ||
# LicenseUri = '' | ||
|
||
} # End of PSData hashtable | ||
# A URL to the main website for this project. | ||
ProjectUri = 'https://github.com/vreguibar/EguibarIT' | ||
|
||
} # End of PrivateData hashtable | ||
# A URL to an icon representing this module. | ||
IconUri = 'https://EguibarIT.com/wp-content/uploads/2017/09/LOGO_FondoBlanco.png' | ||
|
||
# HelpInfo URI of this module | ||
HelpInfoURI = 'https://eguibarit.eu/powershell/delegation-model-powershell-scripts/eguibarit-powershell-module/' | ||
# ReleaseNotes of this module | ||
# ReleaseNotes = '' | ||
|
||
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. | ||
# DefaultCommandPrefix = '' | ||
# 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 = '' | ||
|
||
} | ||
|