forked from EvotecIT/Testimo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Testimo.psd1
47 lines (47 loc) · 2.22 KB
/
Testimo.psd1
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
@{
AliasesToExport = @('Test-ImoAD', 'Test-IMO')
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop')
Copyright = '(c) 2011 - 2021 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Testimo is Powershell module that tests Active Directory against specific set of tests.'
FunctionsToExport = @('Get-TestimoConfiguration', 'Get-TestimoSources', 'Import-PrivateModule', 'Invoke-Testimo')
GUID = '0c1b99de-55ac-4410-8cb5-e689ff3be39b'
ModuleVersion = '0.0.69'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Tags = @('Windows', 'ActiveDirectory', 'AD', 'Infrastructure', 'Testing', 'Checks', 'Audits', 'Checklist', 'Validation')
ProjectUri = 'https://github.com/EvotecIT/Testimo'
IconUri = 'https://evotec.xyz/wp-content/uploads/2019/08/Testimo.png'
ExternalModuleDependencies = @('ActiveDirectory', 'GroupPolicy', 'ServerManager')
}
}
RequiredModules = @(@{
ModuleVersion = '0.0.199'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
}, @{
ModuleVersion = '0.0.10'
ModuleName = 'PSWinDocumentation.DNS'
Guid = '462dd5e2-f32a-4263-bff5-22edf28882d0'
}, @{
ModuleVersion = '1.0.17'
ModuleName = 'PSEventViewer'
Guid = '5df72a79-cdf6-4add-b38d-bcacf26fb7bc'
}, @{
ModuleVersion = '0.0.148'
ModuleName = 'PSWriteHTML'
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
}, @{
ModuleVersion = '0.0.128'
ModuleName = 'ADEssentials'
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
}, @{
ModuleVersion = '0.0.127'
ModuleName = 'GPOZaurr'
Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde'
}, 'ActiveDirectory', 'GroupPolicy', 'ServerManager')
RootModule = 'Testimo.psm1'
}