Amazon Kindleでは、 Windows PowerShell Cookbook をはじめとする200万冊以上の本をご利用いただけます。 詳細はこちら

Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Windows PowerShell Cookbook
 
 
1分以内にKindleで Windows PowerShell Cookbook をお読みいただけます。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Windows PowerShell Cookbook [ペーパーバック]

Lee Holmes

価格: ¥ 6,968 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
1点在庫あり。(入荷予定あり) 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
この商品には新版があります:
Windows PowerShell Cookbook Windows PowerShell Cookbook
¥ 5,754
在庫あり。

フォーマット

Amazon 価格 新品 中古品
Kindle版 ¥ 2,446  
ペーパーバック ¥ 6,968  

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報


よく一緒に購入されている商品

Windows PowerShell Cookbook + Windows PowerShell実践システム管理ガイド (マイクロソフト公式解説書―マイクロソフトITプロフェッショナルシリーズ)
合計価格: ¥ 10,958

選択された商品をまとめて購入

この商品を買った人はこんな商品も買っています


商品の説明

内容説明

Do you know how to use Windows PowerShell to navigate the filesystem and manage files and folders? Or how to retrieve a web page? This introduction to the PowerShell language and scripting environment provides more than 430 task-oriented recipes to help you solve the most complex and pressing problems, and includes more than 100 tried-and-tested scripts that intermediate to advanced system administrators can copy and use immediately. You'll find hands-on tutorials on fundamentals, common tasks, and administrative jobs that you can apply whether you're on a client or server version of Windows. You also get quick references to technologies used in conjunction with PowerShell, including format specifiers and frequently referenced registry keys to selected .NET, COM, and WMI classes. With Windows PowerShell Cookbook, you'll get more done in less time. * Take a tour of PowerShell's core features, including the command model, object-based pipeline, and ubiquitous scripting * Learn PowerShell fundamentals such as the interactive shell and fundamental pipeline and object concepts * Perform common tasks that involve working with files, Internet-connected scripts, user interaction, and more * Solve tasks in systems and enterprise management, such as working with Active Directory, the filesystem, registry, event logs, processes, and services

著者について

Lee Holmes is a developer on the Microsoft Windows PowerShell team, and has been an authoritative source of information about PowerShell since its earliest betas. His vast experience with Windows PowerShell enables him to integrate both the 'how' and the 'why' into discussions. Lee's involvement with the PowerShell and administration community (via newsgroups, mailing lists, and blogs) gives him a great deal of insight into the problems faced by all levels of administrators and PowerShell users alike.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:


カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.6  20件のカスタマーレビュー
20 人中、20人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 A vital piece of any PowerShell scripter's collection 2010/9/2
By Mike Kolitz - (Amazon.com)
形式:ペーパーバック
I've been using PowerShell for a little over a year now, and I've acquired quite a hefty collection of PSH-related books. Among those books, the 1st edition of Lee Holmes' "Windows PowerShell Cookbook" is one the most heavily read and dog-eared. The new 2nd edition adds chapters and sample scripts around PowerShell 2.0's new features, like Event Handling and Advanced Functions, but most importantly, it retains - and even expands upon - the obvious passion that Holmes has for PowerShell, and for helping people understand it.

Whether you're just getting into PowerShell now, or you're a seasoned expert who has been using PowerShell since it was codenamed "Monad", Lee Holmes' "Windows PowerShell Cookbook" should have a prominent position on your bookshelf, or in your e-book reader!

** Full disclosure: I work for Microsoft, but my job has nothing to do with PowerShell. This review is my own personal opinion. **
13 人中、12人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Excellent tool 2010/9/25
By Jobobo - (Amazon.com)
形式:ペーパーバック
I have read many powershell books out there, and many of them are good, many are not so good. This book claims to be a cookbook, which typically I use as a reference to take ideas from. There is usually a short explanation of the concepts and uses of the technology. But I found I gained a good deal of practical application of the concepts in these short reviews. So in short this should not be your 1st Powershell book, but it should definitely be your second if you are an IT administrator.

The scripts are comprehensive, and useful. Lee has done a great job. I found immediate use that saved me a couple days in consulting time. So a $40 book and a couple of hours of my time against that cost, was quite a good return and I end up being the IT hero again.
7 人中、7人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 very good to pull ideas or a how to on but... 2011/5/27
By forrest - (Amazon.com)
形式:ペーパーバック
I have read several of the chapters and used parts here and there in the book and I do have java programming experience so i am not a total newbie.
As other readers have noted: This should not be your first scripting or PS book.

The books description does not make it out to be more than it is. A cookbook. It also provides a lot of PS basics but it also leaves a lot out. I was scratching my head on Arrays, lists and other collections. The book does not allow for clear distinctions between them but my experience told me there was a difference. Structuring the script was also passed over too quickly. I had to do some digging on the Internet for opinions and answers.

There are many scripts in the book but they are written or purposed in a way that do not expose the weaknesses/complexities of powershell like:
-"how do I know my Get-function is going to return an collection? sometimes it returns an object and if it does this script will fail"
-"how do I make my [array] of a static size?"

So I am going to keep this book around and read more of it BUT I am also going to look for another to partner it with.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換