Can Powershell commands be used to compile NAV 2009 Objects?

Hi everyone,

I was wondering if it is possible to use powershell commands to compile Nav 2009 objects? I have seen many threads which is associated with NAV 2013+ onwards with powershell, but not NAV 2009 and powershell. Any help would be much appreciated.

Thanks in advance.

Most Powershell CmdLets are basically just an encapsulation of running finsql.exe (C/Side) using the command line.

So although Microsoft only shipped a few Powershell options with NAV 2009, then you can still compile objects etc, as this can be done from the command line.