Tag: PowerShell

A Merry Christmas and a “Cloudy” New Year!

I would like to wish you a Merry Christmas and all the best for next year! May the force be with you in your way to the cloud. 🙂 And waldo wouldn’t be waldo if he didn’t celebrate it with PowerShell .. here is a script I found on PowerShell.com 🙂 .. Just paste in a …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/12/24/a-merry-christmas-and-a-cloudy-new-year/

How to install Waldo’s PowerShell Modules

A while ago, I announced the “release” of my PowerShell scripts and functions here. It’s a big thing for me, as lots and lots of efforts and time have been put into it (and still), but more important .. I’m convinced it can save you lots of time. Now, I only announced it, and for …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/12/09/how-to-install-waldos-powershell-modules/

PowerShell workshop ahead

It’s not of my habits to do advertisement on my blog. Even more: I hate advertisement on any blog – so especially mine. But I don’t get any money doing this – so no benefit here – but there is value… There is namely one reason why I did want to mention this upcoming PowerShell …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/11/24/powershell-workshop-ahead/

Download Waldo’s PowerShell Modules

Yesterday, I did my session at NAVTechays, being “Thinking out of the box with NAV Development”. Now, I will be blogging about this great conference and about the session, but not just yet. In this post,I would like to shortly focus on one thing that I addressed during that session. My Powershell Modules The past …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/11/20/download-waldos-powershell-modules/

NAV 2016 Eventing: All published Integration and Business events

It’s been a while since I’ve put up a decent blogpost. Well .. I’ve been busy at conferences, to be honest doing lots of Sessions. And I’m always nervous for these – I take it seriously, you know – people pay a lot of money to come to conferences like that, and the sessions need …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/11/02/nav-2016-eventing-all-published-integration-and-business-events/

Fix NAV2015 Administration Shell after NAV 2016 installation

You should read Arend-Jan’s blogpost first. He explains that after you install NAV2016 on a machine that already had NAV2015 on it, that it breaks the NAV2015 Administration console. Arend-Jan also provide a fix for this! A really easy one even. But he was also talking about “if you’re not a PowerShell guru” .. And …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/10/14/fix-nav2015-administration-shell-after-nav-2016-installation/

Dynamics NAV PowerShell: Creating an enhanced Get-NAVServerInstance function

Between the many hours of preparation of all the conventions (there are a few surprises I can only talk about after Directions EMEA – but is eating up a lot of time ..), let’s make time for this tiny little function that I tend to use quite a lot lately. Why am I using it? …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/09/23/dynamics-nav-powershell-creating-an-enhanced-get-navserverinstance-function/

Port Sharing with NAV with PowerShell

You might have read my previous post about Dynamics NAV deployments and sharing ports. If you didn’t read the post, please do so, so you know how to do it in the first place. Well, waldo wouldn’t be waldo if he wouldn’t try to find out how to do this with PowerShell ;-). Sure, Port Sharing still …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/08/07/port-sharing-with-nav-with-powershell/

Load Dynamics NAV CmdLets in PowerShell ISE with Profiles

I think we can all agree that we like the Windows PowerShell ISE, right? You know, the “C/SIDE for PowerShell” ;-), the editor, this one: And the one thing that is somewhat less convenient, is the fact that you always have to load the NAV CmdLets into your runspace by typing these lines: Import-Module ‘C:\Program …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/07/20/load-dynamics-nav-cmdlets-in-powershell-ise-with-profiles/

Start NAV Object in RTC with PowerShell

You might remember these blogposts: Start Dynamics NAV Windows Client (RTC) from PowerShell Start Dynamics NAV Development Client (C/SIDE) from PowerShell I wanted to go a step further. Namely, I wanted to open/run a specific object from PowerShell. Scenario’s There are two scenario’s where I wanted to apply this: First of all the Test Toolkit. …

Continue reading

Permanent link to this article: https://www.waldo.be/2015/07/09/start-nav-object-in-rtc-with-powershell/