-
NIPR
-
-
- Patchme blocked
- DFSR replication fix
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- Articles coming soon
-
- Articles coming soon
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- FIPS Error for Adobe
- Rejoining a PC to domain
-
- Articles coming soon
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- NDRs received when sending to recipients from GAL (after AR2.1 install)
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Create and Install Exchange certificate with PowerShell
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
-
SIPR
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- Fix Trust relationship Failed Issue Without Domain Rejoining – TheITBros
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
- Articles coming soon
-
-
FAQs
-
COMPOSE
-
Network
-
Documents
-
HBSS
Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
Exchange 2016 Patching Checklist – AR/ACG Fleet
(To minimize risk of Exchange Server failures after applying SU/HU updates)
A. Pre-Patch Preparations
- Place the server in HBSS relaxed mode
- Log in to MB using the shipname.exchange service account to install Exchange Specific updates.
(Do not use IAADMIN or DOD_ADMIN accounts.) - Inform shipboard users to avoid accessing email during the patching window.
- Verify a successful system and database backup is available.
- OPTIONAL : Check database integrity to make sure not in dirty shutdown state. If it is, perform soft recovery using ESEUTIL switches.
B. Maintenance & Installation
1. Place the Exchange server into maintenance mode
(FROM EXCH MGMT SHELL)
- Set-ServerComponentState “SHIP-MB-002” -Component HubTransport -State Inactive -Requester Maintenance
- Set-ServerComponentState “SHIP-MB-002” -Component ServerWideOffline -State Inactive -Requester Maintenance
# To verify Server is in Maintenance Mode
- Get-ServerComponentState “SHIP-MB-002” | ft Component, State
# Expect most components INACTIVE; ‘Monitoring’ and ‘RecoveryActionsEnabled’ typically remain Active.
2. Apply the KB update using an elevated Command Prompt. (Do NOT launch the installer from Windows File Explorer GUI.
3.First Reboot – Restart the server after patch installation.
C. Post-Patch Validation
1. Take the Exchange server out of maintenance mode.
- Set-ServerComponentState “SHIP-MB-002” -Component ServerWideOffline -State Active -Requester Maintenance
- Set-ServerComponentState “SHIP-MB-002” -Component HubTransport -State Active -Requester Maintenance
# To verify Server has exited from Maintenance Mode
- Get-ServerComponentState “SHIP-MB-002” | Component, State
# Expect most components are showing ACTIVE; except couple of then remain InActive.
2. Second Reboot – Perform a clean reboot to confirm stability.
3. Patch Verification – KB update shows as installed . Exchange build number matches the expected CU/SU version
- Get-ExchangeServer | fl Name, Edition, AdminDisplayVersion
4. OP TEST Mail flow check (send/receive internal and external test messages)., OWA/ECP accessibility., Database status check (mounted and healthy)., Event logs review for critical errors.
D. NOTES FOR ACGV3
1. Patch one server at a time.
2. Move the database over to the second MB before patching the first MB. (vice versa)