Skip to content

Commit ce4e5d0

Browse files
New release, bug fixes
1 parent df1f01a commit ce4e5d0

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ $OutputOrderedDictionary.ForestOptionalFeatures.Tests.LapsAvailable.Parameters.E
163163

164164
## ChangeLog
165165

166+
- 0.0.70 - 2021.06.10
167+
- Tests
168+
- 🐛 Fixed `DomainGroupPolicyPermission` - Unknown GPOs were detected incorrectly [#129](https://github.com/EvotecIT/Testimo/pull/129) tnx illumniN8i
169+
- 🐛 Fixed `DomainDHCPAuthorized` - properly detects single DHCP [#128](https://github.com/EvotecIT/Testimo/pull/128) tnx illumniN8i
166170
- 0.0.69 - 2021.05.27
167171
- General
168172
- Small fix for reports

Testimo.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Description = 'Testimo is Powershell module that tests Active Directory against specific set of tests.'
99
FunctionsToExport = @('Get-TestimoConfiguration', 'Get-TestimoSources', 'Import-PrivateModule', 'Invoke-Testimo')
1010
GUID = '0c1b99de-55ac-4410-8cb5-e689ff3be39b'
11-
ModuleVersion = '0.0.69'
11+
ModuleVersion = '0.0.70'
1212
PowerShellVersion = '5.1'
1313
PrivateData = @{
1414
PSData = @{
@@ -19,7 +19,7 @@
1919
}
2020
}
2121
RequiredModules = @(@{
22-
ModuleVersion = '0.0.199'
22+
ModuleVersion = '0.0.205'
2323
ModuleName = 'PSSharedGoods'
2424
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
2525
}, @{
@@ -31,15 +31,15 @@
3131
ModuleName = 'PSEventViewer'
3232
Guid = '5df72a79-cdf6-4add-b38d-bcacf26fb7bc'
3333
}, @{
34-
ModuleVersion = '0.0.148'
34+
ModuleVersion = '0.0.153'
3535
ModuleName = 'PSWriteHTML'
3636
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
3737
}, @{
38-
ModuleVersion = '0.0.128'
38+
ModuleVersion = '0.0.130'
3939
ModuleName = 'ADEssentials'
4040
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
4141
}, @{
42-
ModuleVersion = '0.0.127'
42+
ModuleVersion = '0.0.128'
4343
ModuleName = 'GPOZaurr'
4444
Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde'
4545
}, 'ActiveDirectory', 'GroupPolicy', 'ServerManager')

0 commit comments

Comments
 (0)