Skip to main content

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers,

As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20.

For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.   

Let's see how to do those via PowerShell, or Administration Shell.

I will be keep adding commands as you comment to this article.

Start, Stop & Restart Service - 

  • Start Service - Start-NAVServerInstance -ServerInstance BC210
  • Stop Service - Stop-NAVServerInstance -ServerInstance BC210
  • Restart Service - Restart-NAVServerInstance -ServerInstance BC210
Parameters Details - 
  • BC210 - Service Name

Set Service Account - 
  • Set User to Network Account - Set-NAVServerInstance -ServerInstance BC210 -ServiceAccount NetworkService -Start
  • Set User Account - Set-NAVServerInstance -ServerInstance BC210 -ServiceAccount User -ServiceAccountCredential (Get-Credential -message 'Enter User Password') -Start
Parameters Details - 
  • Service Name - BC210
  • Service Account - NetworkService / User

Create New Server Instance -
  • New-NAVServerInstance -ServerInstance BC210 -ClientServicesCredentialType Windows -DatabaseName "Demo Database BC (21-0)" -DatabaseServer localhost -ManagementServicesPort 9045 -ClientServicesPort 9046 -DeveloperServicesPort 9049 -ODataServicesPort 9048 -SOAPServicesPort 9047
Parameters Details - 
  • Service Name - BC210
  • ClientServicesCredentialType  - Windows, UserNamePassword, UserName, ACS ...
  • DatabaseName  - SQL Database Name.
  • DatabaseServer - SQL Server Name.
  • ManagementServicesPort, ClientServicesPort , DeveloperServicesPort,  ODataServicesPort & SOAPServicesPort - 5 ports needed for each service.
Get Parameters on Server Instance - 
  • Get-NAVServerConfiguration -ServerInstance bc210 -KeyName DatabaseName
Parameters Details - 
  • Service Name - BC210
  • KeyName - Property Name you want to Change.
Set Parameter on Server Instance - 
  • Set-NAVServerConfiguration -ServerInstance BC210 -KeyName DatabaseName -KeyValue "Demo Database BC (21-0)"
Parameters Details - 
  • Service Name - BC210
  • KeyName - Property Name you want to Change.
  • KeyValue - Property Value that you want to Set.
If you utilize panel to do other stuff not listed above, please add a comment to this article.



Hope you learned something from this article.

Regards,
Saurav Dhyani

Comments

  1. Very useful, Thanks Sir

    ReplyDelete
    Replies
    1. Hope this helps:
      https://www.youtube.com/live/mhPc0yylTAo?si=0rwxwxmWZICDKqaV

      Delete
  2. How do you view information about the instance? For example, I want to see what ports it is using.

    ReplyDelete
    Replies
    1. Hope this helps :
      https://www.youtube.com/live/mhPc0yylTAo?si=0rwxwxmWZICDKqaV

      Delete
  3. Would be useful with some examples....

    ReplyDelete
    Replies
    1. Hope this helps:
      https://www.youtube.com/live/mhPc0yylTAo?si=0rwxwxmWZICDKqaV

      Delete

Post a Comment

Popular posts from this blog

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

How to Set Up NavUserPassword Authentication in Business Central.

Hi Readers, In this article we will discuss steps to Setup NAVUserPassword in Business Central on-prem. NavUserPassword is an authentication method that's handled by Business Central Server, but isn't based on Windows users or Active Directory. Each user is set up with a username and password that's configured inside Business Central only. The user is prompted for username/password credentials when they start the client. #msdyn365bc, #credentialtype

Microsoft Dynamics NAV 2016 - How to Configure Phone Client.

Hi All, In this article we will discuss how we can connect Microsoft Dynamics NAV 2016 with New Client Launched i.e. Phone Client. This Article Contain Steps for a Android Phone as I have Only Android Phone. I am doing it having all tiers on my windows 8 machine, steps remain same for multiple servers but issues might be different. What we Need (Other what we discuss in this article) -  The Service Tier should be on Public IP . Some of the Data-card does not Provide you Public IP. check it for sure.