Posted On November 3, 2021

Server Decommissioning Procedure

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Server Decommissioning Procedure
  1. Migrate application or services of old server to new server
  2. Obtain approval from application owner or business unit to decommission machine
  3. Shutdown old server and monitor the process for 30 days
  4. Validate that original application or service is running properly on the new server without dependency of old server
  5. Delete old server’s hostname(s) and DNS record(s) from active directory
  6. Delete IP reservation for old server from DHCP reservations, if necessary
  7. If server or application class falls within retention policy definition, make backups of data and/or machine files as necessary
  8. Remove physical hardware, or delete virtual machine (VM)
  9. Validate that the machine instance has been purged in DNS, DHCP, AD

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Kill a Windows Service Forcefully

# killService.ps1 $serviceName='vmms' function killService($serviceName='Spooler',$restart=$false){ $processId=Get-WmiObject -Class Win32_Service -Filter "Name LIKE '$serviceName'"|Select-Object -ExpandProperty ProcessId if($processId.count…

How To Disable Microsoft One Sync Service

OneSyncSvc is the parent object of OneSyncSvc_#####, and Sync Host_##### is the child's display name.…

Hard drive Copying

Requirements: Windows 2000,XP Pro, 2003 Server robocopy.exe- in the windows resource kits or download here…