Hello,
I need to use Export-NAVdata on a NAV 2015 database, and even though I've imported the modules from that build, powershell tells me i need to convert the database since I have 2016 also installed on the same machine. Any workaround for this?
Thanks in advance!
0
Answers
Try the Remove-Module before Import-Module. Like:
It sometimes looks to me that powershell can keep things (modules) in memory after I force a stop on a script and then I have to restart powershell.
Good luck.