タグ

PowerShellに関するteonのブックマーク (2)

  • PowerShell を使用して Azure の REST API を操作する at SE の雑記

    Azure Reference で API が公開されていますが、サービス管理用の REST API を PowerShell で操作する際の自分メモを。 Azure PowerShell を使用して操作すれば、REST API の直接操作が必要になることは少ないかと思いますが勉強がてら。 基的な情報は以下を参考にしています。 Communicate to Azure via REST from PowerShell AZURE REST API & PowerShell: Retrieve Cloud Service Configuration Using the Windows Azure REST APIs with PowerShell Leveraging the Azure Service Management REST API with Azure Active Direc

    PowerShell を使用して Azure の REST API を操作する at SE の雑記
  • それ PowerShell でできるよ - Qiita

    Summary 普段使い用 PowerShell メモ 思惑 個人的には、 PowerShell はスクリプトをゴリゴリ書くよりも、 ちょこちょこ作業するのに向いていると思っている。 ただ、しばらく使っていないと忘れたりするので、そういうものをまとめてみる。 Linux で、grep とか使って、よくやりそうな感じのやつ。 共用パソコンなどの自分の環境以外でも使えることを想定しているので、 できるだけデフォルトの状態で、できるものに限定する。 また、普段使い想定なので、タイプ数を減らすのを優先していたりするので、 PowerShell の文法的には微妙なところも多少ある。 grep それ Select-String でできるよ

    それ PowerShell でできるよ - Qiita
  • 1