February 2015 archive

Start Dynamics NAV Windows Client (RTC) from PowerShell

After my sessions during “conference season”, I promised to blog about my scripts. I decided to do this on small pieces of scripts .. and this one is so useful, though I only realised it was useful until I wanted to do a gimmick during a script. I’m actually using it all the time now …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/02/20/start-dynamics-nav-windows-client-rtc-from-powershell/

Get a specific Dynamics NAV Server Setting with PowerShell (a better Get-NAVServerConfiguration)

You might remember this blogpost: NAV 2013 R2: Powershell function to check if ServerInstance is Multitenant or not. It was a small tip on how to check a certain setting. Recently I was working on a script, where I needed some other serversettings, and looking back on the way I was doing the above .. …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/02/10/get-a-specific-dynamics-nav-server-setting-with-powershell-a-better-get-navserverconfiguration/

Remove a “Dynamics NAV Web Client” (Remove-NAVWebServerInstance)

You might have run into this .. trying to remove a Web Server Instance, but not finding a corresponding PowerShell commandlet for that. As you know, there are LOADS of PowerShell commandlets for server administration. But in the list, there is not a “Remove-NAVWebServerInstance”. This list kind of prooves it: Is it forgotten? I don’t …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/02/03/remove-a-dynamics-nav-web-client-remove-navwebserverinstance/