Changes between Version 1 and Version 2 of Ticket #22159
- Timestamp:
- Sep 5, 2024 6:08:47 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22159 – Description
v1 v2 49 49 50 50 {{{ 51 # Script: vbox-fixpaths.ps1 51 52 # Version: 1.3.0 52 53 … … 112 113 113 114 # Run the commands against each child directory 115 foreach ($child in $childDirectories) { 116 Run-Commands -path $child.FullName 117 } 118 119 Write-Host "Completed running commands." 114 120 115 121 }}}