「PowerShell Core」の版間の差分

提供: Hideki Saito Wiki Japanese
移動先: 案内検索
(ページの作成:「==Windows PowerShell互換モジュール== [https://www.powershellgallery.com/packages/WindowsPSModulePath/1.0.0 WindowsPSModulePath]をインストール。 <pre> # Ad...」)
 
 
(同じ利用者による、間の4版が非表示)
1行目: 1行目:
==Windows PowerShell互換モジュール==
 
[https://www.powershellgallery.com/packages/WindowsPSModulePath/1.0.0 WindowsPSModulePath]をインストール。
 
  
<pre>
+
== PowerShell Coreトピックス ==
# Add `-Scope CurrentUser` if you're installing as non-admin
 
Install-Module WindowsPSModulePath -Force
 
</pre>
 
  
===初期化===
+
* [[PowerShell Core Tips]]
 
+
* [[PowerShellモジュールの作成方法]]
<pre>
 
# Add this line to your profile if you always want Windows PowerShell PSModulePath
 
Add-WindowsPSModulePath
 
</pre>
 
  
 
[[Category:技術]]
 
[[Category:技術]]
 
[[Category:.NET]]
 
[[Category:.NET]]
[[Category:.PowerShell]]
+
[[Category:PowerShell]]
[[Category:.PowerShell Core|*]]
+
[[Category:PowerShell Core|*]]

2018年11月21日 (水) 19:34時点における最新版