{"id":2571,"date":"2011-09-01T09:41:25","date_gmt":"2011-09-01T09:41:25","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/powershell\/2011\/09\/01\/8-abstracts-for-the-powershell-deep-dive-in-frankfurt\/"},"modified":"2019-02-18T13:05:46","modified_gmt":"2019-02-18T20:05:46","slug":"8-abstracts-for-the-powershell-deep-dive-in-frankfurt","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/powershell\/8-abstracts-for-the-powershell-deep-dive-in-frankfurt\/","title":{"rendered":"8 Abstracts for the PowerShell Deep Dive in Frankfurt"},"content":{"rendered":"<p>&#160;<\/p>\n<p>We\u2019re super excited about the upcoming PowerShell Deep Dive in Frankfurt on October 17 &amp; 18. <\/p>\n<p>The agenda is starting to shape up nicely, so I wanted to share a number of abstracts submitted by members of the PowerShell Community that we\u2019ve already accepted. You can also find this info on The Experts Conference <a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/session-abstracts\/\">website<\/a>.<\/p>\n<p>Cheap registration of 850 Euros is coming to an end on September 6. If you\u2019re sitting on the fence, hopefully these abstracts will encourage you register while you can still save 150 Euros.<\/p>\n<p>And now for the abstracts\u2026<\/p>\n<p><strong>Delegated Administration with PowerShell Remoting<\/strong>     <br \/><strong>Speaker: <\/strong><a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#anikolic\">Aleksandar Nikolic<\/a><\/p>\n<p>In this session you will learn how to set up a fan-in PowerShell endpoint, and then use it to assign specific administrative tasks to the appropriate users and groups without changing the membership of local Administrators group. By using just the IIS configuration files and PowerShell scripts we will enable dynamic creation of customized automation environments.<\/p>\n<p><strong><\/strong><\/p>\n<p>&#160;<\/p>\n<p><strong>Get Your Game On! Leveraging Proxy Functions in Windows PowerShell <\/strong>    <br \/><strong>Speakers:<\/strong> <a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#slevy\">Shay Levy<\/a> &amp; <a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#kmunro\">Kirk Munro<\/a><\/p>\n<p>Join Shay Levy and Kirk Munro in this session as they take a deep dive into proxy functions in PowerShell. Shay and Kirk have been working together on PowerShell Proxy Extensions, a powerful module that leverages proxy functions and makes it easier than ever to create these powerful extensions to PowerShell. They will demonstrate what proxy functions are and why they are important, and then show how a little scripting savvy (and a really long script) can make your life easier by allowing you to create everything from very simple proxy functions that extend PowerShell to more complex proxy functions that override existing commands, fixing bugs and adding missing features at the same time, all while leveraging inline help as much as possible.<\/p>\n<p>&#160;<\/p>\n<p><strong>How to Turn CLI Tools into PowerShell Tools<\/strong>     <br \/><strong>Speaker: <\/strong><a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#jhicks\">Jeffery Hicks<\/a><\/p>\n<p>PowerShell is everywhere but there are still many command line tools in the IT Pro\u2019s toolbox, In this session we\u2019ll look at how to turn just about any command line based tool into a PowerShell tool so that you can incorporate it into your PowerShell scripts and daily management tasks. The power of objects in the pipeline is amazing and there\u2019s no reason not to include tools like NETSTAT.EXE or NBTSTAT.EXE.<\/p>\n<ol>\n<li>The Challenge of CLI Tools <\/li>\n<li>Console Text to PowerShell Objects Techniques <\/li>\n<li>Putting It All Together <\/li>\n<\/ol>\n<p>&#160;<\/p>\n<p><strong>PowerShell: 6 Things to Avoid<\/strong>     <br \/><strong>Speaker:<\/strong> <a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#rsiddaway\">Richard Siddaway<\/a><\/p>\n<p>PowerShell is a complex tool that provides many ways to accomplish the same task. Some of these ways are better than others. This session supplies some ideas of things to avoid. It builds on the presenter\u2019s experience of:<\/p>\n<ul>\n<li>Using PowerShell <\/li>\n<li>Writing and answering questions in the forums <\/li>\n<li>Judging the PowerShell scripting games <\/li>\n<\/ul>\n<p>The things to avoid are:<\/p>\n<ol>\n<li>Not using the pipeline <\/li>\n<li>Not using advanced functions <\/li>\n<li>Not creating objects for output <\/li>\n<li>Not using string substitution and multiplication <\/li>\n<li>Not using the built in constants <\/li>\n<li>Not using remoting sessions <\/li>\n<\/ol>\n<p>Not using these options will make your PowerShell code longer, harder to maintain and you will spend a lot of time inventing functionality that already exists. The session will be mainly code demonstrations.<\/p>\n<p>&#160;<\/p>\n<p><strong>PowerShell Anywhere<\/strong>     <br \/><strong>Speaker:<\/strong> <a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#jbrundage\">James Brundage<\/a><\/p>\n<p>Learn how to host PowerShell anywhere. This deep dive covers how to embed PowerShell in C#, build UI around Powershell, and deploy PowerShell as a web application in Azure.<\/p>\n<p>&#160;<\/p>\n<p><strong>PowerShell SWAT \u2013 Guerilla Tactics from the Field<\/strong>     <br \/><strong>Speaker: <\/strong><a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#tweltner\">Tobias Weltner<\/a><\/p>\n<p>In this session, Tobias Weltner shares plenty of \u201cspecial PowerShell weapons and tactics\u201d that emerged from numerous trainings and PowerShell projects over the past five years. Learn how little things can make huge differences: speed up code, turn plain folders into self-discovery modules, tap into the Windows API and easily read\/write INI files, change screen resololution or dim your video display. Regardless of the area you are managing with PowerShell, this session will provide plenty of tricks, fun and inspiration to enhance and improve existing code.<\/p>\n<p>&#160;<\/p>\n<p><strong>Production Module Design for the IT Pro<\/strong>     <br \/><strong>Speaker: <\/strong><a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#bshell\">Brandon Shell<\/a><\/p>\n<p>In this session we will deep dive into the thought process behind production module design. The presenter will explain the reason for choices made for the Splunk Module and his own BSonPosh module.<\/p>\n<p>&#160;<\/p>\n<p><strong>WMI Query Language \u2013 The Language of Systems Monitoring and Management Via WMI<\/strong>     <br \/><strong>Speaker: <\/strong><a href=\"http:\/\/www.theexpertsconference.com\/europe\/2011\/powershell-deep-dive\/speaker-bios\/#rchaganti\">Ravi Chaganti<\/a><\/p>\n<p>This session will include an introduction to WMI Query Language, including:    <br \/>Concepts of WMI Query Language<\/p>\n<ul>\n<li>Keywords and Operators <\/li>\n<li>Demo on using PowerShell to execute basic WQL queries <\/li>\n<\/ul>\n<p>Building Complex WMI queries for advanced systems monitoring and management<\/p>\n<ul>\n<li>Working with WMI associations <\/li>\n<li>WQL for event queries <\/li>\n<li>Building Permanent WMI consumers <\/li>\n<li>Demo <\/li>\n<\/ul>\n<p>Real-world examples of WQL and PowerShell<\/p>\n<ul>\n<li>Demo (Working with performance counters using WQL and PowerShell) <\/li>\n<li>Demo (Building Complex scheduling tasks using WQL and PowerShell) <\/li>\n<\/ul>\n<p>&#160;<\/p>\n<p>Travis Jones [MSFT]    <br \/>Windows PowerShell PM     <br \/>Microsoft Corporation<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#160; We\u2019re super excited about the upcoming PowerShell Deep Dive in Frankfurt on October 17 &amp; 18. The agenda is starting to shape up nicely, so I wanted to share a number of abstracts submitted by members of the PowerShell Community that we\u2019ve already accepted. You can also find this info on The Experts Conference [&hellip;]<\/p>\n","protected":false},"author":600,"featured_media":13641,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[124,128,257],"class_list":["post-2571","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-community","tag-conferences","tag-powershell-deep-dive"],"acf":[],"blog_post_summary":"<p>&#160; We\u2019re super excited about the upcoming PowerShell Deep Dive in Frankfurt on October 17 &amp; 18. The agenda is starting to shape up nicely, so I wanted to share a number of abstracts submitted by members of the PowerShell Community that we\u2019ve already accepted. You can also find this info on The Experts Conference [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/2571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/users\/600"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/comments?post=2571"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/posts\/2571\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media\/13641"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/media?parent=2571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/categories?post=2571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/powershell\/wp-json\/wp\/v2\/tags?post=2571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}