Skip to content

Commit

Permalink
Show all CmdLets when loading module
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Feb 13, 2019
1 parent cd85055 commit 347664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Getting Started/_LoadObjects.ps1
Expand Up @@ -2,6 +2,6 @@
$ObjectsFile = "C:\Temp\13.1.25341.0-W1.txt" #point to a file that exists for you (advised to create a complete text-export of an BC/NAV Database)
$ModuleToolAPIPath = Join-Path $PSScriptRoot "..\The Magic\NavModelToolsAPI.dll"

import-module $ModuleToolAPIPath -WarningAction SilentlyContinue
import-module $ModuleToolAPIPath -WarningAction SilentlyContinue -Verbose

$Model = Get-NAVObjectModel -NavObjectsTextFile $ObjectsFile -TimeExecution

0 comments on commit 347664d

Please sign in to comment.