Skip to content

Commit 4632297

Browse files
Merge pull request #21 from ActiveDirectoryManagementFramework/july
1.2.25
2 parents 5697df4 + b5bdcf4 commit 4632297

File tree

4 files changed

+290
-252
lines changed

4 files changed

+290
-252
lines changed

DCManagement/DCManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'DCManagement.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.2.21'
6+
ModuleVersion = '1.2.25'
77

88
# ID used to uniquely identify this module
99
GUID = '998b2262-9b38-4b54-8ce6-493a00d70b03'

DCManagement/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.2.25 (2021-07-13)
4+
5+
- Upd: Test-DCShare - added message tag DCTarget to allow message level modifiers to raise per-server processing messages.
6+
- Upd: Test-DCAccessRule - added message tag DCTarget to allow message level modifiers to raise per-server processing messages.
7+
- Upd: Test-DCAccessRule - added equivalent access detection. Will no longer report about inequal access rules, so long as they result in the same effective permissions.
8+
- Fix: Test-DCAccessRule - prompts for confirm on ToString when running in high confirm preference
9+
310
## 1.2.21 (2021-04-23)
411

512
- Upd: Shares - Added capability to specify which server to process through `-TargetServer` parameter.

0 commit comments

Comments
 (0)