Tag: PowerShell

NAV TechDays 2014

I’m ashamed. I call myself a Microsoft Dynamics NAV blogger .. and I barely have time for it. :(. Anyway .. I finally put all the work aside .. and made time for it. NAV TechDays 2014 is already over for quite some time .. already two weeks! After each NAV TechDays conference, I tell …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/12/08/nav-techdays-2014/

PowerShell Script to Merge NAV Versionlist

I’ve been trying to get this out for a while now.. finally I was able to :-). If you have been to one of the Directions (US or EMEA) or the last session of the Dutch Dynamics Community, you might have visited one of the session about the great new addition in NAV2015 (in fact, …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/10/28/powershell-script-to-merge-nav-versionlist/

NAV 2013 R2: Export objects with PowerShell

A while ago, I create a blog about a way to import objects in NAV with PowerShell. Well, it’s time to do the opposite, and export objects. This is the function I came up with (pardon the formatting – copy/pasting really made it difficult for me…): function Export-NAVApplicationObjectFile { [CmdletBinding()] param ( [String]$WorkingFolder, [String]$ExportFile, [String]$Database, …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/06/04/nav-2013-r2-export-objects-with-powershell-3/

NAV 2013 R2: Import objects with PowerShell

You know PowerShell is hot, right? And the fact that Dynamics NAV is using Powershell more and more, is good. Very good. I like it .. you must have figured that in previous post ;-). We also are familiar with the finsql.exe .. and options we have with it. And if not, The Microsoft Team …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/04/09/nav-2013-r2-import-objects-with-powershell/

Powershell script to search for “How Do I”-video’s for NAV 2013 (R2)

As you might know, lately, I have been working on the “How Do I”-video-series about various topics regarding Microsoft Dynamics NAV 2013. these video’s are posted on MSDN, PartnerSource and Youtube. (And hereby, you got the links to easily find them – bookmark them, please :-)). Now, as you migth have noticed, me personally, I …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/02/03/powershell-in-the-how-do-i-series-for-nav-2013-r2/

How to Create a NAV 2013 R2 Multi-Tenancy Demo Environment

I have had a few people asking for this .. So I’m just going to share you my script that I always use to convert a Single Tenancy Demo Environment to a Multi Tenancy Demo Environment, with some (Empty) companies per Tenant and such.. . And I’m going to make it easy on me .. …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/01/20/how-to-create-a-nav-2013-r2-multi-tenancy-demo-environment/

NAV 2013 R2: Migrating from Multi-Tenancy back to Single-Tenancy

A lot has been written about how to migrate from Single Tenancy to Multi-Tenancy. Video’s have been created, blogs have been written, Sessions have been given.. . The question that I always get – is “what about the other way around?”. So, how do I migrate back to a Single Tenant Environment? I’ve spend some …

Continue reading

Permanent link to this article: https://www.waldo.be/2014/01/13/nav-2013-r2-migrating-from-multi-tenancy-back-to-single-tenancy/

NAV 2013 R2: Powershell function to check if ServerInstance is Multitenant or not

Hi, to end the year with – here is a small tip. I’m working on improving the Backup/Restore procedure from this blogpost .. . While doing that, I was looking for a way to see whether my current instance was actually a Multitenant-server or not. In a way, I had to be able to read …

Continue reading

Permanent link to this article: https://www.waldo.be/2013/12/31/nav-2013-r2-powershell-function-to-check-if-serverinstance-is-multitenant-or-not/

NAV 2013 R2: Backup and Restore

Since today, about 25 new “How Do I”-video’s were uploaded to youtube. This means.. video’s that were already available to partners, are now made available for everyone. As mentioned before, I have been participating in some video’s, including the one about Backup/Restore: How Do I: Backup and Restore in a Multitenant Environment in Microsoft Dynamics …

Continue reading

Permanent link to this article: https://www.waldo.be/2013/10/18/nav-2013-r2-backup-and-restore/