-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathLocksmith2.psd1
More file actions
25 lines (25 loc) · 1.58 KB
/
Copy pathLocksmith2.psd1
File metadata and controls
25 lines (25 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@{
AliasesToExport=@('*')
Author='Jake Hildreth'
CmdletsToExport=@()
CompanyName='Gilmour Technologies Ltd'
CompatiblePSEditions=@('Desktop', 'Core')
Copyright='(c) 2024 - 2026. All rights reserved.'
Description='An AD CS toolkit for AD Admins, Defensive Security Professionals, and Filthy Red Teamers'
FormatsToProcess=@('LS2Issue.format.ps1xml')
FunctionsToExport=@('*')
GUID='e32f7d0d-2b10-4db2-b776-a193958e3d69'
ModuleVersion='2026.8.30507'
PowerShellVersion='5.1'
PrivateData=@{
PSData=@{
ExternalModuleDependencies=@('Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Archive', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'PowerShellGet')
ProjectUri='https://github.com/jakehildreth/Locksmith2'
RequireLicenseAcceptance=$false
Tags=@('Locksmith', 'Locksmith2', 'ActiveDirectory', 'ADCS', 'CA', 'Certificate', 'CertificateAuthority', 'CertificateServices', 'PKI', 'X509', 'Windows')
}
}
RequiredModules=@('Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Archive', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'PowerShellGet')
RootModule='Locksmith2.psm1'
ScriptsToProcess=@('Classes\LS2Principal.ps1', 'Classes\LS2AdcsObject.ps1', '.\Classes\LS2Issue.ps1')
}