diff --git a/Servers/Microsoft Exchange/Preparing for Cumulative Updates.md b/Servers/Microsoft Exchange/Preparing for Cumulative Updates.md index aa87adf..852cdc9 100644 --- a/Servers/Microsoft Exchange/Preparing for Cumulative Updates.md +++ b/Servers/Microsoft Exchange/Preparing for Cumulative Updates.md @@ -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. ```powershell -D: # (1) -.\Setup.EXE # (2) +D: # (1) +.\Setup.EXE # (2) ``` 1. Replace this drive letter with whatever letter was assigned when you mounted the ISO image for the Exchange Updater.