Cドライブの中の拡張子が.bakでサイズ300MB以上のファイルを探す Get-ChildItem -Path C: -Recurse | Where-Object{$.Name -like "*.bak" -and ...
In my younger, more carefree days, I played my share of card games. Most of the time I needed a little help from the dealer in selecting just the cards I needed. Today it is no longer cards -- instead ...
One of the big advantages of using PowerShell as a scripting language is its use of objects. Since everything is an object in PowerShell, we can take advantage of structured data by calling properties ...
PowerShellの戻り値は「オブジェクト」です、って言われます。 初めてコマンドレットの実行結果を見たとき思いました。 文字じゃん。 今回のお話し そんな過去を振り返りながら、オブジェクトの概念のお話しです。 概念を理解できると、PowerShellの理解が ...
シェルの場合パイプラインを流れるのは見たままのデータなのだが、PowerShell Coreではパイプラインの間を移動していくのはオブジェクトで、表示されているデータそのものではないことは、これまで何度か触れてきた。 そうなると、そもそもその ...
PowerShell can do far more than most users realize. Explore 10 hidden capabilities that save time, improve reporting, and supercharge your workflow.
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする