apps runable with ConHost and Powershell are not Console2 and Powershell
Brought to you by:
bozho
When I run powershell in Console2 on my company computer I cant run some applications.
Is the cause a windows policy conflict?
ConHost --> Powershell
C:\Users\bodinetx>powershell
Windows PowerShell
[C:\Users\bodinetx\]
0>Get-Command ssh
CommandType Name Version Source
----------- ---- ------- ------
Application ssh.exe 8.1.0.1 C:\windows\System32\OpenSSH\ssh.exe
Console2 --> Powershell
[C:\Users\bodinetx\]
0>Get-Command ssh
Get-Command : The term 'ssh' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-Command ssh
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (ssh:String) [Get-Command], Comm
andNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Co
mmands.GetCommandCommand
[C:\Users\bodinetx\]
0>
Regards Tom Bodine