Sync tenant
- CheckOnly
- ForceSync
- ForceSync
#-------------------------------PRE STEP-------------------------------
$ServerInstance = "";
$NSTFolderPath = "";
#-------------------------------DO NOT EDIT UNDER THIS LINE-------------------------------
Import-Module (Join-Path $NSTFolderPath "Microsoft.Dynamics.Nav.Management.dll");
Sync-NAVTenant -ServerInstance $ServerInstance -Mode CheckOnly
#-------------------------------PRE STEP-------------------------------
$ServerInstance = "";
$NSTFolderPath = "";
#-------------------------------DO NOT EDIT UNDER THIS LINE-------------------------------
Import-Module (Join-Path $NSTFolderPath "Microsoft.Dynamics.Nav.Management.dll");
Sync-NAVTenant -ServerInstance $ServerInstance -Mode ForceSync
#-------------------------------PRE STEP-------------------------------
$ServerInstance = "";
$NSTFolderPath = "";
#-------------------------------DO NOT EDIT UNDER THIS LINE-------------------------------
Import-Module (Join-Path $NSTFolderPath "Microsoft.Dynamics.Nav.Management.dll");
#Sync-NAVTenant -ServerInstance $ServerInstance -Mode CheckOnly
#Sync-NAVTenant -ServerInstance $ServerInstance -Mode ForceSync