Presentation is loading. Please wait.

Presentation is loading. Please wait.

TechEd 2013 11/14/2018 8:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.

Similar presentations


Presentation on theme: "TechEd 2013 11/14/2018 8:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered."— Presentation transcript:

1 TechEd 2013 11/14/2018 8:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 11/14/2018 8:19 AM MDC-B308 Tips & Tricks for Creating Custom Management Packs for Microsoft System Center – Operations Manager Mickey Gousset Principal Consultant Infront Consulting Group © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 Agenda Introduction to Management Pack Structure Tools of the Trade
TechEd 2013 11/14/2018 8:19 AM Agenda Introduction to Management Pack Structure Tools of the Trade Basic Tips & Tricks Advanced Tips & Tricks Expert Tips & Tricks © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Introduction to Management Pack Structure
TechEd 2013 11/14/2018 8:19 AM Introduction to Management Pack Structure A management pack is an XML file Used to add functionality to System Center Operations Manager Two flavors: Unsealed Sealed © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Introduction to Management Pack Structure
TechEd 2013 11/14/2018 8:19 AM Introduction to Management Pack Structure Mickey Gousset © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Tools of the Trade SCOM 2007 Authoring Console
TechEd 2013 11/14/2018 8:19 AM Tools of the Trade SCOM 2007 Authoring Console SCOM 2012 Operations Console Visio 2010 (via Authoring Extensions) Visual Studio 2010 (via Authoring Extensions) A Text Editor (such as Notepad++) Visual Studio 2012 (soon) © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Basic Tips & Tricks Targeting Version Control Discovery Scripts
TechEd 2013 11/14/2018 8:19 AM Basic Tips & Tricks Targeting Version Control Discovery Scripts Debugging Scripts Customizing Rules/Monitors © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 TechEd 2013 11/14/2018 8:19 AM Targeting Example You want to monitor failed logon attempts on Windows Computers GOOD Use Windows Operating System to target all Windows managed nodes (desktop and server) Use Windows Server Operating System to target all Windows server managed nodes (all versions) Use Windows Server 2012 Operating System to target all Windows Server 2012 managed nodes Use Windows Computer to target all windows computers (desktop and servers) BAD Don’t use Agent Don’t use Computer © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 Targeting – Operating System Model
TechEd 2013 11/14/2018 8:19 AM Targeting – Operating System Model Operating System Inheritance Windows Operating System Other Operating System Windows Server Operating System Windows Client Operating System Windows Server Operating System Windows Server Operating System Windows 7 Operating System Windows 8 Operating System © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Version Control Management pack development is “development”
TechEd 2013 11/14/2018 8:19 AM Version Control Management pack development is “development” Requires some sort of Application Lifecycle Management Version Control allows you to track changes to management packs Using the VSAE make it easy to use Microsoft Team Foundation Server for version control © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 Discovery Scripts ‘Setup the objects
TechEd 2013 11/14/2018 8:19 AM Discovery Scripts ‘Setup the objects Set oAPi = CreateObject (“MOM.ScriptAPI”) Set oDiscoveryData = oAPI.CreateDiscoveryData(0, SourceId, ManagedEntityId) ‘Create Discovery Instance Set oInstance = oDiscoveryData.CreateClassInstance( “$MPElement[Name=‘ClassName’]$”) oInstance.AddProperty “$MPElement[Name=‘ClassName’]/Property1$, Value1 oDiscoveryData.AddInstance oInstance ‘Return discovery data oAPI.Return oDiscoveryData © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 TechEd 2013 11/14/2018 8:19 AM Discovery Script Tips Always return discovery data – even if nothing is discovered This is how SCOM knows to delete previously discovered object instances Always target as specifically as possible Use oAPI.LogScriptEvent to help debug scripts Use MPSimulator to step through scripts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 Debugging Scripts Mickey Gousset TechEd 2013 11/14/2018 8:19 AM
© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 Running A Rule During Business Hours
TechEd 2013 11/14/2018 8:19 AM Running A Rule During Business Hours Mickey Gousset © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 Advanced Tips & Tricks Advanced Authoring Concepts
Creating a Custom Data Source Creating a Composite Unit Monitor Creating Bulk Collection Rules

16 Advanced Authoring Concepts
TechEd 2013 11/14/2018 8:19 AM Advanced Authoring Concepts Behind the scenes, everything is a workflow Workflows are composed of four module types Data Source Probe Action Condition Detection Write Action Does not take input, generates output based on external sources. Does not change object state. One input and one output; when triggered, generates output from external sources. One or more input streams, one output. No external sources and no state changes. One input and zero or one output streams. Changes object state. Always the last module in Rules and Recoveries. © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 Breakdown a Rule One or more data sources
TechEd 2013 11/14/2018 8:19 AM Breakdown a Rule One or more data sources Zero or one condition detection One or more write actions Data Source Condition Detection Write Action © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Scenario Log file with counter data in it
Trigger an alert when certain counters go over a threshold Need to parse the line from the log file for specific data This CAN’T be done with just the out of the box log monitor Data Format: Date | CounterName | CounterValue

19 Creating a Custom Data Source
TechEd 2013 11/14/2018 8:19 AM Creating a Custom Data Source Mickey Gousset © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 Creating a Composite Unit Monitor
TechEd 2013 11/14/2018 8:19 AM Creating a Composite Unit Monitor Mickey Gousset © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

21 Scenario You want to collect information on 200+ performance counters
You don’t want to add the XML for each counter by hand You have all the counters listed in an Excel spreadsheet

22 Creating Bulk Collection Rules
TechEd 2013 11/14/2018 8:19 AM Creating Bulk Collection Rules Mickey Gousset © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23 Expert Tips & Tricks Cookdown On Demand Detection

24 Cookdown – An Example – Part 1
Monitor: MyMP.Monitor.MyCustomMonitor1 MyCustomMonitor1 has been configured with a probe so it can use on-demand detection Condition Detection: My Results Filter Date Source: Simple.Scheduler Probe: MyCustomProbe Monitor: MyMP.Monitor.MyCustomMonitor2 MyCustomMonitor2 is using a custom data source that makes use of our probe. It also has a schedule filter configured Date Source: MyCustomDataSource Condition Detection: Schedule Filter Monitor: MyMP.Monitor.MyCustomAlertRule MyCustomAlertRule is collecting events using our custom data source, and only alerting if certain events show up in order Date Source: MyCustomDataSource Condition Detection: Consolidator Write Action: Generate Alert DataSource: MyCustomDataSource MyCustomDatasource is collecting events on a timer from a text log, and ignoring informational events Condition Detection: My Results Filter Date Source: Simple.Scheduler Probe: MyCustomProbe

25 Cookdown – An Example – Part 2
Monitor: MyMP.Monitor.MyCustomMonitor1 Condition Detection: My Results Filter Date Source: Simple.Scheduler Probe: MyCustomProbe Monitor: MyMP.Monitor.MyCustomMonitor2 Condition Detection: My Results Filter Condition Detection: Schedule Filter Date Source: Simple.Scheduler Probe: MyCustomProbe Monitor: MyMP.Monitor.MyCustomAlertRule Date Source: Simple.Scheduler Condition Detection: My Results Filter Condition Detection: Consolidator Probe: MyCustomProbe Write Action: Generate Alert For each workflow, SCOM builds an execution chain. The first step is to resolve/expand all modules to their root definitions, and place them into the chain. So, all our instances of the custom data source are replaced with the modules that make up the data source. Each chain is analyzed, and each module’s input parameters submitted to a hash function. If module IDs and hash results are the same, that indicates duplicate modules that are candidates for cookdown.

26 Cookdown Workflow Monitor: MyMP.Monitor.MyCustomMonitor1
Cooked Down Workflow Monitor: MyMP.Monitor.MyCustomMonitor2 Condition Detection: My Results Filter Condition Detection: Schedule Filter Date Source: Simple.Scheduler Probe: MyCustomProbe Since the first three modules were all configured identically, they are cooked down and run once, with the output replayed to each consuming workflow Monitor: MyMP.Monitor.MyCustomAlertRule Condition Detection: Consolidator Write Action: Generate Alert

27 On Demand Detection Allows the “Recalculate Health” button to work in the Health Explorer Allows health calculation when exiting maintenance mode Can only trigger a probe module, not a data source module Be careful if you have many instances of a target class on one host

28 Summary Introduction to Management Pack Structure Tools of the Trade
TechEd 2013 11/14/2018 8:19 AM Summary Introduction to Management Pack Structure Tools of the Trade Basic Tips & Tricks Advanced Tips & Tricks Expert Tips & Tricks © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

29 A Big Thank You To Matthew Long!!!!!!

30 Tips & Tricks Learned Use Pinpoint.Microsoft.com to check for existing management packs Don’t use just one tool. Use the right tool for the job A sealed management pack doesn’t mean your IP is protected Always use some sort of Version Control. Team Foundation Service is an easy way to get started Opening/viewing a sealed management pack is a great way to learn Always return discovery data from a discovery script ID field must match the management pack filename Target as specific as possible Always increase the version number of your management pack Use MP Simulator to test management pack workflows Seal management packs automatically using Visual Studio oAPI.LogScriptEvent can be used to debug scripts Export management packs using PowerShell Use $IncludeFileContent$ to include scripts in management packs Use 1201 and 1210 events to verify management packs have loaded Discoveries should only run once a day Turn script logging on and off using parameters Use Intellisense when writing XML by hand Log monitors only pick up a line from the file after a CR/LF When filling out properties start from the bottom and work your way up Custom data sources and composite unit monitors Use CSV to quickly create bulk rules/monitors/discoveries

31 Links Matthew Long’s Blog Mickey’s Blog MP Author Blog
TechEd 2013 11/14/2018 8:19 AM Links Matthew Long’s Blog Mickey’s Blog MP Author Blog TechNet Authoring Tools List TechNet Wiki © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

32 Contact Me Mickey Gousset mickey.gousset@infrontconsulting.com
TechEd 2013 11/14/2018 8:19 AM Contact Me Mickey Gousset @mickey_gousset Microsoft Application Lifecycle Management MVP © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

33 11/14/2018 8:19 AM Track resources Learn more about Windows Server 2012 R2 Preview, download the datasheet and evaluation bits on Learn more about System Center 2012 R2 Preview, download the datasheet and evaluation bits on © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

34 Resources Learning TechNet msdn http://channel9.msdn.com/Events/TechEd
11/14/2018 8:19 AM Resources Learning Sessions on Demand Microsoft Certification & Training Resources TechNet msdn Resources for IT Professionals Resources for Developers © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

35 Complete an evaluation on CommNet and enter to win!
11/14/2018 8:19 AM Complete an evaluation on CommNet and enter to win! © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

36 11/14/2018 8:19 AM Required Slide *delete this box when your slide is finalized Your MS Tag will be inserted here during the final scrub. Evaluate this session Scan this QR code to evaluate this session and be automatically entered in a drawing to win a prize © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

37 11/14/2018 8:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "TechEd 2013 11/14/2018 8:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered."

Similar presentations


Ads by Google