NAV 2013 DEMO DB problems with piping in Powershell

Kaetchen
Member Posts: 106
Hi All,
I installed the Demo for NAV2013 on VM running Windows 8.
I can run single commands but unable to pipe the commands as below:
Has anyone come across this problem too?
Thanks,
Stefanie
PS C:\Windows\system32> Import-Module 'C:\Program Files\Microsoft Dynamics NAV\70\Service\NavAdminTool.ps1'
Welcome to the Server Admin Tool Shell!
For a complete list of Server cmdlets type
Get-Command *NAVServer*
CommandType Name ModuleName
----
Cmdlet Export-NAVServerLicenseInformation Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerSession Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Import-NAVServerLicense Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerSession Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerUser Microsoft.Dynamics.Nav.Management
PS C:\Windows\system32> Get-NAVServerInstance | Get-NAVServerUserPermissionSet | Where-Object {$_.PermissionSetId -like 'SUPER*'}
Get-NAVServerUserPermissionSet : Unable to locate Microsoft Dynamics NAV ServerInstance: MicrosoftDynamicsNavServer$ServerInstance
At line:1 char:25
+ Get-NAVServerInstance | Get-NAVServerUserPermissionSet | Where-Object {$_.Permis ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (0:Int32) [Get-NAVServerUserPermissionSet], NavCommandException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$ServerInstance,Microsoft.Dynamics.Nav.Management.Cmdlets.GetNavServerUserPermissionSet
PS C:\Windows\system32> Get-NAVServerInstance
Name : MicrosoftDynamicsNavServer$DynamicsNAV70
DisplayName : Microsoft Dynamics NAV Server [DynamicsNAV70]
State : Running
ServiceAccount : NT AUTHORITY\NETWORK SERVICE
Version : 7.0.33781.0
Default : True
PS C:\Windows\system32> Get-NAVServerPermissionSet DynamicsNAV70
PermissionSet ID Name
----
ADCS ALL ADCS User
ADCS SETUP ADCS Set-up
BASIC Basic User (All Inclusive)
CASHFLOW Cash Flow Total
CHANGELOG-DELETE Delete Change Log Entries
CHANGELOG-SETUP Setup Change Log
CHANGELOG-VIEW View Change Log Entries
COST Cost Accounting
DOC-APP-SETUP Document Approval Setup
DOC-APP-USER Document Approval
DOLSETUP Dynamics Online Setup
FA-FIXED ASSET Read fixed assets and entries
FA-FIXED ASSET, EDIT Edit fixed assets
FA-INS JOURNAL Create entries in ins. jnls.
I installed the Demo for NAV2013 on VM running Windows 8.
I can run single commands but unable to pipe the commands as below:
Has anyone come across this problem too?
Thanks,
Stefanie
PS C:\Windows\system32> Import-Module 'C:\Program Files\Microsoft Dynamics NAV\70\Service\NavAdminTool.ps1'
Welcome to the Server Admin Tool Shell!
For a complete list of Server cmdlets type
Get-Command *NAVServer*
CommandType Name ModuleName
----
Cmdlet Export-NAVServerLicenseInformation Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerSession Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet Get-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Import-NAVServerLicense Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet New-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerSession Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerUser Microsoft.Dynamics.Nav.Management
Cmdlet Remove-NAVServerUserPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerConfiguration Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerInstance Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerPermission Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerPermissionSet Microsoft.Dynamics.Nav.Management
Cmdlet Set-NAVServerUser Microsoft.Dynamics.Nav.Management
PS C:\Windows\system32> Get-NAVServerInstance | Get-NAVServerUserPermissionSet | Where-Object {$_.PermissionSetId -like 'SUPER*'}
Get-NAVServerUserPermissionSet : Unable to locate Microsoft Dynamics NAV ServerInstance: MicrosoftDynamicsNavServer$ServerInstance
At line:1 char:25
+ Get-NAVServerInstance | Get-NAVServerUserPermissionSet | Where-Object {$_.Permis ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (0:Int32) [Get-NAVServerUserPermissionSet], NavCommandException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$ServerInstance,Microsoft.Dynamics.Nav.Management.Cmdlets.GetNavServerUserPermissionSet
PS C:\Windows\system32> Get-NAVServerInstance
Name : MicrosoftDynamicsNavServer$DynamicsNAV70
DisplayName : Microsoft Dynamics NAV Server [DynamicsNAV70]
State : Running
ServiceAccount : NT AUTHORITY\NETWORK SERVICE
Version : 7.0.33781.0
Default : True
PS C:\Windows\system32> Get-NAVServerPermissionSet DynamicsNAV70
PermissionSet ID Name
----
ADCS ALL ADCS User
ADCS SETUP ADCS Set-up
BASIC Basic User (All Inclusive)
CASHFLOW Cash Flow Total
CHANGELOG-DELETE Delete Change Log Entries
CHANGELOG-SETUP Setup Change Log
CHANGELOG-VIEW View Change Log Entries
COST Cost Accounting
DOC-APP-SETUP Document Approval Setup
DOC-APP-USER Document Approval
DOLSETUP Dynamics Online Setup
FA-FIXED ASSET Read fixed assets and entries
FA-FIXED ASSET, EDIT Edit fixed assets
FA-INS JOURNAL Create entries in ins. jnls.
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions