Update readme, PSD1

This commit is contained in:
Przemyslaw Klys
2021-05-26 22:53:10 +02:00
parent e61329ac66
commit 062374b4be
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -14,16 +14,15 @@
PSData = @{
Tags = @('Windows', 'ActiveDirectory', 'GPO', 'GroupPolicy')
ProjectUri = 'https://github.com/EvotecIT/GPOZaurr'
Prerelease = 'Alpha1'
ExternalModuleDependencies = @('CimCmdlets', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Security')
}
}
RequiredModules = @(@{
ModuleVersion = '0.0.200'
ModuleVersion = '0.0.201'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
}, @{
ModuleVersion = '0.0.127'
ModuleVersion = '0.0.128'
ModuleName = 'ADEssentials'
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
}, @{
+1 -1
View File
@@ -55,7 +55,7 @@ To understand the usage I've created blog post you may find useful
## Changelog
- 0.0.128 Alpha 2
- 0.0.128 - 2021.05.26
- ☑ Improved `Invoke-GPOZaurrContent` - type `PublicKeyPoliciesCertificates` - added more certificate information for
- ☑ Improved `Invoke-GPOZaurr` - type `GPOAnalysis` - added more certificate information
- 0.0.128 Alpha 1 - 2021.05.17