「Windows 10ミニTips」は各回の作成時点で最新のWindows 10環境を使用しています。 「Windows 10 Creators Update」からは、PowerShellの活用機会が多くなりそうだ。そこで、PowerShellからコマンドを起動する際に、管理者権限を得る操作方法を紹介する。 標準CUIとなる ...
Windows PowerShellを起動すると「Execution_Policies」というエラーが発生することがある。実はWindows PowerShellではセキュリティの観点からスクリプトを実行する際の「ExecutionPolicy(実行ポリシー)」を設けている。Windows 10の既定ではスクリプトをRestricted(制限)し ...
Learn how to transform everyday PowerShell one-liners and batch scripts into advanced functions with validation, pipeline support and help. Understand how to organize reusable code into modules with ...