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 …
Continue reading “Restore Database with PowerShell and create Tenants”