PowerShell Advent Calendar 2015 3日目の記事です。 基本的にはabout_OperatorsやPowerShellの言語仕様書(PowerShell 2.0、PowerShell 3.0)を見ればわかる話なのですが、一覧で参照したかったのと、PowerShellには一見演算子に見えない特殊な演算子が結構ありその解説をしたくなったので本エントリを書きました。 一部の内容についてはWindows PowerShell in Actionを参考にしています。 字数の都合、詳細まで説明するのは難しいので、基本的な説明と個人的に気になる部分について解説を入れる形としています。 算術演算子 演算子 用例 内容 + 1 + 2 加算、プラス - 1 - 2 減算、マイナス * 1 * 2 乗算 / 10 / 2 除算 % 10 % 3 余剰 最初は算術演算子から。 +と-
Today’s customers live in a multi-platform, multi-cloud, multi-OS world – that’s just reality. This world brings new challenges and customers need tools to make everything work together. Microsoft is working company-wide to deliver management tools that empower customers to manage any platform, from anywhere, on any device, using Linux or Windows. This shift to a more open, customer-obsessed appro
先日Twitter上でちょっと話題になってたのでメモを残しておきます。 PowerShellのHashtableはコレクション扱いされない こちらは割と既知の話で、 pierre3.hatenablog.com や winscript.jp にある通りPowerShellのHashtableはコレクション扱いされません。 例えばC#で以下の様に書けるコードが // C# (LinqPad) var hash = new System.Collections.Hashtable(); hash.Add("Key1", "Value1"); hash.Add("Key2", "Value2"); foreach (DictionaryEntry item in hash) { Debug.WriteLine(string.Format("{0} 型の値 {1}={2} が渡されました。", i
PowerShell ドキュメント 公式の PowerShell ドキュメントが格納される PowerShell-Docs リポジトリへようこそ。 リポジトリの構造 次の一覧は、このリポジトリ内の主なフォルダーについて説明しています。 .github - このリポジトリで GitHub によって使用される構成設定が含まれています .vscode - Visual Studio Code (VS Code) の構成設定と推奨される拡張機能が含まれています assets - ドキュメントにリンクされているダウンロード可能なファイルが含まれています reference - docs.microsoft.com に発行されたドキュメントが含まれています。 これには、リファレンスと概念のコンテンツの両方が含まれます。 5.1 - コマンドレット リファレンスと PowerShell 5.1 に関する
これは、PowerShell DSC Advent Calendar 2014 - Adventar 1日目の記事です。 2013年10月に公開された PowerShell DSC ですが、 Azure を中心に Windows プラットフォームで静かに、しかし着実に実績を残しつつあります。 初日は、PowerShell DSC についてさらっと触れておきましょう。これから DSC を深く見る前に、少しは興味を持っていただければ幸いです。 明日は、Configuration Management がなぜ必要なのかについてです。 目次 目次 PowerShell DSC とは何か データセンターや各環境ってどういうこと PowerShell DSC は Windows だけを対象にはしていない 標準化された技術の利用 プラットフォームとツールの違い Edge Show 123 どこでDSC動
例えばGoogleからのCookieを取得してみます。SessionVariableの引数がポイントです。 $uri = "http://www.google.co.jp/" Invoke-WebRequest -Uri $uri -SessionVariable mySession これで変数$mySessionにセッション情報が格納されます。 PS> $mySession | gm TypeName: Microsoft.PowerShell.Commands.WebRequestSession Name MemberType Definition ---- ---------- ---------- Equals Method bool Equals(System.Object obj) GetHashCode Method int GetHashCode() GetType Met
The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore. New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub reposi
Did you notice Dev Blogs has a new UI and some cool capacities too? Since its inception in 2002 PowerShell has been deeply influenced and improved by the passion and needs of our community. As an example, 80 contributors filed bugs and issues on the “alpha” release. Since that time we, together, have built a strong PowerShell community that supports each other, provides Summits and Conferences and
Did you notice Dev Blogs has a new UI and some cool capacities too? Type Conversion in PowerShell is, without question, one of the most useful ingredients in its "Magic Sauce" of administrator effectiveness. When you run a command with a specific parameter type (I.e.: a DateTime or a TimeSpan), things seem to "just work". For example, consider this recent question / info dump on Twitter: #PowerShe
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く