「PowerShell」によるタスクの反復処理は、「Windows」を扱うIT管理者の業務を楽にしてくれる場合がある。PowerShellで利用可能な4つのループ処理構文の違いを学び、使いこなせるようになろう。 「Windows」のコマンド実行ツール「PowerShell」は、システムの構成や ...
Windowsユーザーなら一度は見たことがある「コマンドプロンプト」。でも、その隣にひっそりと佇む「PowerShell」、ちゃんと使ったことありますでしょうか? 実はこのPowerShell、ただの黒い画面じゃないんです。業務効率化や自動化の強力な味方。今回はそんな ...
MicrosoftはPowerShell 7.0.0 Preview3の段階でForEach-Objectコマンドレットに並列処理機能を追加した。この機能を利用するとブロック単位で処理を並列化することができる。並列数は制御が可能で、使い方によっては大幅な高速化が可能になることを以前取り上げた。
Sometimes you need to scan some files for a piece of data like a string, phrase or some number, and one of those files just happens to be an Excel spreadsheet. You could open up the file, launch the ...
次期PowerShell Coreとなる「PowerShell 7」は現在プレビューの段階にあり、執筆段階では「PowerShell 7.0.0 Preview 3」が公開されている ※ 。 ※ (編集部注)掲載時点の最新版はPowerShell 7.0.0 Preview4です。こちらは追ってご紹介します。 基本的にはWindows PowerShellとの互換 ...
PowerShell doesn't require that you become a developer, but you do have to get the basic concept of objects. It's simple, really. Let's revisit, if you don't object. You can't fully appreciate ...
こんにちは。スーパーソフトウエア東京オフィス 技術部の加藤です。 本シリーズでは、PowerShell を利用して GitHub API からOSS(オープンソースソフトウェア)の情報を収集し、分析する仕組みを構築していきます。 近年、多くのWebサービスではAPI(Application ...