PowerShellはコンピュータを操作するための強力なツールです。このPowerShellには2つの系統があります。 PowerShell 5.1 はWindows専用のパワーシェル。 PowerShell 7.x はWindowsだけでなくMacでも使える新しいパワーシェル。 PowerShellをMacで使っているなんて聞いたことが ...
wttr.inは2016年から開発を続けてきた天気情報を取得できるサーバーだ。Linuxであればcurlやwget、PowerShellはInvoke-RestMethodを用いることで、現在地の天気情報を端末などに表示できる。 既定では現在地の天気を示し出すが、「curl wttr.in/London」なら英国のロンドン ...
米Microsoftは3月5日(現地時間)、「Visual Studio Code」向けの「PowerShell」拡張機能をメジャーアップデートした(v2020.3)。新しい「PowerShell」拡張機能は、現行のスクリプトエディター「PowerShell ISE」がWindowsでしか動作しない問題を克服するべく、昨年11月から ...
PowershellモジュールでPnP.Powershellを使いたくてUpdateしたところWindows Powershell 5.1では動かないとのことだったのでPowershell7系をインストールして、開発環境がISEではなくVS Code プラスPowershell拡張とMicrosoft さんが言うので動かすまでのメモ PowerShell 開発のための ...
A collection of PowerShell (PS) one-liners for cyber defenders to automate tasks that typically require the ISE or running a .ps1 script. For each of the one-liners, you can either replace each ...
APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.