Menu

#24 apps runable with ConHost and Powershell are not Console2 and Powershell

v1.0 (example)
open
nobody
None
5
2022-08-11
2022-08-11
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.