tech.guitarrapc.cóm

Technical updates

2013-02-15から1日間の記事一覧

PowerShellでヘルプをポップアップ表示させたい

PowerShell 2.0までは、help about_xxxx やGet-Help cmdletで表示されるヘルプはコンソール内部だけでした。 しかし、PowerShell 3.0からは、ポップアップ表示 + 表示内容の検索が可能になりました。 簡単ですがそのやり方を紹介します。 なお、helpは、Get-…

PowerShellで利用できるaboutファイル一覧

PowerShellには、その使い方等を記載したabout_xxxxxファイルがインストール時にセットされます。 今回は、そのaboutファイルのパスと簡単な確認方法についです。 about_xxxxのパス about_xxxxファイルは、以下のパスに存在します。 #English file path C:\W…

PowerShell 0.6.10 of the Azure SDK has been released

This is English article, see here for Japanese. There's the new version of New Version of the Azure SDK (0.6.10) has been released on 11/Feb/2013. It's provides Windows PowerShell cmdlets for Azure with building, deployeing and managing Wi…

PowerShell Azure SDK tools 0.6.10がリリース

日本語記事です。英語記事はこちら。 新バージョンのPowerShell Azure SDK tools (0.6.10)が11/Feb/2013にリリースされました。 本SDKで、Windows Azure ServiceのPowerShell によるビルド、デプロイ、管理が可能となります。 新機能 github - WindowsAzure …