Windows/PowerShell.md
... ...
@@ -1,9 +1,10 @@
1 1
[[_TOC_]]
2 2
3 3
# リンク
4
-- [PowerShell リファレンス](https://msdn.microsoft.com/powershell/reference/readme)
5
- - [Compress Archive](https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.archive/compress-archive)
6
- - [Expand Archive](https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.archive/expand-archive)
4
+- [PowerShell Scripting](https://docs.microsoft.com/en-us/powershell/scripting/overview)
5
+ - [Compress-Archive](https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Archive/Compress-Archive)
6
+ - [Expand-Archive](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive)
7
+ - [about_Comment_Based_Help](https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Core/about/about_comment_based_help)
7 8
8 9
# スクリプトの実行許可
9 10
- 管理者権限で PowerShell を起動し、Set-ExecutionPolicy コマンドレットで設定する。