Last week saw the results for May's TechNet Guru competition, and you only have a week left to enter June's Competition!
Here is a reminder of May's winners, below.
The last column being a few of the comments from the judges.
Unfortunately, runners up and their judge feedback comments had to be trimmed from THIS post, to fit into the forum's 60,000 character limit, however the full version is available on TechNet Wiki.
Some articles only just missed out, so we may be returning to discuss those too, in future blogs.
Image may be NSFW. Clik here to view. ![]() | BizTalk Technical Guru - May 2015 |
Image may be NSFW. | Sandro Pereira | BizTalk DevOps: Monitor your BizTalk environment using PowerShell | Ed Price: "BizTalk DevOps! With PowerShell??? Man, talk about a hot topic with valuable content! Fantastic job on this one!" Mandi Ohlinger: "Nice job Sandro. Great solutions using PowerShell. " LG: "It is realy practical and high value article." |
Image may be NSFW. | Johns-305 | BizTalk: Running Orchestrations in Multiple Hosts On The Same Computer | LG: "It is one of the great finding that requires deep knowledge of a product and still anyway would avoid public." Mandi Ohlinger: "Great idea and great sample. Thank you Boatseller!" Ed Price: "Great job on this hot topic! Great to have the download link and end with a Wiki cross-link!" |
Image may be NSFW. | Sandro Pereira | BizTalk Server 2013 R2: WCF-SAP Adapter Step-by-Step Installation Guide | Ed Price: "This is such an amazing installation guide! The depth is so spot on!" LG: "Great knowledge gathered in this article." |
Image may be NSFW. Clik here to view. ![]() | Microsoft Azure Technical Guru - May 2015 |
Image may be NSFW. | Chervine | Big Data Analytics using Microsoft Azure: Hive | JH: "I love the article from Chervine. Hope to see another one from this series very soon." Ed Price: "Truly magnificent! The depth here is astonishing! Love the diagram. Great code formatting. Thorough References section!" |
Image may be NSFW. | Ken Cenerelli | Custom Telemetry Events with TrackEvent in Microsoft Application Insights | Alan Carlos: "Wow! I love AppInsights and this article is fantastic! Congrats!" Ed Price: "I love the topic of App Insights! Great formatting throughout this article! The red arrows/callouts in the images help a ton. Great ending with the References and See Also sections!" JH: "Great article about App Insights. Would love to see more detailed ones about it." |
Image may be NSFW. | Ken Cenerelli | Azure PowerShell cmdlets version updates | JH: "Nice, short and simple. Seems to be the time for me to check my Azure PowerShell version." Ed Price: "Great topic with PowerShell! This is such a beautifully formatted article that's incredibly easy to read and understand. Fantastic job!" |
Image may be NSFW. Clik here to view. ![]() | Miscellaneous Technical Guru - May 2015 |
Image may be NSFW. | Carmelo La Monica | Read the temperature with Arduino Uno | Philippe Levesque: "Really refreshing content and well explained" Richard Mueller: "Great images. We need more references." |
Image may be NSFW. | Danish Islam | Microsoft Office Sway | Richard Mueller: "Good use of Wiki guidelines. I liked the detailed steps to get started and the references." Philippe Levesque: "Good introduction to Sway!" |
Image may be NSFW. | Pooja Baraskar | Moisture sensor with Windows on Galileo | Philippe Levesque: "Great job on this content" Richard Mueller: "Great images." |
Image may be NSFW. Clik here to view. ![]() | SharePoint 2010 / 2013 Technical Guru - May 2015 |
Image may be NSFW. | Dan Christian | SharePoint 2013 External List from Oracle Database | Hezequias Vasconcelos: "It is important to see the integration of SharePoint 2013 with other platforms not Microsoft. This shows the confidence that the business environment has on the product." KB: "Very detailed and a lot of screenshots. Nice work!" TN: "Helpful article to connect SP & Oracle database" Ed Price: "This is fantastic! I love how the three videos walk you through the steps as well!" |
Image may be NSFW. | Inderjeet Singh Jaggi | What is a Web Application in SharePoint? | Ed Price: "Great description and use of PowerShell commands." |
Image may be NSFW. | Danish Islam | Excel Services Issue in SharePoint 2013/2010 | Ed Price: "This is very clear, with a helpful solution. A combination of the text of the error message and the image help add the clarity. Great formatting. It could benefit from a See Also section." |
Image may be NSFW. Clik here to view. ![]() | Small Basic Technical Guru - May 2015 |
Image may be NSFW. | Ezra94 | Small Basic: Optimization | Michiel Van Hoorn: "This is really usefull and great reading for developers who looking for more complex application and want to avoid pitfall.s" Ed Price: "Ezra and Nonki did an amazing job on this article! I was recently going through these issues with some various users, and this article has helped give us a ton of ideas! Great article! Great formatting on the sections and code snippets, and I love all the resources at the end! That Bill Gates article is a fun one!" RZ: "Very nice! And very engaging. Much more fun than just talking about Optimization. :)" |
Image may be NSFW. | Nonki Takahashi | Small Basic: Kinect for Small Basic Extension Library | Michiel Van Hoorn: "For those lucky guys with a kinect sensor on their pc: get busy. For others: buy a sensor!" Ed Price: "A reference doc for the Kinect Extension. Great! And I love the picture! Also, good visibility in the See Also to show the other extensions available!" RZ: "Excellent as usual. Yeah, Kinect! What else needs to be said? :)" |
Image may be NSFW. Clik here to view. ![]() | SQL Server General and Database Engine Technical Guru - May 2015 |
Image may be NSFW. | Andy ONeill | Developer Friendly XML Extraction From SQL Server | DRC: "Good article for developers to extract the SQL data in XMl format for processing. The SQL Server instance name in the BCp command should be “-S” [Upper case]. Else we encounter the error: C:\temp>bcp.exe "SQLquery"
queryout c:\temp\xmlFileName.xml -w -T -s<Hostname\Instancename> bcp.exe: unknown option s We get the below error if we don’t specify the servername as it always tries to connect to default instance on the machine on which the command is executed.So
"-S" parameter need to be included. bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]" queryout D:\test.xml -w -T C:\temp>bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]" queryout c:\temp\test.xml -w
-T SQLState = 08001, NativeError = 2 Error = [Microsoft][ODBC Driver 11 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [2]. SQLState = 08001, NativeError = 2 So the commandd should be: bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]"
queryout D:\test.xml -w -T -S<hostname\Instancename> " Durval Ramos: "An interesting article, but need to add more XML examples and other structures, including attributes and special characters (encoding)" AM: "Great introduction to FOR XML feature." |
Image may be NSFW. Clik here to view. ![]() | System Center Technical Guru - May 2015 |
Image may be NSFW. | GerryHampson | Analyse your ConfigMgr data with Microsoft Power BI | Alan Carlos: "Great article and content." Ed Price: "Great job on the detail and some very helpful images! It could benefit from a TOC, section headers, and a See Also section. Great article! Powerful topic!" |
Image may be NSFW. | Sridhar Vishwanatham | Optimizing rule in scom 2007/2012 | Ed Price: "Good topic with great info. It could benefit from a TOC, bigger section headers, and a See Also section that links to related Wiki articles. Good diagram! It's very easy to follow along through the details!" |
Image may be NSFW. | MarkusEliasson | Troubleshoot ID 30111 from DPM: VssError: The specified object was not found | Ed Price: "Helpful info! Please check out the article comment from Mike J and update acordingly. Great topic!" MJ: "I Added a comment to make it more complete." |
Image may be NSFW. Clik here to view. ![]() | Transact-SQL Technical Guru - May 2015 |
Image may be NSFW. | Ronen Ariely | T-SQL: Sort data by multiple languages | Richard Mueller: "Good explanation. I like the highlighted notes." Durval Ramos: "This article is very interesting, and demonstrates effectively how to work with UNICODE data. Very well detailed article and also have T-SQL script to download on TechNet Gallery." |
Image may be NSFW. | Saeid Hasani | T-SQL: Make a Read Copy of Database by Using Synonym, Trigger and SQL Agent Job | Durval Ramos: "Very useful, this article is well structured over an interesting scenario. I have read many threads about copy of a database on Forums. Also have T-SQL script to download on TechNet Gallery." Richard Mueller: "We need links/references." |
Image may be NSFW. Clik here to view. ![]() | Universal Windows Apps Technical Guru - May 2015 |
Image may be NSFW. | Emiliano Musso | Geolocalize a device and store coordinates on Webserve | Ed Price: "Wow! This is such an amazing article! The detail, images, formatting, and everything are all fantastic! I'd love to see a See Also section and Wiki cross-linking, but this is a fantastic article!" JH: "Location-aware apps are very important nowadays. I like the approach in this article to not use the complete Microsoft stack, instead to use PHP and MySQL. Would be cool to see it with more technologies, such as Node.js." |
Image may be NSFW. | Lee McPherson | Leverage Continuum feature to change UI for Mouse/Keyboard users using custom StateTrigger | JH: "I like it when an app behaves 'native' on different devices. Hope that the times where I can't use my big fingers are gone." Ed Price: "Great descriptions and execution on formatting each section!" |
Image may be NSFW. | Pooja Baraskar | Localization in Windows Universal Apps | JH: "Localization and Globalization is something most apps have their problems with. This article shows how easy it can be. Love it!" Ed Price: "As Danish mentions in the article comments, it's very easy to understand! The images are helpful and the explanations are thorough!" |
Image may be NSFW. Clik here to view. ![]() | Visual Basic Technical Guru - May 2015 |
Image may be NSFW. | tommytwotrain | VB.Net: High resolution printouts of the Chart control by using a Metafile | MR: "Very helpful article!" Richard Mueller: "Good work. We need links/references." |
Image may be NSFW. | Emiliano Musso | Sort and Filter CSV files with DataTable and DataView | Richard Mueller: "Good use of TOC." MR: "Great article on intro to Data Tables" |
Image may be NSFW. Clik here to view. ![]() | Visual C# Technical Guru - May 2015 |
Image may be NSFW. | .paul. | Multi-page DGV Printing | Carmelo La Monica: "Very great content and detailed in all parts!" Jaliya Udagedara: "It would have been great, if explanations were provided for each method in the provided code." |
Image may be NSFW. | Yan Grenier | C# : Windows Service in console mode for debug and admin | Jaliya Udagedara: "I really enjoyed reading this article. Well explained with images, code snippets, and the source code is available in MSDN Code Gallery. It’s just perfect!" Carmelo La Monica: "I don't know very much about Windows Service, but this article is for me and other users a good starting point, congrats!" |
Image may be NSFW. | Tom Mohan | Getting Started With WCF | Jaliya Udagedara: "Detailed article about WCF which I am sure beginners will find quite interesting." Carmelo La Monica: "Very helpful article, and great demo for to understand how to use WCF service, congratulations!" |
Image may be NSFW. Clik here to view. ![]() | Wiki and Portals Technical Guru - May 2015 |
Image may be NSFW. | Andy ONeill | Why YOU should enter the Technet WIki Guru Competition | PG: "Nice, useful article" Durval Ramos: "This article provides good arguments to encourage our Community to share knowledge. Congrats on your initiative, Andy!!!" Richard Mueller: "Great topic and well written. Good use of guidelines for articles." |
Image may be NSFW. Clik here to view. ![]() | Windows PowerShell Technical Guru - May 2015 |
Image may be NSFW. | Arleta Wanat | SharePoint Online content types in Powershell: Add | Richard Mueller: "Well written. Good links. I needed more explanation/examples." Chen V: "Excellent Article! Great Explanation with Related Links! " |
Image may be NSFW. | sridhar vishwanatham | SCOM 2012: Bulk override creation for monitors and rules using PowerShell | Alan Carlos: "Wow, great tip!!!" Chen V: "Good script to keep SCOM healthy!" Richard Mueller: "Needs links/references." |
Image may be NSFW. | Arleta Wanat | Manage SharePoint Online Access Requests using Powershell | Richard Mueller: "Interesting." Chen V: "Good Article - Screen shots makes it clear." |
Image may be NSFW. Clik here to view. ![]() | Windows Presentation Foundation (WPF) Technical Guru - May 2015 |
Image may be NSFW. | Andy ONeill | Dependency Property Default Double Trouble | KJ: "I love these kind of articles. this has bit me in the past." Ed Price: "Love the end-to-end perspective!" |
Image may be NSFW. | Tom Mohan | Data Input Validation In WPF : Validation With Exception | Ed Price: "Valuable contribution!" KJ: "short and sweet - nice." |
Image may be NSFW. | Andy ONeill | Animating a ViewModel | KJ: "neat stuff! very fancy!" Ed Price: "Great topic with powerful depth!" |
Image may be NSFW. Clik here to view. ![]() | Windows Server Technical Guru - May 2015 |
Image may be NSFW. | Richard Mueller | Active Directory: Large Integer Attributes | JM: "This is an excellent article, thanks for your continued contributions" Mark Parris: "Excellent insights." Philippe Levesque: "Well written article and well explained !" |
Image may be NSFW. | Manjunath Sullad | How to Identify “Shared” and “Non-Shared” disks on cluster nodes | Philippe Levesque: "Good technical tip !" JM: "This is a very good article on cluster node HDDs, good job" Mark Parris: "Good tidbit." |
Image may be NSFW. | Darshana Jayathilake | Useful powershell commands for manage servers & desktops | Mark Parris: "Good knowledge to have." JM: "This article provides a great basis for a topic to which many folks can contribute their favorite PowerShell commands" |
As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.
You will find the complete post, comments and feedback on the mainannouncement post.
Please join the discussion, add a comment, or suggest future categories.
If you have not yet contributed an article for this month, and you think you can write a more useful, clever, or better produced wiki article than the winners above, here's your chance! :D
Best regards,
Pete Laker
Image may be NSFW.
Clik here to view.
More about the TechNet Guru Awards:
#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over toTechNet Wiki, for future generations to benefit from! You'll never get archived again, and
you could win weekly awards!
Have you got what it takes o become this month's
TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!