Posts

Showing posts with the label GP PowerShell

"Get-Content : Cannot find path 'C:\en-US\Welcome.txt' because it does not exist" error when running GPPowerShellStart.ps1

Image
Lately, I have been dabbing into PowerShell. The truth is, I had been wanting to do this for the past 3 years now, to switch from DOS batch files and VBScript to a more robust, developer-like task automation alternative. So I thought myself PowerShell over the past few days and, in doing so, I decided I'd look into the GP PowerShell feature, so off I went installing it. Summary Directly from the PowerShell TechNet page, " Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration. Built on the .NET Framework, Windows PowerShell helps IT professionals and power users control and automate the administration of the Windows operating system and applications that run on Windows. " More on PowerShell here . GP PowerShell is available for Microsoft Dynamics GP 2013 and above and can be found on the main application setup page. Setup page A couple clicks and you are ready to go. The Problem The GP P...