PS C:\Myworkplace\PS> get-host

Name             : ConsoleHost
Version          : 2.0
InstanceId       : c901dbec-946f-4ace-96be-fb656deaec92
UI               : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture   : en-US
CurrentUICulture : en-US
PrivateData      : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
IsRunspacePushed : False
Runspace         : System.Management.Automation.Runspaces.LocalRunspace



PS C:\Myworkplace\PS> $host.version

Major  Minor  Build  Revision
-----  -----  -----  --------
2      0      -1     -1

相关文章:

  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-04-03
  • 2021-06-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-09-26
  • 2022-01-26
  • 2022-12-23
相关资源
相似解决方案