|
4 | 4 | CmdletsToExport = @() |
5 | 5 | CompanyName = 'Evotec' |
6 | 6 | CompatiblePSEditions = @('Desktop') |
7 | | - Copyright = '(c) 2011 - 2022 Przemyslaw Klys @ Evotec. All rights reserved.' |
| 7 | + Copyright = '(c) 2011 - 2023 Przemyslaw Klys @ Evotec. All rights reserved.' |
8 | 8 | Description = 'Testimo is Powershell module that tests Active Directory against specific set of tests.' |
9 | 9 | FunctionsToExport = @('Compare-Testimo', 'Get-TestimoConfiguration', 'Get-TestimoSources', 'Import-PrivateModule', 'Invoke-Testimo') |
10 | 10 | GUID = '0c1b99de-55ac-4410-8cb5-e689ff3be39b' |
11 | | - ModuleVersion = '0.0.84' |
| 11 | + ModuleVersion = '0.0.85' |
12 | 12 | PowerShellVersion = '5.1' |
13 | 13 | PrivateData = @{ |
14 | 14 | PSData = @{ |
|
19 | 19 | } |
20 | 20 | } |
21 | 21 | RequiredModules = @(@{ |
22 | | - ModuleVersion = '0.0.252' |
23 | 22 | ModuleName = 'PSSharedGoods' |
| 23 | + ModuleVersion = '0.0.259' |
24 | 24 | Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' |
25 | 25 | }, @{ |
26 | | - ModuleVersion = '0.0.10' |
27 | 26 | ModuleName = 'PSWinDocumentation.DNS' |
| 27 | + ModuleVersion = '0.0.10' |
28 | 28 | Guid = '462dd5e2-f32a-4263-bff5-22edf28882d0' |
29 | 29 | }, @{ |
30 | | - ModuleVersion = '1.0.22' |
31 | 30 | ModuleName = 'PSEventViewer' |
| 31 | + ModuleVersion = '1.0.22' |
32 | 32 | Guid = '5df72a79-cdf6-4add-b38d-bcacf26fb7bc' |
33 | 33 | }, @{ |
34 | | - ModuleVersion = '0.0.180' |
35 | 34 | ModuleName = 'PSWriteHTML' |
| 35 | + ModuleVersion = '0.0.183' |
36 | 36 | Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c' |
37 | 37 | }, @{ |
38 | | - ModuleVersion = '0.0.148' |
39 | 38 | ModuleName = 'ADEssentials' |
| 39 | + ModuleVersion = '0.0.151' |
40 | 40 | Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f' |
41 | 41 | }, @{ |
42 | | - ModuleVersion = '0.0.155' |
43 | 42 | ModuleName = 'GPOZaurr' |
| 43 | + ModuleVersion = '0.0.158' |
44 | 44 | Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde' |
45 | 45 | }, @{ |
46 | | - ModuleVersion = '0.87.3' |
47 | 46 | ModuleName = 'PSWriteColor' |
| 47 | + ModuleVersion = '0.87.3' |
48 | 48 | Guid = '0b0ba5c5-ec85-4c2b-a718-874e55a8bc3f' |
49 | 49 | }, 'ActiveDirectory', 'GroupPolicy', 'ServerManager') |
50 | 50 | RootModule = 'Testimo.psm1' |
|
0 commit comments