mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 21:27:23 +00:00
Update media-dynamic-update.md
This commit is contained in:
parent
a46e3b1b66
commit
9bd82cce5f
@ -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
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user