It's weird because when I run the command locally and then from a remote server, I'm not getting the same version.
Remote:
PS C:\> Invoke-Command -computername server1 -scriptblock { get-natoolkitversion }
Major Minor Build Revision PSComputerName
----- ----- ----- -------- --------------
1 7 0 112 server1
PS C:\>
Locally:
PS C:\> get-natoolkitversion
Major Minor Build Revision
----- ----- ----- --------
3 2 0 65
PS C:\>