Skip to content

Commit

Permalink
Merge pull request #80 from ActiveDirectoryManagementFramework/develo…
Browse files Browse the repository at this point in the history
…pment

1.8.202
  • Loading branch information
FriedrichWeinmann authored Jan 12, 2024
2 parents 85ec454 + 696d910 commit 7da448c
Show file tree
Hide file tree
Showing 10 changed files with 641 additions and 357 deletions.
4 changes: 2 additions & 2 deletions DomainManagement/DomainManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'DomainManagement.psm1'

# Version number of this module.
ModuleVersion = '1.8.201'
ModuleVersion = '1.8.202'

# ID used to uniquely identify this module
GUID = '0a405382-ebc2-445b-8325-541535810193'
Expand All @@ -26,7 +26,7 @@
# Modules that must be imported into the global environment prior to importing
# this module
RequiredModules = @(
@{ ModuleName = 'PSFramework'; ModuleVersion = '1.7.270' }
@{ ModuleName = 'PSFramework'; ModuleVersion = '1.10.318' }

# Additional Dependencies, cannot declare due to bug in dependency handling in PS5.1
# @{ ModuleName = 'ADSec'; ModuleVersion = '1.0.0' }
Expand Down
4 changes: 4 additions & 0 deletions DomainManagement/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.202 (2024-01-12)

- Upd: Access Rules - added option to parallelize tests (experimental)

## 1.8.201 (2023-12-08)

- Upd: Group Policy - will now detect group policies that have been created but not yet linked as created.
Expand Down
1 change: 1 addition & 0 deletions DomainManagement/en-us/strings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@

'Test-DMAccessRule.DefaultPermission.Failed' = 'Failed to retrieve default permissions from Schema when connecting to {0}' # $Server
'Test-DMAccessRule.NoAccess' = 'Failed to access {0}' # $resolvedPath
'Test-DMAccessRule.Parallel.Error' = 'Failed to process {0}' # $fail.ADObject

'Test-DMAcl.ADObjectNotFound' = 'The target object could not be found: {0}' # $resolvedPath
'Test-DMAcl.NoAccess' = 'Failed to access Acl on {0}' # $resolvedPath
Expand Down
Loading

0 comments on commit 7da448c

Please sign in to comment.