Database Synchronization using Power Shell D365FO
Many asked me on LinkedIn, That how to sync the database using a power shell on Azure deployed local VM. below is the full example of the power shall script. the only thing you need to change is the Database name as per your requirement.
C:\AOSService\webroot\bin\Microsoft.Dynamics.AX.Deployment.Setup.exe -bindir "C:\AosService\PackagesLocalDirectory" metadatadir "C:\AosService\PackagesLocalDirectory" -sqluser "AOSUSER" -sqlserver "." -sqldatabase "AxDB" -setupmode "sync" -syncmode "fullall" -isazuresql "false" -sqlpwd "AOSWebSite@123"