Options

Sync-NAVTenant DynamcisNAV90 -Mode CheckOnly

jwilderjwilder Member Posts: 263
Upgrading to NAV 2016. I am running the step to Sync things (with Force) so there is lots of data being removed. I like to get a list of everything being removed so I run Sync-NAVTenant DynamcisNAV90 -Mode CheckOnly first to see what fields and tables are being deleted. The problem is that it doesn't all fit in the Administration Shell so I can't see the first few hundred lines. How can I run this command to a file or output to a gridview (like Get-NAVDataUpgrade where you can add this: -Detailed | Out-GridView to get a nice grid view of things.

I know I should be using Powershell instead but would like to see if there is an answer for Administration Shell

Answers

  • Options
    KishormKishorm Member Posts: 921
    Hi, the NAV Administration Shell is powershell :)

    Have you tried something like...
    Sync-NAVTenant DynamcisNAV90 -Mode CheckOnly | out-gridview
    
Sign In or Register to comment.