Update Servers/Microsoft Exchange/Preparing for Cumulative Updates.md

This commit is contained in:
2024-12-16 03:48:39 -07:00
parent 609ad10636
commit ee4e0f8c2d

View File

@ -100,8 +100,8 @@ whoami /priv # (2)
Finally, at the last stage, we mount the ISO file for the Cumulative Update ISO (e.g. 6.6GB ISO image), and using this powershell session we made above, we navigate to the drive it is running on, and invoke setup.exe, causing it to run under the `SeSecurityPrivilege` operational state. Finally, at the last stage, we mount the ISO file for the Cumulative Update ISO (e.g. 6.6GB ISO image), and using this powershell session we made above, we navigate to the drive it is running on, and invoke setup.exe, causing it to run under the `SeSecurityPrivilege` operational state.
```powershell ```powershell
D: # (1) D: <ENTER> # (1)
.\Setup.EXE # (2) .\Setup.EXE <ENTER> # (2)
``` ```
1. Replace this drive letter with whatever letter was assigned when you mounted the ISO image for the Exchange Updater. 1. Replace this drive letter with whatever letter was assigned when you mounted the ISO image for the Exchange Updater.