PowerShell リブート/シャットダウン PowerShellでリブート/シャットダウンする為のサンプルです。 目次1 リブート2 シャットダウン2.0.1 関連記事一覧 リブート Stop-Computer #強制的にシャットダウン Stop-Computer -Force シャットダウン Restart-Computer #強制的にリブート Restart-Computer -Force 関連記事一覧PowerShell 画面ロックpowershell タスクスケジューラの操作PowerShell Excel シート削除PowerShell Excell シート追加PowerShell Excel セルの背景を変更PowerShell Excel ファイル出力 Pocket