Database Synchronization using Power Shell D365FO
Hi All
Many asked from me on linkedIn, That how to sync database using power shell on Azure deployed local VM. below the full example of power shall script. the only thing you need to change 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"



Tidak ada komentar:
Posting Komentar