-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathADLab.psd1
More file actions
86 lines (66 loc) · 3.98 KB
/
ADLab.psd1
File metadata and controls
86 lines (66 loc) · 3.98 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#
# Module manifest for module 'ADLab'
#
# Generated by: Bufu
#
# Generated on: 9/29/2021
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'ADLab.psm1'
# Version number of this module.
ModuleVersion = '1.0'
# ID used to uniquely identify this module
GUID = 'f05b2daa-7468-453c-926a-7e33d1563a27'
# Author of this module
Author = 'Bufu'
# Company or vendor of this module
CompanyName = 'Unknown'
# Copyright statement
Copyright = '(c) 2021 Bufu. All rights reserved.'
# Functions to export from this module.
# (Adjust this list so it matches your actual function names.)
FunctionsToExport = @(
# AttackVectors
'Set-AsrepRoasting',
'Set-BadACL',
'Set-ConstrainedDelegation',
'Set-LocalAdminGroupMembership',
'Set-Kerberoasting',
'Set-KerberoastingPre21H1',
'Set-PSSession',
# Components
'Install-DCPrerequisites',
'Install-DHCP',
'Install-DNS',
'Install-SQLServerInstance',
'Join-SecondaryDC',
'New-Forest',
# Content
'Invoke-ADLabFill',
# GPOs
'Disable-WindowsUpdate',
'Set-DebloatTaskbar',
'Set-PowerSettings',
'Set-Proxy',
'Set-PSRemoting',
'Set-RDP',
'Set-ScriptExecution',
'Set-SMB',
'Set-TimeServer',
'Set-WindowsDefender',
'Set-WMI'
)
# Cmdlets to export from this module
CmdletsToExport = @()
# Variables to export from this module
VariablesToExport = @()
# Aliases to export from this module
AliasesToExport = @()
# Private data to pass to the module specified in RootModule/ModuleToProcess.
PrivateData = @{
PSData = @{
# Additional metadata goes here if needed
} # End of PSData hashtable
} # End of PrivateData hashtable
}