-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathADAuditingGroup.psd1
21 lines (21 loc) · 1.09 KB
/
ADAuditingGroup.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
AliasesToExport = @()
Author = 'Jake Hildreth'
CmdletsToExport = @()
CompanyName = 'Trimarc'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2024 - 2024 Jake Hildreth @ Trimarc. All rights reserved.'
Description = 'Simple project ADAuditingGroup'
FunctionsToExport = @('New-ADAuditingGroup', 'New-ADAuditingGroupMember', 'Remove-ADAuditingGroupAcl', 'Set-ADAuditingGroupAcl')
GUID = '92127ca3-34d8-46e9-b463-6f4023accbc4'
ModuleVersion = '1.0.0'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
ExternalModuleDependencies = @('ActiveDirectory', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility')
Tags = @('Windows', 'MacOS', 'Linux')
}
}
RequiredModules = @('ActiveDirectory', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'Microsoft.PowerShell.Utility')
RootModule = 'ADAuditingGroup.psm1'
}