タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

PowerShellに関するbata64のブックマーク (5)

  • PowerShell IE起動 ~ アクティブ ~ スクリーンショット

    IEを起動して、そのスクリーンショットを取る。 Set-Variable uri41 'https://www.google.co.jp' $ie=new-object -com InternetExplorer.Application $ie.visible=$true $ie.navigate("$uri41") # IEをアクティブにする add-type -AssemblyName microsoft.VisualBasic add-type -AssemblyName System.Windows.Forms $b = (Get-Process | Where-Object {$_.MainWindowTitle -like "*Internet Explorer*"}).id start-sleep -Milliseconds 500 [Microsoft.VisualBasi

    bata64
    bata64 2017/09/01
    スナップショット取得用スクリプトの参考にさせて頂いた。
  • PowerShell Tidbit: Capturing a ScreenShot with PowerShell

    bata64
    bata64 2017/09/01
    PowerShellにてscreenshotを取るスクリプト。Windows10実機で動いた。
  • PowerShell で Excel をどうのこうのすることに興味を持ってくれると嬉しい - Qiita


       Windows 使1  Excel PowerShell    Windows 10 PowerShell 5.0 Excel 2016 1. PowerShell  PowerShell  PowerShell ISE PowerShell  Windows ()powershell OK
    PowerShell で Excel をどうのこうのすることに興味を持ってくれると嬉しい - Qiita
  • PowerShellでOSリソース情報(CPU、Memory、Disk)を取得する - YOMON8.NET


    PowerShellCPU使OS   (PerfMon) PowerShell Get-Counter使WMI https://technet.microsoft.com/ja-jp/magazine/ee872428.aspx WMI WMI WMIGuiWMI Explorer wmie.codeplex.com PowerShellPowerShell 
    PowerShellでOSリソース情報(CPU、Memory、Disk)を取得する - YOMON8.NET
    bata64
    bata64 2017/06/13
    WMIという存在を知った。いいじゃんいいじゃんー。
  • Windows PowerShell スクリプトを実行する

    Azure を探索 Azure について 安全かつ将来を見据えた、オンプレミス、ハイブリッド、マルチクラウド、エッジのクラウド ソリューションについて調べる グローバル インフラストラクチャ 他のどのプロバイダーよりも多くのリージョンを備える持続可能で信頼できるクラウド インフラストラクチャについての詳細情報 クラウドの経済性 Azure の財務上および技術的に重要なガイダンスを利用して、クラウドのビジネス ケースを作成する 顧客イネーブルメント 実績のあるツール、ガイダンス、リソースを使用して、クラウド移行の明確なパスを計画する お客様事例 成功を収めたあらゆる規模と業界の企業によるイノベーションの例を参照する

    Windows PowerShell スクリプトを実行する
    bata64
    bata64 2013/12/18
    自虐的だ。「ああ、なんてすばらしいのでしょう。スクリプトを実行することさえできない新しいコマンド シェルおよびスクリプト環境だなんて。マイクロソフトの人たちは、次は一体何を考え出すことでしょう。」
  • 1