Once your db restore is done. Before starting services make sure you do the following:
Stop any batch jobs to avoid posting or pushing data to systems configured in production. This can be done by below SQL
UPDATE [DynamicsAXDev].[dbo].[BATCHJOB] SET [STATUS] = 0
WHERE [STATUS] IN (1,2,5)
An Admin User would already exist, Use below query to set your user as Admin:
UPDATE USERINFO
SET Name = ‘Mohsin’,
SID = ‘S-1-5-21-542508066-1570976776-XXXXXXX-54688’,
NetworkDomain = ‘XXXX.XX’,
NetworkAlias = ‘XXXX’
WHERE ID = ‘Admin’
Start services and replace the settings described in the video below to set your batch servers.