Restore Database with PowerShell and create Tenants

In my latest blog in this PowerShell series I showed how to install Dynamics NAV on a remote or local computer with PowerShell. The next step is to create the databases. To prepare PowerShell I use these functions to prepare for NAV and SQL administration [code lang=”powershell”]Import-Module ‘C:\Program Files\Microsoft Dynamics NAV\71\Service\NavAdminTool.ps1’ Import-Module SQLPS [/code] I …

Where is my NAS Company ?

I have now gone through my first upgrade from NAV 2013 to NAV 2013 R2. Stopped and uninstalled NAV 2013 Server Opened NAV 2013 database with NAV 2013 Developement Environment and upgraded the database Compiled all system tables (2000000004-2000000130) Installed and started NAV 2013 R2 Server Compiled all objects Imported Upgrade700701.IS.1.fob from the NAV 2013 R2 …