Microsoft Dynamics GP 2015 R2 was released at the end of May. As I mentioned at the time, I was away from home for work and rather busy otherwise so this series of posts has been somewhat delayed.
However, I am now getting my hands on GP 2015 R2 and thought I would do my usual set of posts on the installation of the various components and also the usage of the new functionality. This is going to be quite a long series of posts, so keep checking back regularly.
Microsoft Dynamics GP 2015 R2 saw the introduction of some additional PowerShell cmdlets. I thought it might be useful to select one of the new cmdlets and give a run through of using it.
One of the tasks I often do a lot of is creating new companies so I have selected the Add-CompanyDatabase cmdlet.
To run any of the cmdlets, launch GP PowerShell from the Start screen.
The easiest way of finding out the parameters to use is to enter the following command:
Get-Help Add-CompanyDatabase
This will display the details of the cmdlet including the Synopsis, Syntax, Description, Related Links and Remarks.
Continue reading “Hands On With Microsoft Dynamics GP 2015 R2: Create Company Using GP PowerShell”