Tags give the ability to mark specific points in history as being important
-
v2.10.1
4250cb7c · ·Release 2.10.1 Enforce a 30-second AD replication delay before executing icacls commands when new groups were created, preventing permission failures caused by groups not yet being available in AD. Countdown is displayed if the user responds before the delay elapses, skipped if already elapsed or no new groups were created.
-
v2.10.0
96fa25c9 · ·Release 2.10.0 New-CALSAdminGroupFolder enhancements: - Add -ShareName parameter (default CALSAdmin) inserted between unit code and path segments in generated group names - Add -TargetOU parameter to control the AD OU where groups are created - Preserve original casing when converting folder names to group name segments — only the first letter of each word is capitalized, remaining characters are left as-is
-
v2.9.1
980b5eeb · ·Release 2.9.1 Fix New-CALSAdminGroupFolder errors when running with -WhatIf. Guards Get-Acl and Get-ADGroupMember calls with existence checks so the cmdlet no longer errors on folders or groups that have not been created yet. Suppresses the icacls prompt and execution under -WhatIf.
-
v2.9.0
9fd27d08 · ·Release 2.9.0 Add New-CALSAdminGroupFolder cmdlet to provision folders under the CALS Admin Groups share with a full AD group and ACL structure. Creates Root-RO groups for each parent folder level with proper nesting, RW and RO groups for the target folder, and generates icacls commands for the operator to review and apply. Supports -UnitCode, -GroupPrefix, and -WhatIf.