windows:powershell

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
windows:powershell [2019/08/16 15:23] – [PowerShell] ともやんwindows:powershell [2020/02/12 04:25] – [PowerShell のバージョン] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
 <html> <html>
   <style>   <style>
行 17: 行 9:
 </html> </html>
 ====== PowerShell ====== ====== PowerShell ======
 +本家: [[https://docs.microsoft.com/ja-jp/powershell/|PowerShell Documentation | Microsoft Docs]]\\
 +ソースコード: [[https://github.com/PowerShell/PowerShell|GitHub - PowerShell/PowerShell: PowerShell for every system!]]\\
 +\\
 {{:windows:powershell.png?600|PowerShell}}\\ {{:windows:powershell.png?600|PowerShell}}\\
 **PowerShell** (パワーシェル)は、マイクロソフトが開発した拡張可能なコマンドラインインターフェース (CLI) シェルおよびスクリプト言語である。オブジェクト指向に基づいて設計されており、.NET Frameworkと.NET Coreを基盤としている。\\ **PowerShell** (パワーシェル)は、マイクロソフトが開発した拡張可能なコマンドラインインターフェース (CLI) シェルおよびスクリプト言語である。オブジェクト指向に基づいて設計されており、.NET Frameworkと.NET Coreを基盤としている。\\
行 24: 行 19:
 Windows 7 以降のオペレーティングシステム (OS) には標準で搭載されている。\\ Windows 7 以降のオペレーティングシステム (OS) には標準で搭載されている。\\
 \\ \\
-本家: [[https://docs.microsoft.com/ja-jp/powershell/|PowerShell Documentation | Microsoft Docs]]\\ 
-ソースコード: [[https://github.com/PowerShell/PowerShell|GitHub - PowerShell/PowerShell: PowerShell for every system!]]\\ 
  
 ===== PowerShell のバージョン ===== ===== PowerShell のバージョン =====
行 32: 行 25:
  
 Name             : ConsoleHost Name             : ConsoleHost
-Version          : 5.1.18362.145 +Version          : 6.2.4 
-InstanceId       : e2c61d93-3cfd-48be-9ab0-78013d5da518+InstanceId       : 3a2ed9d0-2c0b-42d5-976a-459d8e3f07af
 UI               : System.Management.Automation.Internal.Host.InternalHostUserInterface UI               : System.Management.Automation.Internal.Host.InternalHostUserInterface
 CurrentCulture   : ja-JP CurrentCulture   : ja-JP
行 41: 行 34:
 IsRunspacePushed : False IsRunspacePushed : False
 Runspace         : System.Management.Automation.Runspaces.LocalRunspace Runspace         : System.Management.Automation.Runspaces.LocalRunspace
 +
  
 PS > $PSVersiontable PS > $PSVersiontable
行 46: 行 40:
 Name                           Value Name                           Value
 ----                           ----- ----                           -----
-PSVersion                      5.1.18362.145 +PSVersion                      6.2.4 
-PSEdition                      Desktop +PSEdition                      Core 
-PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...} +GitCommitId                    6.2.4 
-BuildVersion                   10.0.18362.145 +OS                             Microsoft Windows 10.0.19559 
-CLRVersion                     4.0.30319.42000 +Platform                       Win32NT 
-WSManStackVersion              3.0+PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}
 PSRemotingProtocolVersion      2.3 PSRemotingProtocolVersion      2.3
 SerializationVersion           1.1.0.1 SerializationVersion           1.1.0.1
 +WSManStackVersion              3.0
 +
 +PS >
 </code> </code>
  
行 69: 行 66:
 ===== 参考文献 ===== ===== 参考文献 =====
 [[http://www.vwnet.jp/windows/etc.asp#PowerShell|PowerShell - vwnet.jp]]\\ [[http://www.vwnet.jp/windows/etc.asp#PowerShell|PowerShell - vwnet.jp]]\\
 +[[https://github.com/PowerShell/Win32-OpenSSH/releases|Releases · PowerShell/Win32-OpenSSH · GitHub]]\\
  
  • windows/powershell.txt
  • 最終更新: 2023/10/06 14:49
  • by ともやん