power shell 更新后的版本号
Posted 五月花
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了power shell 更新后的版本号相关的知识,希望对你有一定的参考价值。
看别人博客,去github下了个powershell v7.0.2,https://github.com/PowerShell/PowerShell,没有敢下尝鲜版,也没有下长期维护版,下了个稳定版。
看下面的说明里面是和windows自带的版本是 并行存在的:
Note
PowerShell 7 installs to a new directory and runs side-by-side with Windows PowerShell 5.1. For PowerShell Core 6.x, PowerShell 7 is an in-place upgrade that removes PowerShell Core 6.x.
然后赶紧打开看了一眼,结果真是并行存在的。凌乱了。而且官方原文还说 dot net的工具里面还能再装一份。不知道vscode里面是不是也能额外装一份。
Microsoft Windows [版本 10.0.14393] (c) 2016 Microsoft Corporation。保留所有权利。 C:UsersNimda>powershell Windows PowerShell 版权所有 (C) 2016 Microsoft Corporation。保留所有权利。 PS C:UsersNimda> get-host Name : ConsoleHost Version : 5.1.14393.3471 InstanceId : ed4c3838-f558-44d9-aa56-db6652e841f2 UI : System.Management.Automation.Internal.Host.InternalHostUserInterface CurrentCulture : zh-CN CurrentUICulture : zh-CN PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy DebuggerEnabled : True IsRunspacePushed : False Runspace : System.Management.Automation.Runspaces.LocalRunspace PS C:UsersNimda> pwsh PowerShell 7.0.2 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/powershell Type ‘help‘ to get help. PS C:UsersNimda> get-host Name : ConsoleHost Version : 7.0.2 InstanceId : 9360a12e-f9db-40d5-a4ab-d80fbbcbc682 UI : System.Management.Automation.Internal.Host.InternalHostUserInterface CurrentCulture : zh-CN CurrentUICulture : zh-CN PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy DebuggerEnabled : True IsRunspacePushed : False Runspace : System.Management.Automation.Runspaces.LocalRunspace PS C:UsersNimda>
以上是关于power shell 更新后的版本号的主要内容,如果未能解决你的问题,请参考以下文章
powershell 更新power shell中的帮助系统。第二个文件在Windows中显示帮助文件。第三个文件显示来自在线来源的帮助。
Oracle 数据库 - 使用UEStudio修改dmp文件版本号,解决imp命令恢复的数据库与dmp本地文件版本号不匹配导致的导入失败问题,“ORACLE error 12547”问题处理(代码片段