Update media-dynamic-update.md

This commit is contained in:
Steve DiAcetis (MSFT) 2025-01-27 13:36:06 -08:00
parent a46e3b1b66
commit 9bd82cce5f

View File

@ -656,6 +656,13 @@ Foreach ($File in $MEDIA_NEW_FILES)
} }
} }
```
### Finish up
As a last step, the script removes the working folder of temporary files, and unmounts our language pack and Features on Demand ISOs.
```powershell
# #
# Perform final cleanup # Perform final cleanup
# #
@ -670,11 +677,3 @@ Dismount-DiskImage -ImagePath $FOD_ISO_PATH -ErrorAction stop | Out-Null
Write-Output "$(Get-TS): Media refresh completed!" Write-Output "$(Get-TS): Media refresh completed!"
``` ```
### Finish up
As a last step, the script removes the working folder of temporary files, and unmounts our language pack and Features on Demand ISOs.
```powershell
TODO
```