PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
前回までの取り組みで「mail.ps1」の作成が完了した。これは、Thunderbirdのメールコンポーザを起動するPowerShellスクリプトであり、パラメータで宛先、CC、BCC、送信元、サブジェクト、本文、添付ファイルを指定できるようになっている。本文はパラメータで ...
ここ数回の取り組みでCSVやTSVといったデータからグラフ画像を生成するPowerShellスクリプト「data2chart.ps1」を作成した。さらに、data2chart.ps1を利用したラッパーコマンドとして「csv2barchart」「csv2piechart」「tsv2barchart」「tsv2piechart」も用意した。作業途中で ...
Suppose you have created a task to automate your PowerShell script using the Task Scheduler app. To run this scheduled task as administrator on your Windows 11/10 PC, you need to follow these steps: ...