Windows7のログオン/オフをトリガーにPOSTイベントを投げる
2541 ワード
TL:DR
ログオン/オフ 1時にPower Shell Scriptを実行し、
Invoke-RestMethod
コマンドを用いてPOSTイベントを投げる
準備
管理者権限でPowerShell起動後、以下のコマンドを実行する
Set-ExecutionPolicy RemoteSigned
POSTイベントを投げるスクリプトの作成
任意のエディタで <ファイル名>.ps1
を作成する。
Invoke-RestMethod -Uri "YOUR URL" -Method POST
スクリプトを登録
ファイル名を指定して実行
gpedit.msc
画像のようにログオン/オフのプロパティを開く
gpedit.msc
スクリプトをディレクトリに配置
画像下側の「ファイルの表示」を押下後、エクスプローラが開く。
エクスプローラより開かれたディレクトリに Power Shell Script を配置する
登録
画像右側の「追加」を押下後、スクリプトを選択する。
Author And Source
この問題について(Windows7のログオン/オフをトリガーにPOSTイベントを投げる), 我々は、より多くの情報をここで見つけました https://qiita.com/byuu/items/1ed1aa654a74fb158530著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .