- Michael Intravartolo
NAV Quick Tip

Some NAV PowerShell cmdlets (such as ImportNavApplicationObject) don't have the -Force switch, and always ask for confirmation regardless of whether you include the Confirm switch or not.
To work around this, append the -Confirm:$false switch to such command. That sets the ConfirmPreference to none for an individual command, and confirms its confirmation dialogs.
16 views0 comments