Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.8.202 #79

Merged
merged 5 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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