Windows 2012 commands
February 9th, 2016Install telnet client:
dism /online /Enable-Feature /FeatureName:TelnetClient
Disable firewall:
netsh advfirewall set allprofiles state off
Install telnet client:
dism /online /Enable-Feature /FeatureName:TelnetClient
Disable firewall:
netsh advfirewall set allprofiles state off
Boot on Windows 2012 install media
Choose Troubleshoot and in a command prompt type:
bcdedit /set {bootmgr} displaybootmenu Yes
bcdedit /set {bootmgr} timeout 10
Enables the bootmenu
Now you can use “safe mode”.
Start “Dynamics NAV 2016 Administration Shell”.
Show Server Instances:
Get-NAVServerInstance
Show online users:
Get-NAVServerSession -ServerInstance dynamicsnav90