Skip to main content

Stop/Start Service Tier

#-------------------------------PRE STEP------------------------------- 
$ServerInstance = "";

$NSTFolderPath = "";
#-------------------------------DO NOT EDIT UNDER THIS LINE-------------------------------

Import-Module (Join-Path $NSTFolderPath "Microsoft.Dynamics.Nav.Management.dll");

Set-NAVServerInstance -ServerInstance $ServerInstance -Stop
Set-NAVServerInstance -ServerInstance $ServerInstance -Start