<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Melcher.dev</title>
    <link>https://melcher.dev/</link>
    <description>Recent content on Melcher.dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 13 Dec 2023 08:49:25 +0100</lastBuildDate>
    
        <atom:link href="https://melcher.dev/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Microsoft Store: Stuck in Pending  #windows </title>
      <link>https://melcher.dev/2023/12/microsoft-store-stuck-in-pending/</link>
      <pubDate>Wed, 13 Dec 2023 08:49:25 +0100</pubDate>
      
      <guid>https://melcher.dev/2023/12/microsoft-store-stuck-in-pending/</guid>
      <description>This will be a quick one: I am trying to install a game from the Microsoft Store and it is stuck in &amp;ldquo;Pending&amp;rdquo; for days. I searched around and the suggested fixes did not work for me.
Reset the Store Cache via wsreset.exe Run wsreset.exe as Administrator - no change.
Relog into the Store App Profile picture in the top right - no change.
Reset the Store App via Settings Windows-key + i Apps Installed Apps Search for Microsoft Store &amp;gt; System Components Search for Microsoft Store again Click on the three dots &amp;gt; Advanced Options Click on Reset No change.</description>
    </item>
    
    <item>
      <title>Azure Arc - List CPU Cores  #azure </title>
      <link>https://melcher.dev/2023/10/azure-arc-list-cpu-cores/</link>
      <pubDate>Fri, 13 Oct 2023 12:52:44 +0200</pubDate>
      
      <guid>https://melcher.dev/2023/10/azure-arc-list-cpu-cores/</guid>
      <description>&lt;p&gt;This post shows how to list the CPU cores of your Azure Arc connected machines in a table.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Monitor Unattached Disks with Azure Logic Apps  #azure </title>
      <link>https://melcher.dev/2022/11/monitor-unattached-disks-with-azure-logic-apps/</link>
      <pubDate>Sat, 19 Nov 2022 15:16:28 +0100</pubDate>
      
      <guid>https://melcher.dev/2022/11/monitor-unattached-disks-with-azure-logic-apps/</guid>
      <description>In this article I explain how to use Azure Logic App to monitor unattached disks in Azure. This is a very common scenario in Azure, where you have a lot of VMs and you want to make sure that you don&amp;rsquo;t have any unattached disks. This can happen if you delete a VM and forget to delete the disk, &amp;lsquo;I will delete this later&amp;hellip;&amp;rsquo;. Can also be adjusted for other resources like NICs, NSGs, etc.</description>
    </item>
    
    <item>
      <title>Three Years at Microsoft - Things I learned  #Azure #MicrosoftLife </title>
      <link>https://melcher.dev/2021/10/three-years-at-microsoft-things-i-learned/</link>
      <pubDate>Mon, 18 Oct 2021 08:30:21 +0000</pubDate>
      
      <guid>https://melcher.dev/2021/10/three-years-at-microsoft-things-i-learned/</guid>
      <description>&lt;p&gt;This post highlights key events &amp;amp; learnings as Microsoft Cloud Solution Architect in the Customer Success Unit. I want to share what I do, what I learned, community contributions, and more. Three years at Microsoft, what a ride!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Migrating to Azure Static Web Apps  #azure </title>
      <link>https://melcher.dev/2021/10/migrating-to-azure-static-web-apps/</link>
      <pubDate>Thu, 07 Oct 2021 15:36:22 +0000</pubDate>
      
      <guid>https://melcher.dev/2021/10/migrating-to-azure-static-web-apps/</guid>
      <description>My blog has a bit of legacy: From Wordpress to Hugo. From Azure App Service to Azure Static Websites on Azure Blob. And in this post, I tell you about my migration to Azure Static Web Apps.
Azure Static Web Apps Azure Static Web Apps are generally available since May 2021 - and I waited way to long to migrate this blog to it, they are amazing! CDN, CI/CD, Custom Domain with SSL - pretty much everything that I puzzled together in previous iterations - &amp;ldquo;AS A SERVICE&amp;rdquo; for free (or little money).</description>
    </item>
    
    <item>
      <title>Release Annotations for Azure Applications Insights on linux  #azure </title>
      <link>https://melcher.dev/2021/08/release-annotations-for-azure-applications-insights-on-linux/</link>
      <pubDate>Wed, 04 Aug 2021 13:11:09 +0200</pubDate>
      
      <guid>https://melcher.dev/2021/08/release-annotations-for-azure-applications-insights-on-linux/</guid>
      <description>I use Release Annotations to tell Azure Application Insights about notable changes. In exchange Application Insights can then tell me, that e.g. my latest deployment is slower than the previous one. I got a lot of value out of this so i wanted to have that for a current deployment. My build agent is Ubuntu-based - and the provided examples in the documentation use PowerShell scripts to annotate the deployment. I could obviously install powershell on my build agent, but it is just a single REST call so another dependency on the build agent was too much for me.</description>
    </item>
    
    <item>
      <title>GitHub Enterprise Server with Azure AD Auth: git &#43; MFA  #azure </title>
      <link>https://melcher.dev/2021/05/github-enterprise-server-with-azure-ad-auth-git--mfa/</link>
      <pubDate>Tue, 18 May 2021 08:10:46 +0000</pubDate>
      
      <guid>https://melcher.dev/2021/05/github-enterprise-server-with-azure-ad-auth-git--mfa/</guid>
      <description>GitHub Enterprise Server with Azure Active Directory Authentication (GHEAADPROXY) With GitHub Enterprise Server Version (GHE) 3.0.6 as self-hosted VM, you can configure SAML authentication backed by Azure Active Directory. This protects the web interface, you get conditional access policies with Multi Factor Authentiction powered by Azure Active Directory. Sessions do expire after a configurable lifetime, then the user must re-authenticate. With the current out-of-the-box design, GHE does not require the same authentication on the git command line.</description>
    </item>
    
    <item>
      <title>VSCode Remote-SSH with Azure  #azure </title>
      <link>https://melcher.dev/2020/10/vscode-remote-ssh-with-azure/</link>
      <pubDate>Fri, 23 Oct 2020 23:59:47 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/10/vscode-remote-ssh-with-azure/</guid>
      <description>&lt;h1 id=&#34;vscode-remote-ssh-with-azure&#34;&gt;VSCode Remote-SSH with Azure&lt;/h1&gt;
&lt;p&gt;This article shows you how you can connect VSCode on your local computer to a linux VM on Azure.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Load Balancing on Azure - An Overview  #azure </title>
      <link>https://melcher.dev/2020/10/load-balancing-on-azure-an-overview/</link>
      <pubDate>Wed, 21 Oct 2020 17:57:26 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/10/load-balancing-on-azure-an-overview/</guid>
      <description>&lt;h1 id=&#34;load-balancing-on-azure---an-overview&#34;&gt;Load Balancing on Azure - An Overview&lt;/h1&gt;
&lt;p&gt;There are multiple options to do load balancing on Azure, this article will give you an overview and list the different scenarios when to use what.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Running Containers on Azure – All Options Explained  #azure </title>
      <link>https://melcher.dev/2020/10/running-containers-on-azure-all-options-explained/</link>
      <pubDate>Mon, 19 Oct 2020 17:12:13 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/10/running-containers-on-azure-all-options-explained/</guid>
      <description>&lt;p&gt;If you want to run a container, most of the customers I talk to, immediately think about Kubernetes – this is obviously a correct answer, but there are plenty of other options available on Azure. In this post I am providing a quick overview of all the options. Firstly, I start with the standalone container options followed by the container orchestration options.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Staying up to date with Azure  #azure </title>
      <link>https://melcher.dev/2020/10/staying-up-to-date-with-azure/</link>
      <pubDate>Thu, 15 Oct 2020 22:49:52 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/10/staying-up-to-date-with-azure/</guid>
      <description>&lt;p&gt;&#39;
Staying &lt;strong&gt;current&lt;/strong&gt; with the always evolving Azure platform is not an easy task. Here are some tricks and websites to make this a little bit easier:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Enterprise File Shares on Azure  #azure </title>
      <link>https://melcher.dev/2020/10/enterprise-file-shares-on-azure/</link>
      <pubDate>Tue, 13 Oct 2020 14:55:57 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/10/enterprise-file-shares-on-azure/</guid>
      <description>Enterprise File Shares on Azure Please see official documentation - this blog post might be outdated!: Azure Files and Azure NetApp Files comparison
My customer has a large on-premises file share environment based on Windows Server File Shares with petabytes of data. The maintenance and operations of those servers sounds like a simple task – but having this in a large and complex infrastructure can be challenging. If the file shares are run by multiple teams, then the overall SLA could be heavily impacted, and the run cost are very high.</description>
    </item>
    
    <item>
      <title>Azure Resource Graph: Getting node sizes and node count of all kubernetes clusters  #azure </title>
      <link>https://melcher.dev/2020/08/azure-resource-graph-getting-node-sizes-and-node-count-of-all-kubernetes-clusters/</link>
      <pubDate>Thu, 13 Aug 2020 16:04:21 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/08/azure-resource-graph-getting-node-sizes-and-node-count-of-all-kubernetes-clusters/</guid>
      <description>&lt;p&gt;Today I wanted to quickly see how many Azure clusters there are in an azure environment, their node size and count.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Custom RBAC on Azure PrivateDns A-Record  #azure </title>
      <link>https://melcher.dev/2020/08/custom-rbac-on-azure-privatedns-a-record/</link>
      <pubDate>Mon, 03 Aug 2020 16:21:06 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/08/custom-rbac-on-azure-privatedns-a-record/</guid>
      <description>&lt;p&gt;In this post I want to show how to delegate the management of A-records in an Azure Private DNS zone to a specific user.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Metadata Service - or: I lost my VM, where is it?  #azure </title>
      <link>https://melcher.dev/2020/07/azure-metadata-service-or-i-lost-my-vm-where-is-it/</link>
      <pubDate>Fri, 17 Jul 2020 19:05:29 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/07/azure-metadata-service-or-i-lost-my-vm-where-is-it/</guid>
      <description>&lt;p&gt;Ever lost track in what subscription your VM on Azure runs? Too many RDP profiles or SSH sessions and now you want to know where the VM resides or how it is configured? This short post tells you how to get this metadata from inside a VM.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Gold Club Circle of Excellence 2020 Award  #azure #microsoftlife #goldclub </title>
      <link>https://melcher.dev/2020/07/gold-club-circle-of-excellence-2020-award/</link>
      <pubDate>Mon, 06 Jul 2020 10:57:46 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/07/gold-club-circle-of-excellence-2020-award/</guid>
      <description>&lt;p&gt;I am beyond grateful for receiving a Gold Club Circle of Excellence 2020 Award for my work and achievements of the past fiscal year.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Upgrading my Home Office  #WfH </title>
      <link>https://melcher.dev/2020/06/upgrading-my-home-office/</link>
      <pubDate>Mon, 08 Jun 2020 20:44:59 +0200</pubDate>
      
      <guid>https://melcher.dev/2020/06/upgrading-my-home-office/</guid>
      <description>&lt;p&gt;Given the COVID-19 situation and the flexibility I have working for Microsoft, I decided to invest a little bit in my home office and upgrade a few things here and there - I spent more than 8 hours in my home office every day, so every  penny spent is a good investment, right?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>My First Year at Microsoft - Things I learned  #azure #MicrosoftLife </title>
      <link>https://melcher.dev/2019/11/my-first-year-at-microsoft-things-i-learned/</link>
      <pubDate>Thu, 14 Nov 2019 08:47:35 +0000</pubDate>
      
      <guid>https://melcher.dev/2019/11/my-first-year-at-microsoft-things-i-learned/</guid>
      <description>&lt;p&gt;In this post, I will try to summarize the past year and very first year at Microsoft as Cloud Solution Architect in the Customer Success Unit and share some of the highlights with you.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Policy - Common Sense  #azure </title>
      <link>https://melcher.dev/2019/08/azure-policy-common-sense/</link>
      <pubDate>Thu, 08 Aug 2019 12:42:32 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/08/azure-policy-common-sense/</guid>
      <description>&lt;p&gt;As of writing this post (August 8th, 2019) there are 159 &lt;a href=&#34;https://docs.microsoft.com/en-us/azure/governance/policy/overview&#34;&gt;Azure Policies&lt;/a&gt; available and 111 are in preview (and 27 deprecated). In this post I try to come up with a decent set of &amp;lsquo;common sense&amp;rsquo; policies that can prevent data leaks or other issues, I focus primarily on security-related policies. Some of them are so essential, that I would always recommend to enable them - some of them are very specific, so let us use the old consultant wisdom: &amp;ldquo;it depends&amp;rdquo;!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Native Hugo deployment to Azure  #azure </title>
      <link>https://melcher.dev/2019/08/native-hugo-deployment-to-azure/</link>
      <pubDate>Wed, 07 Aug 2019 10:47:56 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/08/native-hugo-deployment-to-azure/</guid>
      <description>In Hugo version 0.56 a native deployment command was introduced to deploy your blog/website to various cloud providers - one of them is Azure. In this post I show how I simplified my deployment pipeline with this command.
Hugo deploy The Hugo deploy command uses Azure CLI and your config.toml / config.yaml file and checks for a [deployment] section. Additionally, you need to have two environment variables present - even tho the documentation says you have to use az login (thats incorrect, it works without).</description>
    </item>
    
    <item>
      <title>Upload custom Debian image to Azure - waagent stuck  #azure </title>
      <link>https://melcher.dev/2019/08/upload-custom-debian-image-to-azure-waagent-stuck/</link>
      <pubDate>Tue, 06 Aug 2019 10:47:56 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/08/upload-custom-debian-image-to-azure-waagent-stuck/</guid>
      <description>&lt;p&gt;Yesterday I spent my day trying to upload a custom Debian VM to Azure and stuck during the installation of the waagent daemon.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Storage Blob Sync - Updates to AzCopy and Azure CLI  #azure </title>
      <link>https://melcher.dev/2019/06/azure-storage-blob-sync-updates-to-azcopy-and-azure-cli/</link>
      <pubDate>Mon, 17 Jun 2019 18:22:24 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/06/azure-storage-blob-sync-updates-to-azcopy-and-azure-cli/</guid>
      <description>&lt;p&gt;There is a new &lt;strong&gt;sync API&lt;/strong&gt; available in AZCopy v10 that makes me happy - and its already included in Azure CLI: sync a folder or file to Azure blob storage (or vice versa) - in this post I show you how I use this for my blog!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Storage Static Website - SSL and Root Domain DNS  #azure </title>
      <link>https://melcher.dev/2019/06/azure-storage-static-website-ssl-and-root-domain-dns/</link>
      <pubDate>Sun, 16 Jun 2019 14:01:36 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/06/azure-storage-static-website-ssl-and-root-domain-dns/</guid>
      <description>&lt;p&gt;Azure Storage Static website feature is really awesome - and &lt;a href=&#34;https://melcher.dev/2019/03/running-hugo-on-azure-for-2-a-month/&#34;&gt;great websites for less than 1$ a month can be hosted&lt;/a&gt; with them - but unfortunately, they can only mapped to subdomains.
In this article, I explain how to get it working for both root and subdomains.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure DevOps: Export Wiki as PDF  #azure #AzureDevOps </title>
      <link>https://melcher.dev/2019/05/azure-devops-export-wiki-as-pdf/</link>
      <pubDate>Mon, 27 May 2019 23:30:17 +0200</pubDate>
      
      <guid>https://melcher.dev/2019/05/azure-devops-export-wiki-as-pdf/</guid>
      <description>&lt;p&gt;Azure DevOps has undoubtedly a great wiki. Markdown support, copy and paste of screenshots transparently managed by git - awesome. Surprisingly, a &amp;rsquo;export as PDF&amp;rsquo; functionality is missing so I decided to create a small tool.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Quick tip: Use Terraform to secure SSH/RDP connections to Azure VMs  #azure #terraform </title>
      <link>https://melcher.dev/2019/03/quick-tip-use-terraform-to-secure-ssh/rdp-connections-to-azure-vms/</link>
      <pubDate>Wed, 27 Mar 2019 15:21:45 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/quick-tip-use-terraform-to-secure-ssh/rdp-connections-to-azure-vms/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t want to expose VMs to the entire internet - and neither should you. That is basically an invite to brute force attack the VM.
Therefore, if I don&amp;rsquo;t use a VPN or Express Route connection to use private IPs, I use Network Security Groups (NSG) to control the traffic to VMs by allowing a single source IP.&lt;/p&gt;
&lt;p&gt;In this post, I show how I do that with Terraform.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Running Hugo on Azure for 2$ a Month  #azure #gohugo </title>
      <link>https://melcher.dev/2019/03/running-hugo-on-azure-for-2-a-month/</link>
      <pubDate>Wed, 27 Mar 2019 07:14:44 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/running-hugo-on-azure-for-2-a-month/</guid>
      <description>&lt;p&gt;Hosting a super fast, modern, yet super-simple blog on Azure for 2$ a month?
In this post, I explain, step by step, how I run this blog &amp;ldquo;serverless&amp;rdquo; and how my architecture evolved and simplified over time. Never had so much fun to blog.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>PowerShell Prompt Awesomeness - you need this!  #powershell </title>
      <link>https://melcher.dev/2019/03/powershell-prompt-awesomeness-you-need-this/</link>
      <pubDate>Tue, 12 Mar 2019 23:53:16 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/powershell-prompt-awesomeness-you-need-this/</guid>
      <description>&lt;p&gt;Adjust the default prompt in PowerShell is possible: In this short post I show you how and share my new prompt!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Self-Hosted Azure DevOps Build/Release Agent with Terraform - Windows-Edition  #azure #terraform </title>
      <link>https://melcher.dev/2019/03/self-hosted-azure-devops-build/release-agent-with-terraform-windows-edition/</link>
      <pubDate>Tue, 12 Mar 2019 15:27:21 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/self-hosted-azure-devops-build/release-agent-with-terraform-windows-edition/</guid>
      <description>&lt;p&gt;In February I created a &lt;a href=&#34;https://melcher.dev/tfazuredevops&#34;&gt;Azure DevOps Build/Release agent with terraform running on Ubuntu&lt;/a&gt; and due to many requests, here is the terraform script to do the same, but on a Windows Server.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Start Azure Indexer from Azure DevOps  #azure #AzureSearch #AzureDevOps </title>
      <link>https://melcher.dev/2019/03/start-azure-indexer-from-azure-devops/</link>
      <pubDate>Mon, 11 Mar 2019 14:35:20 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/start-azure-indexer-from-azure-devops/</guid>
      <description>&lt;p&gt;As described in my last post, I switched to Azure Search for my site search. And because I use Azure DevOps for publishing new blog posts, I wanted to trigger an index run from my build pipeline.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>AzureSearch and Hugo - free and awesome!  #hugo #azuresearch @azuresearch @gohugoio </title>
      <link>https://melcher.dev/2019/03/azuresearch-and-hugo-free-and-awesome/</link>
      <pubDate>Fri, 08 Mar 2019 14:27:11 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/03/azuresearch-and-hugo-free-and-awesome/</guid>
      <description>&lt;p&gt;Yesterday, my blog used the Google Site Search for delivering search results for this blog.
In this article, I show you how I used Azure Search to add an epic, search-as-you-type search for all of my blog posts.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Create an Azure DevOps Build/Release Agent with Terraform - Ubuntu-Edition  #azure #terraform </title>
      <link>https://melcher.dev/2019/02/create-an-azure-devops-build/release-agent-with-terraform-ubuntu-edition/</link>
      <pubDate>Thu, 21 Feb 2019 09:54:57 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/02/create-an-azure-devops-build/release-agent-with-terraform-ubuntu-edition/</guid>
      <description>&lt;p&gt;In this post I show you how to create an Azure DevOps build/release agent on Ubuntu 16.04 with Terraform.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Resource Graph: How many CPU cores are used  #azure </title>
      <link>https://melcher.dev/2019/02/azure-resource-graph-how-many-cpu-cores-are-used/</link>
      <pubDate>Sat, 09 Feb 2019 16:41:50 -0800</pubDate>
      
      <guid>https://melcher.dev/2019/02/azure-resource-graph-how-many-cpu-cores-are-used/</guid>
      <description>&lt;p&gt;Recently I was asked how many CPU cores were used in an Azure tenant. The intent of the question was to determine how many VMs could use the &lt;a href=&#34;https://azure.microsoft.com/en-us/pricing/hybrid-benefit/&#34;&gt;Azure Hybrid Benefit&lt;/a&gt; (AHUB) and to have a general number how many cores are in the cloud compared to onPrem. I thought that should be an easy exercise for Azure Resource Graph - and it is!&lt;br&gt;
In this post I show you how I got the total count.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Outlook Rule ProTip: Defer all sent Mails by 1 Minute  #outlook </title>
      <link>https://melcher.dev/2019/01/outlook-rule-protip-defer-all-sent-mails-by-1-minute/</link>
      <pubDate>Thu, 24 Jan 2019 22:37:25 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/outlook-rule-protip-defer-all-sent-mails-by-1-minute/</guid>
      <description>&lt;p&gt;Have you ever sent a mail to hundreds of people because &amp;ldquo;Reply all&amp;rdquo; and send is so easy? Noticed that you forgot an attachment just right after you clicked on send? Or pressed ctrl+enter in an almost finished mail?&lt;br&gt;
With one tiny change you have at least a chance to correct your mail and send it properly.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TIL: Set Docker Environment Variables in Visual Studio for easier debugging </title>
      <link>https://melcher.dev/2019/01/til-set-docker-environment-variables-in-visual-studio-for-easier-debugging/</link>
      <pubDate>Sun, 20 Jan 2019 12:57:11 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/til-set-docker-environment-variables-in-visual-studio-for-easier-debugging/</guid>
      <description>&lt;p&gt;Today I learned how to set Docker Environment Variables directly in Visual Studio to ease my debugging experience.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Setting up my PC with Azure in Mind  #azure #chocolatey </title>
      <link>https://melcher.dev/2019/01/setting-up-my-pc-with-azure-in-mind/</link>
      <pubDate>Fri, 18 Jan 2019 10:32:05 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/setting-up-my-pc-with-azure-in-mind/</guid>
      <description>&lt;p&gt;I had to reset my Surface and reinstall every tool. That would be a very time consuming job - but it is 2019 - and can be automated very efficiently.&lt;br&gt;
In this post, I show you how and what I install on every new PC I get with Chocolatey - with Azure in mind.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>AZ-203: Learning Material / Link Collection  #azure #az-203 </title>
      <link>https://melcher.dev/2019/01/az-203-learning-material-/-link-collection/</link>
      <pubDate>Thu, 10 Jan 2019 10:47:40 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/az-203-learning-material-/-link-collection/</guid>
      <description>I took the AZ-200 beta exam last year and the exam did not make it out of beta. It was replaced with the AZ-203 exam. I am pretty sure that I did not meet the 70% threshold to be automatically credited with the AZ-203 certification. I had to learn for the AZ-201 certification anyways.
Update (18.01.2019): I did pass AZ-200, but it was not enough to get credited for AZ-203.</description>
    </item>
    
    <item>
      <title>Azure DevOps: Purge Azure CDN   #azure </title>
      <link>https://melcher.dev/2019/01/azure-devops-purge-azure-cdn/</link>
      <pubDate>Mon, 07 Jan 2019 10:00:21 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/azure-devops-purge-azure-cdn/</guid>
      <description>&lt;p&gt;This will be a quick one: In this post I show you how to purge/empty an Azure CDN during an Azure DevOps deployment.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Inconvenient Hugo Yearly/Monthly Archives  @gohugoio </title>
      <link>https://melcher.dev/2019/01/inconvenient-hugo-yearly/monthly-archives/</link>
      <pubDate>Sat, 05 Jan 2019 08:32:05 +0100</pubDate>
      
      <guid>https://melcher.dev/2019/01/inconvenient-hugo-yearly/monthly-archives/</guid>
      <description>&lt;p&gt;Yesterday I noticed, that my blog did not have the very best urls for my posts than I could have - my last post had the url &lt;a href=&#34;https://melcher.dev/post/2018-12-29-Recapping-2018/&#34;&gt;/post/2018-12-29-Recapping-2018/&lt;/a&gt;
and actually I thought it would (and should!) produce something like this: &lt;a href=&#34;https://melcher.dev/2018/12/Recapping-2018-90-days-at-Microsoft/&#34;&gt;/2018/12/Recapping-2018-90-days-at-Microsoft/&lt;/a&gt;
After changing the urls to the correct schema (more in a bit) I noticed that the yearly (e.g. &lt;a href=&#34;https://melcher.dev/2018&#34;&gt;/2018&lt;/a&gt;) or monthly (e.g. &lt;a href=&#34;https://melcher.dev/2018/12&#34;&gt;/2018/12&lt;/a&gt;) links do not work at all.&lt;/p&gt;
&lt;p&gt;In this post, I show you how I fixed those problems.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Recapping 2018: 90 days at Microsoft  #MicrosoftLife #Paragliding #Azure </title>
      <link>https://melcher.dev/2018/12/recapping-2018-90-days-at-microsoft/</link>
      <pubDate>Sat, 29 Dec 2018 17:10:21 +0200</pubDate>
      
      <guid>https://melcher.dev/2018/12/recapping-2018-90-days-at-microsoft/</guid>
      <description>&lt;p&gt;2018 was literally flying by - and was awesome. I had never ever so many changes in my life than in 2018 - and here are the notable ones!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Logic Apps: Monitor, Email and Attachments  #azure </title>
      <link>https://melcher.dev/2018/12/logic-apps-monitor-email-and-attachments/</link>
      <pubDate>Sun, 09 Dec 2018 16:05:57 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/12/logic-apps-monitor-email-and-attachments/</guid>
      <description>&lt;p&gt;This will be a short one: In this post I show how to use Logic Apps to monitor a file for changes - if the file was changed, send it via email as attachment.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Simple Just-in-Time RDP/SSH Access to Azure VM  #azure </title>
      <link>https://melcher.dev/2018/11/simple-just-in-time-rdp/ssh-access-to-azure-vm/</link>
      <pubDate>Tue, 20 Nov 2018 16:16:56 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/11/simple-just-in-time-rdp/ssh-access-to-azure-vm/</guid>
      <description>&lt;p&gt;In this post I show you how to effortless Just-In-Time connect to an Azure VM.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Policy: Audit Installed Applications  #azurepolicy </title>
      <link>https://melcher.dev/2018/11/azure-policy-audit-installed-applications/</link>
      <pubDate>Thu, 15 Nov 2018 09:41:44 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/11/azure-policy-audit-installed-applications/</guid>
      <description>&lt;p&gt;Azure Policies are the new silver bullet for all things governance: Last week (November 10, 2018) a new policy was introduced that can audit installed applications inside virtual machines (see &lt;a href=&#34;https://azure.microsoft.com/en-us/updates/azure-policy-now-audits-applications-installed-inside-virtual-machines/&#34;&gt;intro post&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;I wanted to know wether it is possible to &lt;strong&gt;detect software that should &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt; be installed&lt;/strong&gt;. Imagine you want to discover all servers where a specific version is installed that ran out of support. Or maybe a software that has not been approved yet. There are many of those scenarios.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Penny Pinching: Migrating App Service to Azure Storage Website Hosting </title>
      <link>https://melcher.dev/2018/11/penny-pinching-migrating-app-service-to-azure-storage-website-hosting/</link>
      <pubDate>Sun, 11 Nov 2018 09:00:28 +0000</pubDate>
      
      <guid>https://melcher.dev/2018/11/penny-pinching-migrating-app-service-to-azure-storage-website-hosting/</guid>
      <description>&lt;p&gt;I am a very big fan of Azure App Service - the flexibility and power you get from this service always amazes me. But recently Static website hosting in Azure Storage was announced and because of the static nature of this blog it would be an ideal fit! So lets see how the migration goes, right? In this lengthy post I show you how I migrated from Azure App Service to Azure Storage Static Website Hosting, from Deployment to Custom Domain.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Governance: Govern the Azure Marketplace with Azure Policy </title>
      <link>https://melcher.dev/2018/11/azure-governance-govern-the-azure-marketplace-with-azure-policy/</link>
      <pubDate>Fri, 09 Nov 2018 09:30:28 +0000</pubDate>
      
      <guid>https://melcher.dev/2018/11/azure-governance-govern-the-azure-marketplace-with-azure-policy/</guid>
      <description>&lt;p&gt;The Azure Marketplace easily enables us to add new types of VMs to any Azure environment. Sometimes those VMs can have additional charges that were not approved. Sometimes those VMs come from a 3rd party source that was not approved.
Unfortunately the Azure Marketplace can only be disabled or enabled for EA (Enterprise Agreement) customers according to the &lt;a href=&#34;https://azure.microsoft.com/en-in/marketplace/faq/&#34;&gt;Marketplace FAQ&lt;/a&gt;, by now. This situation is far from ideal from a governance perspective.&lt;/p&gt;
&lt;p&gt;In this post I will show you how to use the Azure Policy service to audit or even deny the creation of those VMs.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Bye Bye MVP, Bye Bye Alegri - Hello Microsoft! </title>
      <link>https://melcher.dev/2018/10/bye-bye-mvp-bye-bye-alegri-hello-microsoft/</link>
      <pubDate>Mon, 01 Oct 2018 09:30:28 +0000</pubDate>
      
      <guid>https://melcher.dev/2018/10/bye-bye-mvp-bye-bye-alegri-hello-microsoft/</guid>
      <description>For the past 7.5 years I worked as Consultant at Alegri in Munich - and I am immensely grateful for all the experience I gathered there with awesome colleagues and a very open and rewarding culture! From SharePoint to Office 365 to Azure I had very diverse and challenging projects and I learned a lot and had good fun - thanks a lot!
But for some time now, I was thinking of heading in another direction.</description>
    </item>
    
    <item>
      <title>Microsoft MVP 2018-2019 </title>
      <link>https://melcher.dev/2018/07/microsoft-mvp-2018-2019/</link>
      <pubDate>Mon, 02 Jul 2018 07:02:45 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/07/microsoft-mvp-2018-2019/</guid>
      <description>&lt;p&gt;If you are on twitter and in the same filter bubble as I am you could not avoid to see many many tweets of fellow MVPs - yesterday was the global MVP reward day!
And, I am happy to announce that I got re-awarded for the 2nd time!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Azure Red Shirt Dev Tour Munich 2018 - a summary </title>
      <link>https://melcher.dev/2018/01/azure-red-shirt-dev-tour-munich-2018-a-summary/</link>
      <pubDate>Thu, 18 Jan 2018 09:42:45 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/01/azure-red-shirt-dev-tour-munich-2018-a-summary/</guid>
      <description>&lt;p&gt;A summary of Scott Guthrie&amp;rsquo;s Azure Red Shirt Dev Tour in Munich - in short: it was &lt;strong&gt;&lt;strong&gt;SUPER AWESOME&lt;/strong&gt;&lt;/strong&gt;!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TIL: Send E-Mails with Powershell via an Office 365 Mail Account </title>
      <link>https://melcher.dev/2018/01/til-send-e-mails-with-powershell-via-an-office-365-mail-account/</link>
      <pubDate>Wed, 17 Jan 2018 00:11:08 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/01/til-send-e-mails-with-powershell-via-an-office-365-mail-account/</guid>
      <description>&lt;p&gt;TIL: Today I learned how easy it is to send emails with Powershell and an Office 365 mail account.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>2017 Retrospective </title>
      <link>https://melcher.dev/2018/01/2017-retrospective/</link>
      <pubDate>Fri, 05 Jan 2018 15:08:08 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/01/2017-retrospective/</guid>
      <description>&lt;p&gt;2017 was a very special year. And a super busy one. And exciting - well, almost all adjectives would fit for that CRAZY year! It was full of work, community stuff - and family time&amp;hellip;!!!!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TIL: Logging Powershell Parameters </title>
      <link>https://melcher.dev/2018/01/til-logging-powershell-parameters/</link>
      <pubDate>Fri, 05 Jan 2018 14:08:08 +0100</pubDate>
      
      <guid>https://melcher.dev/2018/01/til-logging-powershell-parameters/</guid>
      <description>&lt;p&gt;In my current project we provision large and complex Azure environments, subscriptions VMs, networking permissions and all that.
Some of the scripts have many many parameters - so in a month it would be nice to see how the script were started and with what parameters. With the cmdlet &lt;strong&gt;start-transcript&lt;/strong&gt; you get all the information what happens in the script as a nice log file. But unfortunately the parameters that were used to start the script are not in there. In this post, I show you how to easily add them to the transcript!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>My first interview: &#39;SharePoint Migration to Office 365&#39; </title>
      <link>https://melcher.dev/2017/12/my-first-interview-sharepoint-migration-to-office-365/</link>
      <pubDate>Mon, 11 Dec 2017 17:00:26 +0100</pubDate>
      
      <guid>https://melcher.dev/2017/12/my-first-interview-sharepoint-migration-to-office-365/</guid>
      <description>&lt;p&gt;Today I had my very first (recorded) interview. &lt;a href=&#34;https://twitter.com/spschwabe&#34;&gt;Thomas Maier&lt;/a&gt; from &lt;a href=&#34;https://Office365akademie.de&#34;&gt;Office365akademie.de&lt;/a&gt; asked me some very interesting questions how to migrate from SharePoint 2007-2016 to SharePoint Online/Office 365. We talked almost 30 minutes about all challenges (there are more, of course!) you might encounter. Good fun!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Office 365 DEV Bootcamp: Looking back and looking forward </title>
      <link>https://melcher.dev/2017/12/office-365-dev-bootcamp-looking-back-and-looking-forward/</link>
      <pubDate>Tue, 05 Dec 2017 13:04:26 +0100</pubDate>
      
      <guid>https://melcher.dev/2017/12/office-365-dev-bootcamp-looking-back-and-looking-forward/</guid>
      <description>&lt;p&gt;Roughly 2 weeks after the last bootcamp its time to sum up - and share the slides!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Red Shirt Dev Tour In Germany / Scott Guthrie Is In Town! </title>
      <link>https://melcher.dev/2017/12/red-shirt-dev-tour-in-germany-/-scott-guthrie-is-in-town/</link>
      <pubDate>Mon, 04 Dec 2017 14:59:57 +0100</pubDate>
      
      <guid>https://melcher.dev/2017/12/red-shirt-dev-tour-in-germany-/-scott-guthrie-is-in-town/</guid>
      <description>&lt;p&gt;A &lt;strong&gt;must-go-to event&lt;/strong&gt; is early next year! &lt;a href=&#34;https://weblogs.asp.net/scottgu&#34;&gt;Scott Guthrie&lt;/a&gt; is coming to Germany - Berlin and Munich - and shows us a &amp;ldquo;code-first&amp;rdquo; event! He personally codes on stage - live!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Quick fix: Resizable Quicklaunch for SharePoint Online </title>
      <link>https://melcher.dev/2017/11/quick-fix-resizable-quicklaunch-for-sharepoint-online/</link>
      <pubDate>Mon, 13 Nov 2017 21:28:51 +0100</pubDate>
      
      <guid>https://melcher.dev/2017/11/quick-fix-resizable-quicklaunch-for-sharepoint-online/</guid>
      <description>&lt;p&gt;As you can see in the gif above, I created a very simple customization for a specific usecase: My users created deep folder hierarchies (of course I told them not to!) with very descriptive names (metadata!) - and if they navigate deep deep inside, they have to use the tiny scrollbar on the left. And once they navigate, the scroll position is gone. Bummer! Even the enabled tree view did not help. Let&amp;rsquo;s improve that!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Bye Bye Wordpress - Hello Hugo </title>
      <link>https://melcher.dev/2017/11/bye-bye-wordpress-hello-hugo/</link>
      <pubDate>Thu, 02 Nov 2017 20:28:33 +0100</pubDate>
      
      <guid>https://melcher.dev/2017/11/bye-bye-wordpress-hello-hugo/</guid>
      <description>After over 6 years and 185 blog posts its time to leave Wordpress as a blogging platform and move on to Hugo.
This move is not because I had to, but in the past I replaced many of the services I used to managed services (I am looking at you, Office 365!) - and this tiny blog is the only reason I have to maintain a, most of the time, outdated linux VM with a fully fledged nginx, a slow and certainly unsecured MySql database and what not - for a blog&amp;hellip; that does not feel right.</description>
    </item>
    
    <item>
      <title>3x Office 365 Developer Bootcamps: Munich, Berlin and Hamburg! </title>
      <link>https://melcher.dev/2017/10/3x-office-365-developer-bootcamps-munich-berlin-hamburg/</link>
      <pubDate>Tue, 03 Oct 2017 10:03:23 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/10/3x-office-365-developer-bootcamps-munich-berlin-hamburg/</guid>
      <description>There is something cool coming up! But who could explain it better than Jeff Teper?
You heard him right - a full day training, deep dive, one topic - for free! Global Office 365 Developer Bootcamps around the world:
Please join Microsoft MVPs Stefano Tempesta and Max Melcher for an all-day workshop in Microsoft Teams and Azure Bot Framework development!
To be successful in this workshop, you should have a general understanding of Office 365 and an ability to code in JavaScript/.</description>
    </item>
    
    <item>
      <title>PowerShell: Upload a CSV file to a SharePoint List </title>
      <link>https://melcher.dev/2017/09/powershell-upload-csv-file-sharepoint-list/</link>
      <pubDate>Mon, 11 Sep 2017 09:30:28 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/09/powershell-upload-csv-file-sharepoint-list/</guid>
      <description>Wow, it&amp;rsquo;s been a while since I last blogged - and here comes a tiny helper to upload one or more CSV file to a SharePoint Online list.
I think its the best documented script I ever created…!!!
The script The following script checks a folder for files - and opens them. Then each line will be uploaded to the specified SharePoint list defined by the provided mapping.
The mapping is kinda straight forward.</description>
    </item>
    
    <item>
      <title>How about building a magic mirror?! </title>
      <link>https://melcher.dev/2017/03/how-about-building-a-magic-mirror/</link>
      <pubDate>Sat, 25 Mar 2017 13:07:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/03/how-about-building-a-magic-mirror/</guid>
      <description>It was winter, dark and cold outside, maybe rainy - something must have been really odd - because I started to build something physically, my very first hardware project - a magic mirror. And having two left hands I am trying to avoid as much as I can to build things outside of Visual Studio if you know what I mean… and it was July.
Magic Mirror - the idea “It’s called a ‘Magic Mirror’, but a more accurate name would be a ‘Smart Mirror’,” Bradley tells us.</description>
    </item>
    
    <item>
      <title>SharePoint App, Custom Domain and free SSL certificate </title>
      <link>https://melcher.dev/2017/03/sharepoint-app-custom-domain-free-ssl-certificate/</link>
      <pubDate>Sat, 25 Mar 2017 11:52:43 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/03/sharepoint-app-custom-domain-free-ssl-certificate/</guid>
      <description>Recently I created lots of SharePoint provider hosted apps for several customers - most of them very simple apps to register a remote event receiver or send emails. But a few of them were complex business apps that used the integration options for SharePoint but stood almost separately as websites running on Azure. The first apps we created had the name .azurewebsites.net - and for some customers that looked so odd that they opened tickets and asked for confirmation if the apps are legit.</description>
    </item>
    
    <item>
      <title>My notes: SharePoint Saturday Munich 2017 #SPSMUC </title>
      <link>https://melcher.dev/2017/03/my-notes-sharepoint-saturday-munich-2017-spsmuc/</link>
      <pubDate>Sat, 04 Mar 2017 16:45:57 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/03/my-notes-sharepoint-saturday-munich-2017-spsmuc/</guid>
      <description>So this was my inaugural SharePoint Saturday in my hometown Munich - the last time I couldn&amp;rsquo;t attend - and now I am fully thrilled to be part of the greatest and latest SharePoint community event in Munich - and maybe even in Germany.
Hosted directly in the Microsoft headquarter in Munich (awesome office!) - with more than 400 attendees this will be fun!
My agenda and some brief notes are below - the full agenda and the list of awesome speakers is here.</description>
    </item>
    
    <item>
      <title>Efficiently empty a large SharePoint Online list </title>
      <link>https://melcher.dev/2017/02/efficiently-empty-a-large-sharepoint-online-list/</link>
      <pubDate>Wed, 08 Feb 2017 15:47:59 +0000</pubDate>
      
      <guid>https://melcher.dev/2017/02/efficiently-empty-a-large-sharepoint-online-list/</guid>
      <description>Ages ago I created a PowerShell script that I used a couple of times by now: efficiently empty a large SharePoint list - but apparently that code does not work against a SharePoint Online list.
So here is an updated version of the script:
.TERMS No terms - use on your own risk! .SYNOPSIS This script efficiently empties are large list and is approximately 30 times faster than deleting item by item.</description>
    </item>
    
    <item>
      <title>Recap: SharePoint Saturday Belgium 2016 </title>
      <link>https://melcher.dev/2016/10/recap-sharepoint-saturday-belgium-2016/</link>
      <pubDate>Sun, 16 Oct 2016 14:00:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/10/recap-sharepoint-saturday-belgium-2016/</guid>
      <description>300 attendees on a Saturday - all “SharePoint-crazy” - that&amp;rsquo;s what I said last year and it&amp;rsquo;s very true for this year, too!
SPSBE Fun from the start at 9:00am until the official end of SPSBE (SharePoint Saturday Belgium) at around 19:30!
I apparently had to optimize my session on this Saturday (50 minutes slots instead of 60!), tests my demos and pimp my slides - so I could only attend one full session (Deep Dive building solutions on the SharePoint Framework by Waldek Mastykarz @waldekm), but there was enough time for me to talk to friends, community members, BIWUG board members and other speakers - good times, good fun.</description>
    </item>
    
    <item>
      <title>Ignite 2016 – My SharePoint takeaways! </title>
      <link>https://melcher.dev/2016/10/ignite-2016-my-sharepoint-takeaways/</link>
      <pubDate>Tue, 04 Oct 2016 14:35:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/10/ignite-2016-my-sharepoint-takeaways/</guid>
      <description>Ignite 2016 is over and we all were updated with tons of new features, announcements and insights in Atlanta - in this post I will try to give you a summary what I learned at Ignite 2016 SharePoint Conference it Atlanta.
Office 365 and SharePoint Online I took that one from the official source because it pretty sums up whats coming:
The next wave of innovations to achieve the SharePoint vision (simple and powerful file sharing, mobile and intelligent intranet, open and connected platform, commitment to security, privacy and compliance) contains the following highlights:</description>
    </item>
    
    <item>
      <title>Learn how we move fast without breaking things by managing change in SharePoint Online #BRK2297 </title>
      <link>https://melcher.dev/2016/09/learn-how-we-move-fast-without-breaking-things-by-managing-change-in-sharepoint-online-brk2297/</link>
      <pubDate>Fri, 30 Sep 2016 17:36:02 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/learn-how-we-move-fast-without-breaking-things-by-managing-change-in-sharepoint-online-brk2297/</guid>
      <description>Session with Zohar Raz (SharePoint Group Manager) and Lincoln DeMaris (Principal Program Manager) how to manage change in SharePoint Online.
Learn how SharePoint is introducing change faster than ever before, while still being extra sensitive to customer readiness and customer feedback. We are heavily investing in our technology to enable organizations to control and prepare for the changes in the experience. Come learn your role in this cloud evolution and what resources we provide to make you successful.</description>
    </item>
    
    <item>
      <title>Build business apps for Office 365 – InfoPath, PowerApps, Flow and more #BRK2051 </title>
      <link>https://melcher.dev/2016/09/build-business-apps-for-office-365-infopath-powerapps-flow-and-more-2051/</link>
      <pubDate>Thu, 29 Sep 2016 20:29:14 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/build-business-apps-for-office-365-infopath-powerapps-flow-and-more-2051/</guid>
      <description>Whats the story post Infopath and how to build business apps with PowerApps? – in this session Chris McNulty (@cmcnulty2000) and Kerem Yuceturk will tell us!
No-code and low-code applications have been essential tools in Microsoft SharePoint for a long time, but we’ve added many other new tools to your palette. We review the roadmap and best practices for InfoPath, SharePoint Designer, Access Web Apps, Flow, PowerApps and more.
Start with a demo!</description>
    </item>
    
    <item>
      <title>Deploy and provision best practices with Microsoft SharePoint Server 2016 #BRK3035 </title>
      <link>https://melcher.dev/2016/09/deploy-and-provision-best-practices-with-microsoft-sharepoint-server-2016-brk3035/</link>
      <pubDate>Thu, 29 Sep 2016 17:49:27 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/deploy-and-provision-best-practices-with-microsoft-sharepoint-server-2016-brk3035/</guid>
      <description>Microsoft SharePoint Server 2016 provides a new suite of IT capabilities to drive improvements in both scale and resiliency. Learn the best practices to deploying and provisioning SharePoint Server 2016 with these capabilities in mind.
A session with Todd Klindt (@toddklindt) and Jason Himmelstein (@sharepointlhorn) – this will be super good!
Here are my notes:
MinRole MinRole rocks and its actually self-healing, can be installed on 1 server (plus sql).</description>
    </item>
    
    <item>
      <title>Learn best practices for managing and administering #SharePoint Online and OneDrive for Business #BRK3028 </title>
      <link>https://melcher.dev/2016/09/learn-best-practices-for-managing-and-administering-sharepoint-online-and-onedrive-for-business/</link>
      <pubDate>Wed, 28 Sep 2016 19:33:00 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/learn-best-practices-for-managing-and-administering-sharepoint-online-and-onedrive-for-business/</guid>
      <description>In this session, learn how to manage your Microsoft SharePoint Online (SPO) and Microsoft OneDrive for Business environments in the browser (the SharePoint Online Admin Center) and by using the SharePoint Online Management Shell (a.k.a., Microsoft PowerShell for SPO). We cover numerous scenarios and demos for both seasoned SharePoint admins and new SPO admins.
By Chris Bortlik (@cbortlik)
Here are my session notes:
SharePoint Online Admin 101 Site Collection Provisioning, Service Level Settings, hybrid, PowerShell will be discussed in this session.</description>
    </item>
    
    <item>
      <title>Explore what is new and coming with the SharePoint apps #BRK2037 </title>
      <link>https://melcher.dev/2016/09/explore-whats-new-and-coming-with-the-sharepoint-apps-brk2037/</link>
      <pubDate>Wed, 28 Sep 2016 17:35:22 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/explore-whats-new-and-coming-with-the-sharepoint-apps-brk2037/</guid>
      <description>Ignite 2016 session about apps, mobile experiences and intelligent portals by Andy Haon (@andyhaon) and Nate Clinton (@nate_clinton).
Here are my notes:
SharePoint Home I was a little late to the session, so only a screenshot from the slides:
Mobile Apps Approach: look at the key workloads in regards to SharePoint and bring them to the mobile apps on all platforms.
Things they learned: Sign-in issues (a lot), analysis of top requests and implementing them</description>
    </item>
    
    <item>
      <title>Empower discovery in SharePoint 2013/2016 with Hybrid Search, Delve and the Office Graph #BRK3034 </title>
      <link>https://melcher.dev/2016/09/empower-discovery-in-sharepoint-20132016-with-hybrid-search-delve-and-the-office-graph-brk3034/</link>
      <pubDate>Wed, 28 Sep 2016 17:06:48 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/empower-discovery-in-sharepoint-20132016-with-hybrid-search-delve-and-the-office-graph-brk3034/</guid>
      <description>I’m reading Search, Search and Search in the description of the session by Neil Hodgkinson (@Nellymo) – so what could go wrong? 🙂
Why hybrid? Everything in one search index is a great solution for global spanning enterprises. No more spinning up VPNs to connect and search for company data is of great value.
Line of Business (LOB) data can be indexed, too - and you dont have to migrate the entire application to make the data available.</description>
    </item>
    
    <item>
      <title>Learn how to build a fast, responsive SharePoint portal in SharePoint Online </title>
      <link>https://melcher.dev/2016/09/learn-how-to-build-a-fast-responsive-sharepoint-portal-in-sharepoint-online/</link>
      <pubDate>Wed, 28 Sep 2016 03:09:29 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/learn-how-to-build-a-fast-responsive-sharepoint-portal-in-sharepoint-online/</guid>
      <description>Performance is key, who does not hate slow pages? In this session by Russ More and John Fan we will learn how to speed up SharePoint Online pages to build faster portals.
Here are my notes:
Measure, Measure, Measure! You get what you measure!
Microsoft measures a lot of metrics internally and even compare them to competitors – they monitor their own dogfood service (fast ring) to see if there are regressions.</description>
    </item>
    
    <item>
      <title>Dive into Microsoft Office 365 and SharePoint Hybrid Scenarios </title>
      <link>https://melcher.dev/2016/09/dive-into-microsoft-office-365-and-sharepoint-hybrid-scenarios/</link>
      <pubDate>Tue, 27 Sep 2016 19:28:27 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/dive-into-microsoft-office-365-and-sharepoint-hybrid-scenarios/</guid>
      <description>Session with Bill Bear and Rick Taylor about all things hybrid.
Here are my notes:
Hybrid Scenarios Bill started with hosting scenarios from traditional, private and public cloud options:
If you are in doubt check if there is a bigger company in your area that moved to the cloud
Business Needs Different view to meet business needs is to look at the time to deliver:
and your application needs: dynamic scale required?</description>
    </item>
    
    <item>
      <title>Discover what’s new and what’s coming to the SharePoint Mobile and Intelligent Intranet </title>
      <link>https://melcher.dev/2016/09/discover-whats-new-and-whats-coming-to-the-sharepoint-mobile-and-intelligent-intranet/</link>
      <pubDate>Tue, 27 Sep 2016 16:06:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/discover-whats-new-and-whats-coming-to-the-sharepoint-mobile-and-intelligent-intranet/</guid>
      <description>Session with Mark Kashmann (@mkashman) and Adam Harnetz (@adamharnetz) about whats coming for SharePoint intranets especially in regards to mobile.
Here are my session notes:
Customer usecase: Delta Delta has 500 content creators; previously it was only posible to do that
80.000 employees, entire user base is 260.000 with externals.
Mobile is increasing
Replaced legacy technology
Delta is now starting to move to O365 SharePoint Online, but starts with OneDrive</description>
    </item>
    
    <item>
      <title>Explore OneDrive for Business key features and roadmap </title>
      <link>https://melcher.dev/2016/09/explore-onedrive-for-business-key-features-and-roadmap/</link>
      <pubDate>Tue, 27 Sep 2016 15:41:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/explore-onedrive-for-business-key-features-and-roadmap/</guid>
      <description>My clients currently use OneDrive for Business quite a lot and there are still some rough edges – I hope in that session we get some insights what is coming soon. Here are my brief notes:
Rock Solid Sync The robustness of sync has greatly increased (I share that experience).
Mobile Experience The mobile experience has greatly increased, 4+ star rating in all app stores. Android and iOS app usage is high.</description>
    </item>
    
    <item>
      <title>An Overview of the Microsoft Application Platform for Developers </title>
      <link>https://melcher.dev/2016/09/an-overview-of-the-microsoft-application-platform-for-developers/</link>
      <pubDate>Tue, 27 Sep 2016 02:17:44 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/an-overview-of-the-microsoft-application-platform-for-developers/</guid>
      <description>Watch out, I am attending a developer session! Mainly because Scott Hanselman is the speaker and I totally love his style. Developers!
This session will give us a broad overview of all the new things for devs - so we start with the current options of Visual Studio:
12.7 Mio downloads of Visual Studio
2 Mio Visual Studio Code
4 Mio users of Visual Studio Team Services
Demo 1: Modernization Porting sounds boring, modernization is a cooler word for it.</description>
    </item>
    
    <item>
      <title>Microsoft Ignite 2016 – Innovation Keynote </title>
      <link>https://melcher.dev/2016/09/microsoft-ignite-2016-innovation-keynote/</link>
      <pubDate>Tue, 27 Sep 2016 01:57:46 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/microsoft-ignite-2016-innovation-keynote/</guid>
      <description>Satya Nadella on the stage again, this time talking about the current vision of Microsoft.
Digital Transformation Satya starts to give an idea of AI in context of digital transformation. Create more personal computing, build the intelligent cloud, reinvent productivity &amp;amp; business processes!
The four core pillars for the &amp;ldquo;AI democratisation&amp;rdquo; for Sataya are: Agents, Applications, Services and Infrastructure.
Demo: Intelligent Agent - Cortana Cortana will be more integrated, LinkedIn integration, reminders based on emails, health insights, integration into the action center of windows 10, add items to wunderlist, intelligent sticky notes.</description>
    </item>
    
    <item>
      <title>Learn how #SharePoint is reinventing content collaboration: vision and roadmap updates </title>
      <link>https://melcher.dev/2016/09/learn-how-sharepoint-is-reinventing-content-collaboration-vision-and-roadmap-updates/</link>
      <pubDate>Tue, 27 Sep 2016 01:36:44 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/learn-how-sharepoint-is-reinventing-content-collaboration-vision-and-roadmap-updates/</guid>
      <description>The session by Jeff Teper will show us whats coming for SharePoint! Expectations are always highest. Here we go, Jeff enters the stage:
SharePoint ecosystem is healthy - we saw that slide already at May, 4th event: And now a very good overview slide of SharePoint and whats it good for:
Session Scope In this sessions 4 major areas will be covered:
Simple and powerful file sharing Mobile and intelligent Intranet Open &amp;amp; Connected Platform Security, privacy and compliance Let&amp;rsquo;s start: OneDrive New sync options Access all files Mobile app improvements Better file preview Deeper Office integration OneDrive file activity The last point is Jeff&amp;rsquo;s favorite - who changed what file recently is really helpful!</description>
    </item>
    
    <item>
      <title>Microsoft Ignite 2016 – Keynote </title>
      <link>https://melcher.dev/2016/09/microsoft-ignite-2016-keynote/</link>
      <pubDate>Mon, 26 Sep 2016 18:21:27 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/microsoft-ignite-2016-keynote/</guid>
      <description>Microsoft Ignite 2016 - Atlanta, Georgia - Philips Arena, 09:00 AM PDC
Welcome to my almost live coverage of the Ignite 2016 in Atlanta, Georgia. Two years ago I attended the very last SharePoint Conference in Las Vegas and crafted 30 blog posts - and got good feedback afterwards. So well, this year I aim at 20 posts - lets see how it goes. Please excuse typos, I do fast releases!</description>
    </item>
    
    <item>
      <title>Azure Website Debugging: The network connection to *.azurewebsites.net:4020 has been lost. Debugging will be aborted. </title>
      <link>https://melcher.dev/2016/09/azure-website-debugging-network-connection-azurewebsites-net4020-lost-debugging-will-aborted/</link>
      <pubDate>Thu, 08 Sep 2016 08:30:53 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/09/azure-website-debugging-network-connection-azurewebsites-net4020-lost-debugging-will-aborted/</guid>
      <description>Recently my colleagues and I created a lot of SharePoint provider-hosted addins - in our case that is just a MVC Website hosted on Azure that talks balk to SharePoint. And I have to say it is good fun because we could actually debug a production site/business application in case something unforeseeable happens (aka. bugs). And the integration in Visual Studio via the Cloud Explorer could not be simpler. Right click on the website, attach debugger and see the problem.</description>
    </item>
    
    <item>
      <title>Enterprise Productivity &amp; Search – June 2016 </title>
      <link>https://melcher.dev/2016/06/enterprise-productivity-search-june-2016/</link>
      <pubDate>Thu, 23 Jun 2016 10:35:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/06/enterprise-productivity-search-june-2016/</guid>
      <description>On June, 6th 2016 we have met at Alegri in Munich to have our very own Enterprise Productivity &amp;amp; Search meetup. This time David Hollembaek talked about Usage Analytics and how to easily gain insights by using Azure Application Insights.
We had ~10 attendees, great questions and lots of fun.
Usage Analytics Dave told us how easily it is to setup App Insights and add it to a page to track events.</description>
    </item>
    
    <item>
      <title>User Group Munich: SharePoint 2016 Hybrid with Samuel Zuercher </title>
      <link>https://melcher.dev/2016/06/user-group-munich-hybrid-sp2016/</link>
      <pubDate>Mon, 20 Jun 2016 11:30:52 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/06/user-group-munich-hybrid-sp2016/</guid>
      <description>Some quick notes (more a braindump) about the last SharePoint User Group in Munich (6/14/2016) with Samuel Zuercher. Samuel was apparently a little sick, but still presented remotely! That was one of the funniest User Group in a while, I had good fun and Samuel delivered some solid info about SharePoint 2016 hybrid story. Hybrid Overview by Samuel Zuercher Start with OneDrive Shared with me does not work with mixed content.</description>
    </item>
    
    <item>
      <title>TFS 2015 Upgrade to Update 1 failed (VS402388 / TF401147) </title>
      <link>https://melcher.dev/2016/03/tfs-upgrade-update-1-failed-vs402388-tf401147/</link>
      <pubDate>Tue, 08 Mar 2016 14:25:50 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/03/tfs-upgrade-update-1-failed-vs402388-tf401147/</guid>
      <description>Recently I tried to upgrade a TFS 2015 installation for a client to Update 1. Because I did not find a solution in the internet (even with the error code TF401147), it&amp;rsquo;s time to blog about a solution.
Installation of Update 1 - VS402388 / TF401147 The installation of update 1 worked perfectly: In the first place I installed it because we wanted to move TFS to a more performant server and I installed the new server with TFS 2015 Update 1.</description>
    </item>
    
    <item>
      <title>Bootstrap and SharePoint Online – how to avoid css ricochet </title>
      <link>https://melcher.dev/2016/03/bootstrap-sharepoint-online-avoid-css-ricochet/</link>
      <pubDate>Fri, 04 Mar 2016 00:31:54 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/03/bootstrap-sharepoint-online-avoid-css-ricochet/</guid>
      <description>In my current project I had the challenge to improve the user experience for some pages without messing too much with the MasterPage (because you shouldn&amp;rsquo;t, right?). The client explicitly requested components like accordions, responsive tables and more control of the page alignments. So what would be easier to use a mobile first, responsive made by the @twitter guys? Apparently SharePoint Online does not like bootstrap too much - one you add the css files, you will see notable changes.</description>
    </item>
    
    <item>
      <title>Enterprise Productivity &amp; Search in Munich </title>
      <link>https://melcher.dev/2016/02/search-stammtisch-in-munich/</link>
      <pubDate>Wed, 03 Feb 2016 14:45:54 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/02/search-stammtisch-in-munich/</guid>
      <description>Yesterday we met at our monthly &amp;ldquo;Search Stammtisch / Meetup&amp;rdquo; in Munich in one of the most charming locations. Like every month, the scope of discussion was broad and this led also to a short discussion of Brand. As a result we are rebranding the meeting and giving it a proper and more precise name: Enterprise Productivity &amp;amp; Search
Why the name? Because it sounds cool - and because we do not only talk about (SharePoint) search, but we also touch so many topics that boost and affect productivity within an enterprise.</description>
    </item>
    
    <item>
      <title>Quick fix: For security reasons DTD is prohibited in this XML document </title>
      <link>https://melcher.dev/2016/02/for-security-reasons-dtd-is-prohibited-in-this-xml-document/</link>
      <pubDate>Tue, 02 Feb 2016 08:30:11 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/02/for-security-reasons-dtd-is-prohibited-in-this-xml-document/</guid>
      <description>Another day, another quick fix - I hope it helps!
Situation Working from home is very productive they said - not in my case, the wonderful script to reindex SharePoint Online UserProfiles from Mikael Svenson worked at work - but throws errors at home.
The error &amp;ldquo;For security reasons DTD is prohibited in this XML document&amp;rdquo; does not help much…
Quick fix Google suggested me to change my DNS entries to 8.</description>
    </item>
    
    <item>
      <title>2015 Recap: The king is dead – long live the king! </title>
      <link>https://melcher.dev/2016/01/the-king-is-dead-long-live-the-king-2015-recap/</link>
      <pubDate>Sat, 02 Jan 2016 08:32:19 +0000</pubDate>
      
      <guid>https://melcher.dev/2016/01/the-king-is-dead-long-live-the-king-2015-recap/</guid>
      <description>3 times and you have a pattern, right? This is not the first time I write a recap for the past year, (2014, 2013) - and it is always good fun to reflect the last one and plan the next one.
The Past aka 2015 2015 was a super busy year for me - both work, community and private life was packed and very intense.
Events I attended so many events this year, without my outlook calendar a reflection would not be possible anymore.</description>
    </item>
    
    <item>
      <title>Cloud Hybrid Search Service – first experiences! </title>
      <link>https://melcher.dev/2015/11/cloud-hybrid-search-service-first-experiences/</link>
      <pubDate>Wed, 25 Nov 2015 12:26:29 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/11/cloud-hybrid-search-service-first-experiences/</guid>
      <description>Currently I am preparing a session for the next SharePoint Days &amp;ldquo;Hybrid Worlds&amp;rdquo; here in Munich. My first presentation topic is &amp;ldquo;Hybrid Search - everything you need to know!&amp;rdquo; with focus on the new Cloud Hybrid Search Service Application and here are some of the ideas I will present.
Hybrid Options Currently I am aware of 6 feasible hybrid options:
One-way Inbound Hybrid You combine SharePoint Online with SharePoint on-premises - when a user queries in the SharePoint Online Search Center, SPO connects to SharePoint on-premises and executes the same or a similar query there to get results.</description>
    </item>
    
    <item>
      <title>Custom People Properties are not searchable </title>
      <link>https://melcher.dev/2015/11/custom-people-properties-are-not-searchable/</link>
      <pubDate>Sat, 21 Nov 2015 12:50:57 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/11/custom-people-properties-are-not-searchable/</guid>
      <description>This will be just a short one - maybe it saves somebody some time and grey hairs.
Situation I created a new result source that boosts some properties of people profiles in search results. During staging I forgot to check the very important radio button that the result source is of type &amp;ldquo;People&amp;rdquo;.
1
At first I did not notice that I forgot to check it - Search worked perfectly and returned people hits.</description>
    </item>
    
    <item>
      <title>Off Topic: Paragliding – Performance Training in Ölüdeniz, Turkey (Mount Babadag) </title>
      <link>https://melcher.dev/2015/10/off-topic-paragliding-performance-training-in-oludeniz-turkey-mount-babadag/</link>
      <pubDate>Mon, 19 Oct 2015 07:38:33 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/10/off-topic-paragliding-performance-training-in-oludeniz-turkey-mount-babadag/</guid>
      <description>&lt;p&gt;This post will be totally SharePoint unrelated but it was so amazing that I will briefly tell you about me last week in Ölüdeniz, Turkey - with lots of pictures! So please read on if you are not afraid of great heights.&lt;/p&gt;



  
    
    
    
      
    
    
      
    

    
    






    



    
    
    


    
    

    &lt;div class=&#34;fancybox&#34;&gt;
      &lt;a rel=&#34;single_image&#34; data-fancybox=&#34;single_image&#34; href=&#34;https://melcher.dev/wp-content/uploads/20151017080407.jpg&#34; data-caption=&#34;&#34;&gt;
          &lt;picture&gt;
            &lt;source type=&#34;image/webp&#34; srcset=&#34;https://melcher.dev/wp-content/uploads/20151017080407.webp&#34;&gt;
            &lt;source type=&#34;image/png&#34; srcset=&#34;https://melcher.dev/wp-content/uploads/20151017080407.jpg&#34;&gt;
            &lt;img loading=&#34;lazy&#34; src=&#34;https://melcher.dev/wp-content/uploads/20151017080407.jpg&#34; alt=&#34;&#34; class=&#34;img-fluid &#34;&gt;     
          &lt;/picture&gt;
      &lt;/a&gt;
      
    &lt;/div&gt;
  


&lt;h2 id=&#34;paragliding&#34;&gt;Paragliding&lt;/h2&gt;
&lt;p&gt;1.5 years ago I started to learn how to use a Paraglider - and I enjoyed every minute in the air since then! It is an awesome, thrilling but still very relaxing sport - and not as dangerous as you might think. But it requires a lot of practicing and lots of technical gimmicks - an ideal sport for me. In order to improve my technique (I am still a beginner) I booked a paragliding tour with my flight school - a so called performance training - with my buddy Sebastian and traveled to Turkey (2.5 hours flight from Munich) - and we had a blast from 10/10/15 to 10/17/15.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>SharePoint CSOM and NetScaler </title>
      <link>https://melcher.dev/2015/09/sharepoint-csom-and-netscaler/</link>
      <pubDate>Thu, 24 Sep 2015 07:30:08 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/09/sharepoint-csom-and-netscaler/</guid>
      <description>I am currently preparing a test dataset for a SharePoint WebPart to see how it scales on a customer SharePoint 2010 environment. The problem I faced here was that the environment is protected by Citrix Netscaler and every CSOM call was ended with a lovely exception.
Problem 1: SSL The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
The client uses https/SSL to secure the channel (good!</description>
    </item>
    
    <item>
      <title>AzureSearchTool: Suggestions, please! </title>
      <link>https://melcher.dev/2015/07/azuresearchtool-suggestions-please/</link>
      <pubDate>Mon, 06 Jul 2015 13:30:12 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/07/azuresearchtool-suggestions-please/</guid>
      <description>Suggestions are a killer feature for search - same applies to Azure Search!
Performance for the lookup of the possible options in combination with a large index is a key here - scale scale scale!
I released 0.7.0.0 version of the AzureSearchTool today.
Suggestion I added all of the possible suggestion options - it&amp;rsquo;s a different search type so it needed a while to add it to my current implementation. But as the version number indicates, I am close to catching up with the main features.</description>
    </item>
    
    <item>
      <title>AzureSearchTool – More Options, More Fun </title>
      <link>https://melcher.dev/2015/06/azuresearchtool-more-options-more-fun/</link>
      <pubDate>Mon, 08 Jun 2015 08:30:07 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/06/azuresearchtool-more-options-more-fun/</guid>
      <description>Today I released the next version of the AzureSearchTool (v.0.3.0.0).
If you have not read about the tool at all, please see the introduction here.
In the very first version the tool was quite simple and most of the search parameters were not handled. That has changed now:
Index I implemented the schema overview (actually that was not that much but looks great):
So now you can see what fields of what type you have - and how those fields are specified.</description>
    </item>
    
    <item>
      <title>AzureSearchTool – the easiest option to query Azure Search! </title>
      <link>https://melcher.dev/2015/06/azuresearchtool-the-very-first-release/</link>
      <pubDate>Thu, 04 Jun 2015 07:30:46 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/06/azuresearchtool-the-very-first-release/</guid>
      <description>Today I released my first Open Source tool to support the development, testing, debugging of **Azure Search **- the AzureSearchTool.
AzureSearchTool - v.0.1.5.0 The tool lets you connect to different indexes and assists you crafting search queries.
As a byproduct it generates a REST URL for you to use in your application or website.
With this it should be easier to develop against the Azure Search REST API - and should speed up the testing time enormously.</description>
    </item>
    
    <item>
      <title>ShareCamp 2015 – Recap </title>
      <link>https://melcher.dev/2015/06/sharecamp-2015-recap/</link>
      <pubDate>Mon, 01 Jun 2015 07:30:51 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/06/sharecamp-2015-recap/</guid>
      <description>Germany&amp;rsquo;s latest and greatest SharePoint community event was last weekend (30.05.2015 &amp;amp; 31.05.2015 at Microsoft in Munich) - and it was awesome, once again!
ShareCamp &amp;amp; Community What is so special about ShareCamp? Easy question, it is entirely community-driven. On both days, Saturday and Sunday, there is a session vote before the &amp;ldquo;conference&amp;rdquo; starts. So the attendees prepare presentations and do a short intro during the vote - if more than 3 people raise their hand there will be a session and there were lots of em.</description>
    </item>
    
    <item>
      <title>Ignite 2015 Recap – with SharePoint Search in Mind! </title>
      <link>https://melcher.dev/2015/05/ignite-2015-recap-with-sharepoint-search-in-mind/</link>
      <pubDate>Mon, 11 May 2015 07:30:34 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/05/ignite-2015-recap-with-sharepoint-search-in-mind/</guid>
      <description>So Ignite is over - and I am pretty impressed how fast the content is available! I followed the first conference (we even had a community hangout during the first keynote) of this style closely via twitter - and the feedback there was quite interesting! Most importantly for me as a SharePoint guy, was of course the announcements of SharePoint 2016. And well, you can be of different opinion of the rescheduled release - but lets focus on the positive side: It’s the first time that we publicly hear what is coming and what will be changed: over a year ahead!</description>
    </item>
    
    <item>
      <title>Can’t make it to Microsoft Ignite? Watch the keynote with us! </title>
      <link>https://melcher.dev/2015/04/cant-make-it-to-microsoft-ignite-watch-the-keynote-with-us/</link>
      <pubDate>Tue, 28 Apr 2015 07:30:39 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/04/cant-make-it-to-microsoft-ignite-watch-the-keynote-with-us/</guid>
      <description>Microsoft Ignite is next week (see countdown below), and apparently it is in Chicago so many of us can&amp;rsquo;t make it. So lets make the best out of it and watch the keynote together! That is 100% more fun than watching it alone, right? Guaranteed!
2
&amp;lt;div id=&amp;quot;9030-dashboard&amp;quot; class=&amp;quot;jedi-dashboard&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash jedi-weeks_dash&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash_title&amp;quot;&amp;gt; weeks &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -13 &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash jedi-days_dash&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash_title&amp;quot;&amp;gt; days &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -6 &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash jedi-hours_dash&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash_title&amp;quot;&amp;gt; hours &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -2 &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -1 &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash jedi-minutes_dash&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash_title&amp;quot;&amp;gt; minutes &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -2 &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -4 &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash jedi-seconds_dash&amp;quot;&amp;gt; &amp;lt;div class=&amp;quot;jedi-dash_title&amp;quot;&amp;gt; seconds &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -1 &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;jedi-digit&amp;quot;&amp;gt; -2 &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div id=&amp;quot;9030-bothtml&amp;quot; class=&amp;quot;jedi-bothtml&amp;quot;&amp;gt; &amp;lt;/div&amp;gt; Microsoft Ignite 2015 Hangout If you want to watch us talking and discussing the keynote you can watch the stream here: https://melcher.</description>
    </item>
    
    <item>
      <title>Recap: SharePoint Saturday 2015 in Antwerp, Belgium </title>
      <link>https://melcher.dev/2015/04/recap-sharepoint-saturday-2015-in-antwerp-belgium/</link>
      <pubDate>Mon, 20 Apr 2015 07:30:38 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/04/recap-sharepoint-saturday-2015-in-antwerp-belgium/</guid>
      <description>300 attendees on a Saturday - all “SharePoint-crazy”. Its my first visit to Belgium and I must say: I am impressed of the community and the spirit here. In the following I recap SharePoint Saturday 2015 in Antwerp.
SPSBE From the start at 9:00am until the official end of SPSBE (SharePoint Saturday Belgium) at around 17:30 I had good fun. I apparently had to prepare my session on this Saturday, tests my demos and optimize my slides - so I could only attend one full session (see my summary here), but there was enough time for me to talk to community members, board members and other speakers - good times, good fun.</description>
    </item>
    
    <item>
      <title>Improving SharePoint Search Experience – #SPSBE07 </title>
      <link>https://melcher.dev/2015/04/improving-sharepoint-search-experience-spsbe07/</link>
      <pubDate>Sat, 18 Apr 2015 11:05:46 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/04/improving-sharepoint-search-experience-spsbe07/</guid>
      <description>I think its my first time that I attended a search session for business users/decision makers - interesting times here at SharePoint Saturday in Belgium. Here follows a summary for &amp;ldquo;Improve SharePoint Search Experience&amp;rdquo; in my words.
Speaker was Elio Struyf (@eliostruyf) - he has some nice blog posts about search, go read them!
Elio on stage Improve for everybody, don’t forget the novice users There are different types of users in every enterprise, some of them are more mature with SharePoint, some do a search query with just one keyword - well, one of Elio’s key messages was that you should optimize the experience not only for the “educated” users.</description>
    </item>
    
    <item>
      <title>Retrieve Managed Account Passwords for SharePoint 2010 / SharePoint 2013 </title>
      <link>https://melcher.dev/2015/04/retrieve-managed-account-passwords-for-sharepoint-2010-sharepoint-2013/</link>
      <pubDate>Thu, 09 Apr 2015 08:15:14 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/04/retrieve-managed-account-passwords-for-sharepoint-2010-sharepoint-2013/</guid>
      <description>In this post I show you a simple PowerShell script to retrieve Managed Account Passwords for SharePoint 2010 / SharePoint 2013.
This is actually a repost and I do not want to claim any credits for this post - see the original here by Jason Himmelstein (&amp;lt;= thank you!!!). Why do I repost? I never find the PowerShell when I need it, even tho I have it in my almighty OneNote!</description>
    </item>
    
    <item>
      <title>Powershell Script to Efficiently Locate Large Files in SharePoint 2010/2013 </title>
      <link>https://melcher.dev/2015/03/powershell-script-to-efficiently-locate-large-files-in-sharepoint-20102013/</link>
      <pubDate>Mon, 23 Mar 2015 08:15:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/03/powershell-script-to-efficiently-locate-large-files-in-sharepoint-20102013/</guid>
      <description>Recently I had the request to locate all files that are bigger than 40 MB - and they were located in the entire farm across multiple Site Collections. Easy you might say? Just use search and query for
size&amp;gt;41943040
Well, I said efficiently and thats the most efficient way - you are right! They key constraint here is that those files were excluded from search - so lets go for the PowerShell way.</description>
    </item>
    
    <item>
      <title>Its over! (My 2014 Review) </title>
      <link>https://melcher.dev/2015/01/2014-review/</link>
      <pubDate>Sun, 04 Jan 2015 15:20:59 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/01/2014-review/</guid>
      <description>Traditions are traditions - at least when you repeat at least once, right? So last year I started to review my year with SharePoint - lets do it again.
Conferences &amp;amp; Social 2013 started great - after several attempts I convinced my company to send me to the very last SharePoint Conference in Las Vegas - and it was epic. Not only that I covered 30 SharePoint sessions, I met friends and new friends - I knew some of them via Twitter for a long time, but meeting in person is a totally different story, of course!</description>
    </item>
    
    <item>
      <title>SharePoint Search: What Managed Properties do my Items have? (Or: Search Query Tool v2.2. – the missing manual) </title>
      <link>https://melcher.dev/2015/01/sharepoint-search-managed-properties-items-search-query-tool-v2-2-missing-manual/</link>
      <pubDate>Thu, 01 Jan 2015 23:25:25 +0000</pubDate>
      
      <guid>https://melcher.dev/2015/01/sharepoint-search-managed-properties-items-search-query-tool-v2-2-missing-manual/</guid>
      <description>Creating Search Driven Applications is very easy with SharePoint 2013 - sometimes.
For a really simple example you need 6 steps for SharePoint content (read detailed article here)
Add some columns with values to a list Full crawl Create a Managed Property with the corresponding mapping Full Crawl Drop a Search WebPart (Search Result WebPart, Content By Search or one of the other options) Create a query that fits your needs Bam!</description>
    </item>
    
    <item>
      <title>A to Z: Create a Display Template for SharePoint 2013 Search to visualize a property of an item/document </title>
      <link>https://melcher.dev/2014/12/z-create-display-template-sharepoint-2013-search-visualize-property-itemdocument/</link>
      <pubDate>Wed, 31 Dec 2014 00:03:44 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/12/z-create-display-template-sharepoint-2013-search-visualize-property-itemdocument/</guid>
      <description>This is an english translation of my article for SharePoint Advent &amp;ldquo;VON A BIS Z: ERSTELLUNG EINES DISPLAY TEMPLATES FÜR DIE SHAREPOINT SUCHE UM DIE EIGENSCHAFTEN EINES DOKUMENTS SICHTBAR ZU MACHEN&amp;rdquo;.
Display Templates can be used in Web Parts to individualize search results (see also Introduction to Display Templates on MSDN).
In this article I will show you how a Display Template for SharePoint 2013 Search is structured, why you need them and how to customize/extend them.</description>
    </item>
    
    <item>
      <title>He’s dead, Jim: SharePoint 2013 Search Troubleshooting </title>
      <link>https://melcher.dev/2014/10/hes-dead-jim-sharepoint-2013-search-troubleshooting/</link>
      <pubDate>Mon, 13 Oct 2014 09:03:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/10/hes-dead-jim-sharepoint-2013-search-troubleshooting/</guid>
      <description>Recently we had some strange search issues in our very own intranet and its time to blog about some SharePoint 2013 Search Troubleshooting.
At first I noticed that our Search results were quite old, usually that is not the case because we enabled continuous crawling and I was surprised that it worked that well. How I noticed? I have tiny app that utilized search and supports our core business process: billing.</description>
    </item>
    
    <item>
      <title>Create SharePoint 2010/2013 Search Content Sources – one script to rule them all </title>
      <link>https://melcher.dev/2014/07/create-sharepoint-20102013-search-content-sources-one-script-rule/</link>
      <pubDate>Mon, 14 Jul 2014 18:23:20 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/07/create-sharepoint-20102013-search-content-sources-one-script-rule/</guid>
      <description>In this article I will show you how to create SharePoint 2010/2013 Search Content Sources with a handy powershell script and why you should care.
This is my 100th blog post and therefore it has to be something with SharePoint Search - something good. I had the idea for the script on my mind for quite a while now, but there was no project and no time to create it - until now.</description>
    </item>
    
    <item>
      <title>What happened to ‘the’ ULSViewer and how to still get it? </title>
      <link>https://melcher.dev/2014/06/happened-ulsviewer-still-get/</link>
      <pubDate>Wed, 04 Jun 2014 08:55:23 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/06/happened-ulsviewer-still-get/</guid>
      <description>MSDN Archive has been retired this week - I do not know why they retired it before there is an adequate replacement for the majority of the tools, but it has a huge impact on my work. One of my favorite tool, the famous ULSViewer is was hosted there.
You will be greeted with this beautiful page when you try to download the ULSViewer - no alternative download location so far!</description>
    </item>
    
    <item>
      <title>Installing SharePoint 2013 SP1 with SQL Server 2014 on Windows Server 2012 R2 – Picture Love Story </title>
      <link>https://melcher.dev/2014/05/installing-sharepoint-2013-sp1-sql-server-2014-windows-server-2012-r2-picture-love-story/</link>
      <pubDate>Fri, 30 May 2014 15:38:53 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/05/installing-sharepoint-2013-sp1-sql-server-2014-windows-server-2012-r2-picture-love-story/</guid>
      <description>I am trying something new for me: This will be a huge picture post.
Today we have a bridge day in Germany and that means most of my colleagues and clients are taking the day off. Ideal time for me to replace my SharePoint installation and bring it to a new level. Why did I upgrade? Well, lets say I have a fable to try everything new out before customers asks me some questions about it – and I kinda like shiney new stuff.</description>
    </item>
    
    <item>
      <title>ShareCamp 2014 Recap – SharePoint all weekend long! </title>
      <link>https://melcher.dev/2014/05/sharecamp-2014-sharepoint-weekend-long/</link>
      <pubDate>Fri, 30 May 2014 15:12:26 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/05/sharecamp-2014-sharepoint-weekend-long/</guid>
      <description>ShareCamp 2014 was last weekend (05/23/2014 - 05/25/2014) hosted by Microsoft in Munich and it was the best community event I attended this year – and I repeat that now for 3 years in a row. So why is it that great? The answer is simple but unexpected: Its organized by and depends on active participation of the community: Each attendee can present their topics and questions in a session – if the other attendees wanna hear their stuff.</description>
    </item>
    
    <item>
      <title>It’s not too late! Attend SP24 – The free 24h worldwide SharePoint conference! </title>
      <link>https://melcher.dev/2014/04/late-attend-sp24-free-24h-worldwide-sharepoint-conference/</link>
      <pubDate>Wed, 16 Apr 2014 07:07:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/04/late-attend-sp24-free-24h-worldwide-sharepoint-conference/</guid>
      <description>This is a last minute call for SP24 - The free 24h worldwide SharePoint conference – the free 24h worldwide SharePoint conference starts today/tomorrow and I am presenting!
STARTING TODAY Register for FREE now (it is not too late) and skip lunch, breakfast – or what every you are doing and be part of the great community event! 1 month ago you had to pay at least $1,500.00 to see some of the speakers – again SP24 is free!</description>
    </item>
    
    <item>
      <title>Download all SPC14 session slides (simple solution) </title>
      <link>https://melcher.dev/2014/03/spc14-download-session-slides-simple-solution/</link>
      <pubDate>Wed, 12 Mar 2014 09:51:22 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-download-session-slides-simple-solution/</guid>
      <description>Attended SPC14 in Las Vegas and want to download all slides? Here we go with a really simple solution – it only takes some times and roughly 100 clicks. Kudos to Sahil Malik for the script.
6 easy steps to download all SPC14 session slides Open SPC14 Yammer: https://www.yammer.com/sharepointconference/groups/company/uploaded_files
Filter on Documents:
Filter on Documents to remove unwanted files Scroll down and click on “More” until all elements are visible: Scroll down and click on more - repeat until all files are visible.</description>
    </item>
    
    <item>
      <title>SPC14: My Summary </title>
      <link>https://melcher.dev/2014/03/spc14-summary/</link>
      <pubDate>Sun, 09 Mar 2014 07:53:41 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-summary/</guid>
      <description>Here is my summary of the SharePoint Conference 2014 in Las Vegas (3/3/2014 to 3/6/2014) – if you don’t want to ready everything: It was really good!
Highlights The Main Keynote was perfectly delivered – I did not notice a single glitch. Even the talk of President Bill Clinton was quite good, even though that he did not mention SharePoint with a single word.
The introduction of Project OSLO – for me as a Search guy was a really pleasant surprise – in my opinion the end users will like it because of its simplicity and you will get the relevant documents, not just everything.</description>
    </item>
    
    <item>
      <title>SPC14: Managing Search Relevance in SharePoint 2013 and O365 </title>
      <link>https://melcher.dev/2014/03/spc14-managing-search-relevance-sharepoint-2013-o365/</link>
      <pubDate>Thu, 06 Mar 2014 20:20:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-managing-search-relevance-sharepoint-2013-o365/</guid>
      <description>Improve the value of search results by managing Relevance. SharePoint 2013 and O365 provide a comprehensive set of tools to manage Search Relevance. SharePoint 2013 and O365 combine and improve upon the best tools available for Fast Search and SharePoint 2010, and introduce the notion of Query Rules that allow administrators to influence relevance for a single query or sets of queries using a straightforward user interface. In this talk, we will explain how ranking works under the hood, and give hands on demonstrations of how to use query rules, result sources, XRANK, federation to external search providers, and use the rank tuning tool to improve relevance and the value of your search solutions.</description>
    </item>
    
    <item>
      <title>SPC14: Effective Search deployment and operations in SharePoint 2013 </title>
      <link>https://melcher.dev/2014/03/spc14-effective-search-deployment-operations-sharepoint-2013/</link>
      <pubDate>Thu, 06 Mar 2014 18:42:56 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-effective-search-deployment-operations-sharepoint-2013/</guid>
      <description>SharePoint 2013 introduces a new and highly flexible search topology. This gives more flexibility on how to scale a system, and allows search to tackle demanding requirements for query and indexing performance. In this session we will take you through the deployment of a multi-node search installation, provide best practices for common operational procedures, and give you tips and tricks on how to keep your search system healthy.
My session notes for “Effective Search deployment and operations in SharePoint 2013” by Kristopher Loranger and Mert Sangar at SharePoint Conference 2014 in Las Vegas:</description>
    </item>
    
    <item>
      <title>SPC14: Search architecture and sizing in SharePoint 2013 </title>
      <link>https://melcher.dev/2014/03/spc14-search-architecture-sizing-sharepoint-2013/</link>
      <pubDate>Thu, 06 Mar 2014 04:55:17 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-search-architecture-sizing-sharepoint-2013/</guid>
      <description>In this session we will dig into the new architecture for Search in SharePoint 2013. We will cover all architectural components, plus discuss the differences between the 2013 release versus FAST Search and search in SharePoint 2010. Microsoft has updated topology models for different sized deployments. This will be presented along with sizing and scaling data for both physical and virtual machines - actionable data you can use to assess and use during your planning phase.</description>
    </item>
    
    <item>
      <title>SPC14: Futuristic Search applications using Kinect and Yammer! </title>
      <link>https://melcher.dev/2014/03/spc14-futuristic-search-applications-using-kinect-yammer/</link>
      <pubDate>Wed, 05 Mar 2014 23:47:37 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-futuristic-search-applications-using-kinect-yammer/</guid>
      <description>Use your body and voice to search SharePoint and Yammer. Learn how you can utilize SharePoint 2013 Search to index your Enterprise Yammer content on-premises in addition to your regular SharePoint content, then use futuristic UI design and Natural User Interface (NUI) features of the latest Kinect SDK and Kinect Sensors for Windows to build rich NUI and voice controlled search applications. It&amp;rsquo;s possible. It&amp;rsquo;s cool and a little crazy - much to be learned.</description>
    </item>
    
    <item>
      <title>SPC14: Best practices for Information Architecture and Enterprise Search </title>
      <link>https://melcher.dev/2014/03/spc14-best-practices-information-architecture-enterprise-search/</link>
      <pubDate>Wed, 05 Mar 2014 22:48:25 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-best-practices-information-architecture-enterprise-search/</guid>
      <description>Information Architecture (IA) for a large organization is often as complex as a twisting labyrinth. In this session, we will explain, and demonstrate, why a good IA design is important for search and also provide best practices on how to plan, maintain and govern. We will also demonstrate how search provides the building blocks (entity extraction, metadata processing, etc..) for improving knowledge management and discovery scenarios for people and content.</description>
    </item>
    
    <item>
      <title>SPC14: Build your own REST service with WebAPI 2 </title>
      <link>https://melcher.dev/2014/03/spc14-build-rest-service-webapi-2/</link>
      <pubDate>Wed, 05 Mar 2014 20:03:36 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-build-rest-service-webapi-2/</guid>
      <description>REST and OData are the foundation of data access in a cloud-based world. Office and SharePoint developers are well aware of the new RESTful endpoints available in SharePoint 2013 and may have already consumed some publically-available RESTful endpoints from the Internet. Many apps, however, will require their own RESTful service for accessing custom app data. In this session, we&amp;rsquo;ll cover the fundamentals of creating custom RESTful services with WebAPI 2 and consuming those services in Office and SharePoint apps.</description>
    </item>
    
    <item>
      <title>SPC14: Designing and applying information architecture for SharePoint and Office 365 </title>
      <link>https://melcher.dev/2014/03/spc14-designing-applying-information-architecture-sharepoint-office-365/</link>
      <pubDate>Wed, 05 Mar 2014 18:36:33 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-designing-applying-information-architecture-sharepoint-office-365/</guid>
      <description>This session will demonstrate a proven process for defining, designing, implementing and governing your information architecture (IA). IA is more than just columns and metadata. You will learn how the different components available in SharePoint and Office 365 can be leveraged to their fullest potential and your users&amp;rsquo; ultimate benefit to content organization and discovery.
Session &amp;ldquo;Designing and applying information architecture for SharePoint and Office 365&amp;rdquo; by Agnes Molnar and Israel Vega Jr.</description>
    </item>
    
    <item>
      <title>SPC14: Best practices for Hybrid Search deployments </title>
      <link>https://melcher.dev/2014/03/spc14-best-practices-hybrid-search-deployments/</link>
      <pubDate>Wed, 05 Mar 2014 01:33:04 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-best-practices-hybrid-search-deployments/</guid>
      <description>SharePoint Conference 2014 Session &amp;ldquo;Best practices for Hybrid Search deployments&amp;rdquo; by Brent Groom and Norm Lambert.
Are your customers interested in trying out Office365, but still keeping most of their collaboration assets and data on-premises? Are they asking you to provide a single way to find content regardless of where it lives? This session will arm you with the information necessary to help your customers plan Hybrid deployments – connecting SharePoint 2013 on-premises with Office365 – and enabling a comprehensive Search experience that spans the two.</description>
    </item>
    
    <item>
      <title>SPC14: Developing future-focused, on-premises solutions </title>
      <link>https://melcher.dev/2014/03/spc14-developing-future-focused-premises-solutions/</link>
      <pubDate>Wed, 05 Mar 2014 00:26:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-developing-future-focused-premises-solutions/</guid>
      <description>SharePoint Conference 2014 session “Developing future-focused, on-premises solutions” by Bob German.
This session will focus on how to develop on-premises solutions based on architecture patterns that will support migration to Office 365 in the future. These solutions are based on a shift to client-side development to allow repackaging rather than rewriting to enable the new App model. The result is code that is safer and easier to deploy, whether on-premises or in the cloud.</description>
    </item>
    
    <item>
      <title>SPC14: Search-driven publishing for Intranet Portals in SharePoint Online </title>
      <link>https://melcher.dev/2014/03/spc14-search-driven-publishing-intranet-portals-sharepoint-online/</link>
      <pubDate>Tue, 04 Mar 2014 21:51:05 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-search-driven-publishing-intranet-portals-sharepoint-online/</guid>
      <description>Session &amp;ldquo;Search-driven publishing for Intranet Portals in SharePoint Online&amp;rdquo; by Alex Pope (Microsoft) and Helge Grenager Solheim (Microsoft).
Search-driven publishing is alive in SharePoint Online! This includes the Content Search Web Part (CSWP) and Cross-Site Collection Publishing - both enhance the number and quality of search-driven solutions you can build into your sites and portals within Office 365. This session will provide an overview of these new building blocks, provide best practices and focus on how to optimize page load times with queries and take advantage of a new caching mechanism in the CSWP.</description>
    </item>
    
    <item>
      <title>SPC14: Complex Problem Solving with the new HTML5 APIs </title>
      <link>https://melcher.dev/2014/03/spc14-complex-problem-solving-new-html5-apis/</link>
      <pubDate>Tue, 04 Mar 2014 21:46:33 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-complex-problem-solving-new-html5-apis/</guid>
      <description>HTML5 and CSS3 are now a standard part of the Office and SharePoint developer&amp;rsquo;s skillset. While much of the buzz around HTML5 and CSS3 focuses on creating a responsive and satisfying end-user experience, a whole new set of JavaScript APIs was also introduced. These APIs provide powerful capabilities that either didn&amp;rsquo;t exist before, or were only available in 3rd-party libraries. In this session, we&amp;rsquo;ll focus on these new APIs and use them to solve real-world problems such as maintaining context in a SharePoint-hosted app, caching app data, and communicating between app parts.</description>
    </item>
    
    <item>
      <title>SPC14: Real-world SharePoint architecture decisions </title>
      <link>https://melcher.dev/2014/03/spc14-real-world-sharepoint-architecture-decisions/</link>
      <pubDate>Tue, 04 Mar 2014 21:37:23 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-real-world-sharepoint-architecture-decisions/</guid>
      <description>Being a SharePoint architect can be challenging - you need to deal with everything from hardware, resources, requirements, business continuity management, a budget and of course customers. You, the architect, have to manage all this and in the end deliver a good architecture that satisfies all the needs of your customer. Along the line you have to make decisions based on experience, facts and sometimes the gut feeling. In this session we will cover some of the architectural changes in the SharePoint 2013 architecture, some of the new guidance from Microsoft and provide insight into a number of successful real-world scenarios.</description>
    </item>
    
    <item>
      <title>SPC14: SharePoint 2013 hybrid end-to-end </title>
      <link>https://melcher.dev/2014/03/spc14-sharepoint-2013-hybrid-end-end/</link>
      <pubDate>Tue, 04 Mar 2014 01:07:12 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-sharepoint-2013-hybrid-end-end/</guid>
      <description>My notes about the session &amp;ldquo;SharePoint 2013 hybrid end-to-end&amp;rdquo; by Sam Hassani.
A Hybrid environment combining SharePoint Server 2013 and SharePoint Online can fuse together the very best elements of both systems and offer a seamless experience to end-users when implemented correctly - in addition to providing you with cost savings. Attend this session to understand the solutions SharePoint hybrid environments support. We&amp;rsquo;ll walk through the end-to-end configuration process covering infrastructure, identity management and SharePoint integration points.</description>
    </item>
    
    <item>
      <title>SPC14: Introducing Codename Oslo and the Office Graph </title>
      <link>https://melcher.dev/2014/03/spc14-introducing-codename-oslo-office-graph/</link>
      <pubDate>Tue, 04 Mar 2014 00:48:41 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-introducing-codename-oslo-office-graph/</guid>
      <description>My notes about the session &amp;ldquo;Introducing Codename Oslo and the Office Graph&amp;rdquo;.
Come see how we reimagined search and discovery across Office with Codename Oslo, powered by the Office Graph. Oslo enables you to work like a network, by proactively surfacing the best and relevant information across Office, tailored just for you. Learn how Office Graph transforms Office, with suite wide insights and machine learning.
Session by Cem Aykan and Ashok Kuppusamy.</description>
    </item>
    
    <item>
      <title>SPC14: SharePoint Conference 2014 Keynote </title>
      <link>https://melcher.dev/2014/03/spc14-sharepoint-conference-2014-keynote/</link>
      <pubDate>Mon, 03 Mar 2014 20:47:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-sharepoint-conference-2014-keynote/</guid>
      <description>Here are my notes about the SharePoint Conference 2014 Keynote “live” from Las Vegas.
Figures Opened by Jared Spataro.
10.000 people from 80 countries are attending this years SPC.
SharePoint has an incredible 500% user growth, double digit revenue growth – and growing.
Office 365: $1.5 billion, 60% of Fortune 500 companies are using it.
The Cloud is on fire!
President Bill Clinton When I became President there were 50 sites on the internet – in total.</description>
    </item>
    
    <item>
      <title>SPC14: What’s new for Office and SharePoint Developers </title>
      <link>https://melcher.dev/2014/03/spc14-whats-new-office-sharepoint-developers/</link>
      <pubDate>Mon, 03 Mar 2014 19:46:43 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-whats-new-office-sharepoint-developers/</guid>
      <description>Sub-Keynote for Developers &amp;ldquo;What&amp;rsquo;s new for Office and SharePoint Developers&amp;rdquo; by Brian Jones and Rob Lefferts.
This session will show what’s new in Office and SharePoint development and unveil new features and capabilities that demonstrate how the development model has evolved.
Figures 3.4 Million SharePoint Developers
1 Billion Office Users
They activly monitor social sites like StackOverflow and UserVoice to get feedback. They want more insight.
Context Apps They said is several times now – context is the new thing.</description>
    </item>
    
    <item>
      <title>SPC14: Refactoring Business Solutions into Apps for Office </title>
      <link>https://melcher.dev/2014/03/spc14-refactoring-business-solutions-apps-office/</link>
      <pubDate>Sun, 02 Mar 2014 22:03:24 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-refactoring-business-solutions-apps-office/</guid>
      <description>This session will focus in deep detail on one top 10 business scenario and showcase how it can be enabled with apps for Office. We will review the business scenario, the architectural considerations to enable this scenario in Windows Azure and apps for Office, as well as delving into the code behind the solution. Expect to see a lot and have experts available to you to answer any of your questions and concerns.</description>
    </item>
    
    <item>
      <title>SPC14: Migrating Traditional SharePoint Solutions to the App Model </title>
      <link>https://melcher.dev/2014/03/spc14-migrating-traditional-sharepoint-solutions-app-model/</link>
      <pubDate>Sun, 02 Mar 2014 19:05:14 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/03/spc14-migrating-traditional-sharepoint-solutions-app-model/</guid>
      <description>There are many business scenarios and solutions that have been built on the SharePoint 2010 platform that are critical to customers. As companies, partners, and solution providers look to move to the SharePoint 2013 platform, these solutions should be reimagined to leverage the new cloud app model and apps for SharePoint. This session will deep dive into the key scenarios and techniques of migrating the most common customization patterns from SharePoint 2010 solutions to apps for SharePoint.</description>
    </item>
    
    <item>
      <title>SharePoint 2013 Search: Navigate to first Page </title>
      <link>https://melcher.dev/2014/02/sharepoint-2013-search-navigate-first-page/</link>
      <pubDate>Mon, 24 Feb 2014 17:25:35 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/02/sharepoint-2013-search-navigate-first-page/</guid>
      <description>Sometimes clients come up with crazy requests “I can not go back to first page, this pagination is not good enough” – but this one was reasonable and SharePoint 2013 search is so easy customizable, lets take it as an exercise!
Everything is a Display Template As the caption says, you can change almost every design aspect in SharePoint 2013 Search by changing a html file (or a .js file if you are on Foundation) – this includes the general rendering of the search results and with it the pagination.</description>
    </item>
    
    <item>
      <title>SharePoint 2013 CU August 2013 – “Internet Information Services not installed” </title>
      <link>https://melcher.dev/2014/02/sharepoint-2013-cu-august-2013-internet-information-services-installed/</link>
      <pubDate>Mon, 24 Feb 2014 10:21:38 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/02/sharepoint-2013-cu-august-2013-internet-information-services-installed/</guid>
      <description>Today it was time to update my SharePoint 2013 installation from March PU 2013 to August 2013 CU - mostly because the Search Schema changed under the hood and I wanted to try something out for the awesome Search Query Tool.
Download Wow, 1.8GB patch – that is huge! Compared to the RTM version of SharePoint 2013 with 2.4GB they rewrote 75% - or the patching strategy is not that optimal.</description>
    </item>
    
    <item>
      <title>Recap: SharePoint User Group Munich – 01/21/2014 </title>
      <link>https://melcher.dev/2014/01/recap-sharepoint-user-group-munich-01212014/</link>
      <pubDate>Tue, 21 Jan 2014 20:36:48 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/01/recap-sharepoint-user-group-munich-01212014/</guid>
      <description>First User Group in Munich - with live streaming to google hangout - pretty cool stuff!
Session 1: Migrations and their pitfalls First session by Dennis Hobmaier (@DHobmaier) about SharePoint migrations.
Key take-aways: templates, custom-code, permissions, workflows are the main causes of trouble - thats new 😉
Session 2: Offerings for the SharePoint Community in Germany - or how to create a podcast Michael Greth (@mysharepoint) showed us the various offerings for the large SharePoint Community in Germany (there are around 30 User Groups):</description>
    </item>
    
    <item>
      <title>Install SharePointLogViewer with PowerShell </title>
      <link>https://melcher.dev/2014/01/install-sharepointlogviewer-powershell/</link>
      <pubDate>Mon, 13 Jan 2014 12:45:54 +0000</pubDate>
      
      <guid>https://melcher.dev/2014/01/install-sharepointlogviewer-powershell/</guid>
      <description>Another essential SharePoint tool found its way to the chocolatey gallery – this time it’s the awesome and feature-rich SharePointLogViewer.
Key Features:
View multiple SharePoint log files at once Search by any field Filter the log by any field File drag &amp;amp; drop support Live monitoring for entire farm Export filtered log entries Bookmark log entries Get popup notification of SharePoint log events from system tray Receive email notifications on errors Redirect log entries to event log Supports SharePoint 2007, 2010 and 2013 Installation After installing chocolatey you can install SharePointLogViewer with one line of Powershell:</description>
    </item>
    
    <item>
      <title>Bye bye 2013 – My Year With SharePoint </title>
      <link>https://melcher.dev/2013/12/bye-bye-2013-year-sharepoint/</link>
      <pubDate>Sun, 29 Dec 2013 22:32:04 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/12/bye-bye-2013-year-sharepoint/</guid>
      <description>Inspired by Wictor Wilén yearly blog series I try to summarize my year – last year I wanted to write one but I did not gather enough stuff to fill a page – lets try it again:
Wow, 2013 was an interesting year and the time has come for my annual blog post to sum up the year that soon has passed us and looking a bit into the crystal ball for the next one.</description>
    </item>
    
    <item>
      <title>SharePoint Toolbox: Color Palette Tool for Sharepoint 2013 </title>
      <link>https://melcher.dev/2013/12/sharepoint-toolbox-color-palette-tool-sharepoint-2013/</link>
      <pubDate>Mon, 16 Dec 2013 09:01:16 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/12/sharepoint-toolbox-color-palette-tool-sharepoint-2013/</guid>
      <description>Another episode of the toolbox – who thought this would happen again?
Teaser In this episode I show how to use the Color Palette Tool for SharePoint 2013 and show how easy it is to create Themes for SharePoint 2013 with it.
Video: English / German
Slides: slideshare.net/melchermaximilian/toolbox-color-palette-tool
Download: http://www.microsoft.com/en-us/download/details.aspx?id=38182
Side Note I bought a new microphone – a SAMSON Go Mic – and I am really happy with it. Do you like the sound quality?</description>
    </item>
    
    <item>
      <title>SharePoint 2013 Search Preview for Documents hosted in SharePoint 2010 </title>
      <link>https://melcher.dev/2013/11/sharepoint-2013-search-preview-documents-hosted-sharepoint-2010/</link>
      <pubDate>Fri, 22 Nov 2013 23:59:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/11/sharepoint-2013-search-preview-documents-hosted-sharepoint-2010/</guid>
      <description>Recently I talked to some clients because of a &amp;ldquo;Search-First&amp;rdquo; SharePoint 2013 migration (more about this topic will follow). During a training this week I got aware of a serious issue with the &amp;ldquo;Search-first&amp;rdquo; approach, especially with the really nice Office Web Apps 2013 Search Previews you get for free (read only!).
Problem Some clients want to start their migration with setting up a new SharePoint 2013 farm. This new farm then crawls the old SharePoint 2010 farm.</description>
    </item>
    
    <item>
      <title>Converting a Hyper-V VHD to VHDX – and shrink it </title>
      <link>https://melcher.dev/2013/11/converting-hyper-v-vhd-vhdx-shrink/</link>
      <pubDate>Tue, 12 Nov 2013 09:00:36 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/11/converting-hyper-v-vhd-vhdx-shrink/</guid>
      <description>Yesterday I thought its time to convert my SharePoint 2010 development environment Hyper-V vhd to a new vhdx.
Why bother? I used my environment hosted on my lovely Lenovo W520 to develop a migration tool to convert a SP2007 environment to a SP2010 environment. Therefore I needed ~300GB free space – easy with Hyper-V. Just extend your virtual drive and you are good to go. Afterwards you can easily shrink the disk back again – at least I thought so.</description>
    </item>
    
    <item>
      <title>After the ShareCamp is BEFORE the ShareCamp </title>
      <link>https://melcher.dev/2013/09/sharecamp-sharecamp/</link>
      <pubDate>Sun, 08 Sep 2013 09:00:10 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-sharecamp/</guid>
      <description>A ShareCamp.at Retrospective My colleague Sebastian and I arrived at ShareCamp in Vienna (Austria) at Friday evening. And it started well – we meet a lot of people very known in the German – and now Austrian Community. To name a bunch: Toni Pohl, Martina Grom, Christian Glessner, Thorsten Hans, Hans Brender, Heike Ritter - not a complete list. We had a, lets call it pre-conference party. A great start of a ShareCamp.</description>
    </item>
    
    <item>
      <title>ShareCamp.at: App Dev </title>
      <link>https://melcher.dev/2013/09/sharecamp-app-dev/</link>
      <pubDate>Sun, 08 Sep 2013 03:41:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-app-dev/</guid>
      <description>Thorsten Hans (@ThorstenHans) and Christian Glessner (@cglessner) showed us how to develop SharePoint Apps (SharePoint hosted, Provider hosted).
Live coding Thorsten recommended to use the REST calls instead the JS client object model – they are faster and “more” future-proof.
Their experience was that autohosted is a little odd, the price conditions are not very clear. So there is provider hosted (Azure) or SharePoint hosted remaining.
Key takeaway I really like their sessions – zero slides sessions – good content.</description>
    </item>
    
    <item>
      <title>ShareCamp.at: Windows Azure Mobile Services </title>
      <link>https://melcher.dev/2013/09/sharecamp-windows-azure-mobile-services/</link>
      <pubDate>Sat, 07 Sep 2013 13:58:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-windows-azure-mobile-services/</guid>
      <description>Thorsten Hans (@ThorstenHans) showed a lot of examples how to send notifications via Windows Azure Mobile Services.
The story was “Build a contact form” with push notifications
As a Windows 8 App As a SharePoint App Key takeaway Easy, fast – good stuff. Wondering if the push based messages are based on SignalR.
The session was good fun, thanks Thorsten!</description>
    </item>
    
    <item>
      <title>ShareCamp.at: TypeScript </title>
      <link>https://melcher.dev/2013/09/sharecamp-typescript/</link>
      <pubDate>Sat, 07 Sep 2013 12:34:37 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-typescript/</guid>
      <description>Session about TypeScript and SharePoint by Martin Groblschegg
Short introduction about TypeScript
TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript, and essentially adds optional static typing and class-based object oriented programming to the language. Anders Hejlsberg, lead architect of C#, has worked on development of TypeScript.
TypeScript extends JavaScript syntax, so any existing JavaScript programs work with TypeScript without any changes.</description>
    </item>
    
    <item>
      <title>ShareCamp.at: Apps or Farm Solutions? </title>
      <link>https://melcher.dev/2013/09/sharecamp-apps-farm-solutions/</link>
      <pubDate>Sat, 07 Sep 2013 11:37:35 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-apps-farm-solutions/</guid>
      <description>Controversial discussion about the new App Model and very nice experience sharing.
Here are my key questions and thoughts about the session by Christian Groß.
Deployment? What are the limits and advantages Security – when you trust you can choose what rights the app has. Technology independent (Coose what every technology you want, e.g. .NET version) Life cycle – when you update you app you have to update the app on each subscriber web.</description>
    </item>
    
    <item>
      <title>ShareCamp.at: Extending Visual Studio SharePoint Tools </title>
      <link>https://melcher.dev/2013/09/sharecamp-extending-visual-studio-sharepoint-tools/</link>
      <pubDate>Sat, 07 Sep 2013 11:35:31 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/09/sharecamp-extending-visual-studio-sharepoint-tools/</guid>
      <description>Peter Holpar showed us how to extend the Visual Studio Tools for SharePoint.
Implementation The creation of a Visual Studio Extension is basically a custom class that implements some interfaces. The biggest problem is that the documentation is not that good – Peter told us that it needs a lot of debugging to get things working.
PreReqs Get the Visual Studio 2012/2013 SDK and you need, of course, an installed SharePoint because of the assemblies.</description>
    </item>
    
    <item>
      <title>TechEd 2013: Best Practices in Virtualizing and Managing Microsoft SharePoint with Microsoft System Center and Windows Server </title>
      <link>https://melcher.dev/2013/06/teched-2013-best-practices-in-virtualizing-and-managing-microsoft-sharepoint-with-microsoft-system-center-and-windows-server/</link>
      <pubDate>Fri, 28 Jun 2013 13:49:37 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-best-practices-in-virtualizing-and-managing-microsoft-sharepoint-with-microsoft-system-center-and-windows-server/</guid>
      <description>&lt;p&gt;Session by &lt;a href=&#34;http://channel9.msdn.com/Events/Speakers/simon-skinner&#34;&gt;Simon Skinner&lt;/a&gt; (&lt;a href=&#34;http://twitter.com/CymonSkinner&#34;&gt;@CymonSkinner&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/image23.png&#34;&gt;&lt;img style=&#34;background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;&#34; title=&#34;image&#34; alt=&#34;image&#34; src=&#34;http://melcher.it/wp-content/uploads/image_thumb23.png&#34; width=&#34;244&#34; height=&#34;139&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;SharePoint is now a company standard, but what is supported, sensible, or even practicable? How do we go about monitoring and managing SharePoint? In this session, we discuss the virtualization path and best practices using Hyper-V for high availability and why virtualization makes sense. […]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here are my notes:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Authentication and Authorization Infrastructure in Microsoft SharePoint 2013 </title>
      <link>https://melcher.dev/2013/06/teched-2013-authentication-and-authorization-infrastructure-in-microsoft-sharepoint-2013/</link>
      <pubDate>Fri, 28 Jun 2013 11:12:11 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-authentication-and-authorization-infrastructure-in-microsoft-sharepoint-2013/</guid>
      <description>&lt;p&gt;Session by &lt;a href=&#34;http://channel9.msdn.com/Events/Speakers/paolo-pialorsi&#34;&gt;Paolo Pialorsi&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/PaoloPia&#34;&gt;@PaoloPia&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/image21.png&#34;&gt;&lt;img style=&#34;background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;&#34; title=&#34;image&#34; alt=&#34;image&#34; src=&#34;http://melcher.it/wp-content/uploads/image_thumb21.png&#34; width=&#34;244&#34; height=&#34;139&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In this session, you learn how authentication and authorization work in SharePoint 2013, either when handling direct users’ requests, or running requests for SharePoint apps. In particular, see how to federate with an external Identity Provider like Windows Azure ACS to authenticate users and then authorize them in SharePoint, leveraging claims.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;There is one Level 400 session (highest) – guess what&amp;rsquo;s it about? Right, Authentication.&lt;/p&gt;
&lt;p&gt;Here are my session notes.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Microsoft SharePoint 2013 Administration </title>
      <link>https://melcher.dev/2013/06/teched-2013-microsoft-sharepoint-2013-administration/</link>
      <pubDate>Thu, 27 Jun 2013 16:11:22 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-microsoft-sharepoint-2013-administration/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.sharepoint-voodoo.net/&#34;&gt;Corey Burke&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/cburke007&#34;&gt;@cburke007&lt;/a&gt;) and Todd Klindt (&lt;a href=&#34;https://twitter.com/toddklindt&#34;&gt;@toddklindt&lt;/a&gt;)– Entertaining SharePoint Administration&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/image20.png&#34;&gt;&lt;img style=&#34;background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;&#34; title=&#34;image&#34; alt=&#34;image&#34; src=&#34;http://melcher.it/wp-content/uploads/image_thumb20.png&#34; width=&#34;244&#34; height=&#34;139&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In this session, we cover what&amp;rsquo;s new in SharePoint 2013. First, we cover installing SharePoint 2013 and configuring your new farm. This session provides what to need to start planning your new SharePoint 2013 farm and dovetails nicely into Part 2, which covers changes in SharePoint 2013 the SharePoint administrator should know about. We cover changes to how you’ll plan your farm topology. We also cover the changes to the Search service application and how that impacts scale. Finally, we spend some time talking about everyone’s favorite part of SharePoint Server, the User Profile Service.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That’s quite a lot for one session – but Todd is a fast speaker. The session also includes cheap jokes about SharePoint Developers, guaranteed!&lt;/p&gt;
&lt;p&gt;So here are my session notes:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Optimizing Microsoft SQL Server 2012 for SharePoint 2013 </title>
      <link>https://melcher.dev/2013/06/teched-2013-optimizing-microsoft-sql-server-2012-for-sharepoint-2013/</link>
      <pubDate>Thu, 27 Jun 2013 11:09:27 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-optimizing-microsoft-sql-server-2012-for-sharepoint-2013/</guid>
      <description>&lt;p&gt;If SQL Server does not perform, SharePoint can not show its full potential – to quote the session description:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;More than 90% of the content accessed via SharePoint is stored in SQL Server and without the correct configuration of SQL Server it can have a detrimental impact on the performance of SharePoint. Regardless of whether you have a dedicated DBA or the SharePoint administrator is also the DBA there are critical SQL Server configurations that can be made that will optimize SharePoint […]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/image18.png&#34;&gt;&lt;img style=&#34;background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;&#34; title=&#34;image&#34; alt=&#34;image&#34; src=&#34;http://melcher.it/wp-content/uploads/image_thumb18.png&#34; width=&#34;244&#34; height=&#34;139&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are my session about the session by &lt;a href=&#34;http://channel9.msdn.com/Events/Speakers/brian-alderman&#34;&gt;Brian Alderman&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/brianalderman&#34;&gt;@brianalderman&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Step by Step: Search Development in Microsoft SharePoint 2013 </title>
      <link>https://melcher.dev/2013/06/teched-2013-step-by-step-search-development-in-microsoft-sharepoint-2013/</link>
      <pubDate>Thu, 27 Jun 2013 09:18:16 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-step-by-step-search-development-in-microsoft-sharepoint-2013/</guid>
      <description>&lt;p&gt;Another search session – good times!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Windows is the Future </title>
      <link>https://melcher.dev/2013/06/teched-2013-windows-is-the-future/</link>
      <pubDate>Thu, 27 Jun 2013 08:48:26 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-windows-is-the-future/</guid>
      <description>&lt;p&gt;This keynote is, as the title indicates, all about Windows 8.1.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/IMG_2200.jpg&#34;&gt;&lt;img style=&#34;background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;&#34; title=&#34;IMG_2200&#34; alt=&#34;IMG_2200&#34; src=&#34;http://melcher.it/wp-content/uploads/IMG_2200_thumb.jpg&#34; width=&#34;244&#34; height=&#34;184&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My takeaways and impressions after the jump.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Continuous Deployment with Team Foundation Service and Team Foundation Server 2012 </title>
      <link>https://melcher.dev/2013/06/teched-2013-continuous-deployment-with-team-foundation-service-and-team-foundation-server-2012/</link>
      <pubDate>Wed, 26 Jun 2013 16:20:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-continuous-deployment-with-team-foundation-service-and-team-foundation-server-2012/</guid>
      <description>&lt;p&gt;Session by &lt;a href=&#34;http://channel9.msdn.com/Events/Speakers/Brian-Randell&#34;&gt;Brian Randell&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/brianrandell&#34;&gt;@brianrandell&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/2013-06-26T18-18-07_0.jpg&#34;&gt;&lt;img style=&#34;background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;&#34; title=&#34;2013-06-26T18-18-07_0&#34; alt=&#34;2013-06-26T18-18-07_0&#34; src=&#34;http://melcher.it/wp-content/uploads/2013-06-26T18-18-07_0_thumb.jpg&#34; width=&#34;244&#34; height=&#34;184&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It started with music – and then Brian started a great session. Here are my notes!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Microsoft SharePoint 2013 and Office 365 Upgrade and Migration: Strategy and Tactics </title>
      <link>https://melcher.dev/2013/06/teched-2013-microsoft-sharepoint-2013-and-office-365-upgrade-and-migration-strategy-and-tactics/</link>
      <pubDate>Wed, 26 Jun 2013 15:02:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-microsoft-sharepoint-2013-and-office-365-upgrade-and-migration-strategy-and-tactics/</guid>
      <description>&lt;p&gt;Session by &lt;a href=&#34;http://danholme.wordpress.com/&#34;&gt;Dan Holme&lt;/a&gt; (&lt;a href=&#34;http://twitter.com/danholme&#34;&gt;@danholme&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/2013-06-26T16-32-31_0.jpg&#34;&gt;&lt;img style=&#34;background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;&#34; title=&#34;2013-06-26T16-32-31_0&#34; alt=&#34;2013-06-26T16-32-31_0&#34; src=&#34;http://melcher.it/wp-content/uploads/2013-06-26T16-32-31_0_thumb.jpg&#34; width=&#34;244&#34; height=&#34;184&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is one of my most anticipated sessions at this years TechEd. Part of my job is it to consult my clients why, when and how they can migrate to SharePoint 2013, so this is a perfect session for me. Here are my notes from Dan’s Session – with many quotes because they rock and have totally influenced my decisions in the past!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: IaaS: Hosting a Microsoft SharePoint 2013 Farm on Windows Azure </title>
      <link>https://melcher.dev/2013/06/teched-2013-iaas-hosting-a-microsoft-sharepoint-2013-farm-on-windows-azure/</link>
      <pubDate>Wed, 26 Jun 2013 11:05:21 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-iaas-hosting-a-microsoft-sharepoint-2013-farm-on-windows-azure/</guid>
      <description>&lt;p&gt;Session by &lt;a href=&#34;http://channel9.msdn.com/Events/Speakers/michael-washam&#34;&gt;Michael Washam&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/MWashamMS&#34; title=&#34;https://twitter.com/MWashamMS&#34;&gt;@MWashamMS&lt;/a&gt;) how to provision SharePoint 2013 in Windows Azure Virtual Machines.&lt;/p&gt;
&lt;p&gt;Session notes after the jump.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: The Inside Man: Surviving the Ultimate Cyber Threat </title>
      <link>https://melcher.dev/2013/06/teched-2013-the-inside-man-surviving-the-ultimate-cyber-threat/</link>
      <pubDate>Wed, 26 Jun 2013 10:08:39 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-the-inside-man-surviving-the-ultimate-cyber-threat/</guid>
      <description>&lt;p&gt;Okay, this is a session out of my usual scope. The title of the session caught me and as it seems it was totally worth it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/2013-06-26T10-44-51_1.jpg&#34;&gt;&lt;img style=&#34;background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;&#34; title=&#34;2013-06-26T10-44-51_1&#34; alt=&#34;2013-06-26T10-44-51_1&#34; src=&#34;http://melcher.it/wp-content/uploads/2013-06-26T10-44-51_1_thumb.jpg&#34; width=&#34;244&#34; height=&#34;184&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are my session takeaways.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Search Architecture, Sizing, and Migration in Microsoft SharePoint 2013 </title>
      <link>https://melcher.dev/2013/06/teched-2013-search-architecture-sizing-and-migration-in-microsoft-sharepoint-2013/</link>
      <pubDate>Wed, 26 Jun 2013 08:25:30 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-search-architecture-sizing-and-migration-in-microsoft-sharepoint-2013/</guid>
      <description>&lt;p&gt;From the session description:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Successful SharePoint deployments have one thing in common: great search!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, true – here are my session notes from the Search Architecture, Sizing, and Migration in Microsoft SharePoint 2013 session.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Entity Framework 6 </title>
      <link>https://melcher.dev/2013/06/teched-2013-entity-framework-6/</link>
      <pubDate>Tue, 25 Jun 2013 14:20:41 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-entity-framework-6/</guid>
      <description>&lt;p&gt;Session by Glenn Condron&lt;/p&gt;
&lt;p&gt;Okay, this room is packed – there is some serious interest in this topic.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://melcher.it/wp-content/uploads/2013-06-25T15-12-21_0.jpg&#34;&gt;&lt;img style=&#34;background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;&#34; title=&#34;2013-06-25T15-12-21_0&#34; alt=&#34;2013-06-25T15-12-21_0&#34; src=&#34;http://melcher.it/wp-content/uploads/2013-06-25T15-12-21_0_thumb.jpg&#34; width=&#34;244&#34; height=&#34;184&#34; border=&#34;0&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are my notes from the session.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Teched 2013: Microsoft SQL Server 2014 In-Memory OLTP: Overview </title>
      <link>https://melcher.dev/2013/06/teched-2013-microsoft-sql-server-2014-in-memory-oltp-overview/</link>
      <pubDate>Tue, 25 Jun 2013 12:21:31 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-microsoft-sql-server-2014-in-memory-oltp-overview/</guid>
      <description>&lt;p&gt;In-Memory is the big new thing - here are my notes from the session!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Microsoft Office &amp; SharePoint 2013 Development: Introduction to the New Cloud App Model </title>
      <link>https://melcher.dev/2013/06/teched-2013-microsoft-office-sharepoint-2013-development-introduction-to-the-new-cloud-app-model/</link>
      <pubDate>Tue, 25 Jun 2013 12:17:16 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-microsoft-office-sharepoint-2013-development-introduction-to-the-new-cloud-app-model/</guid>
      <description>&lt;p&gt;Session by Rolando Jimenez&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Build a new class of apps that extend and personalize the way we create and consume information right from within Office…&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013: Keynote: Cloud OS – It’s time </title>
      <link>https://melcher.dev/2013/06/teched-2013-keynote-cloud-os-its-time/</link>
      <pubDate>Tue, 25 Jun 2013 11:55:13 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-keynote-cloud-os-its-time/</guid>
      <description>&lt;p&gt;First keynote here with Brad Anderson (Vice President at Microsoft) and others.&lt;/p&gt;
&lt;p&gt;Lots of impressions, he covered most of the new stuff.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TechEd 2013 – My Schedule with a touch of SharePoint </title>
      <link>https://melcher.dev/2013/06/teched-2013-my-schedule-with-a-touch-of-sharepoint/</link>
      <pubDate>Sun, 23 Jun 2013 12:53:02 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/teched-2013-my-schedule-with-a-touch-of-sharepoint/</guid>
      <description>&lt;p&gt;I roughly finished my Schedule for Teched 2013 (#Tee13) in Madrid – I will blog summaries about the sessions I attend.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>SharePoint 2013: Term Store Management Tool and TargetFramework 4.5 plus SignalR </title>
      <link>https://melcher.dev/2013/06/sharepoint-2013-term-store-management-tool-and-targetframework-4-5-plus-signalr/</link>
      <pubDate>Mon, 17 Jun 2013 21:10:25 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/sharepoint-2013-term-store-management-tool-and-targetframework-4-5-plus-signalr/</guid>
      <description>In certain situation you want to allow that your SharePoint can utilize the new .NET 4.5 functions – this includes WebSockets for instance. In order to get his running, you have to change the web.config of the corresponding Web Application.
Disclaimer: Use this on your own risk and try it in a TEST or DEV environment first – the change can take down your SharePoint Farm or break core functions! Manual approach This is a step by step manual how to set the values that your SharePoint targets .</description>
    </item>
    
    <item>
      <title>Install SharePoint Designer with PowerShell – Chocolatey SharePoint </title>
      <link>https://melcher.dev/2013/06/install-sharepoint-designer-with-powershell-chocolatey-sharepoint/</link>
      <pubDate>Sun, 16 Jun 2013 15:20:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/install-sharepoint-designer-with-powershell-chocolatey-sharepoint/</guid>
      <description>&lt;p&gt;Almost weekly there is a new tool that you can install with the very awesome chocolatey. In the case you have not heard about chocolatey, its a package manager for Windows similar to apt-get for linux - in other words: You can install tools/software with 1 line of Powershell.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Updated chocolatey with more tools </title>
      <link>https://melcher.dev/2013/06/updated-chocolatey-with-more-tools/</link>
      <pubDate>Sun, 02 Jun 2013 12:12:34 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/06/updated-chocolatey-with-more-tools/</guid>
      <description>A good day for automation lovers! @avishnyakov (http://spdevlab.com/) contributed 5 SharePoint packages to my ChocolateySharePointPackages repository. See his blog post here.
Added packages! Today I pushed them to the chocolatey gallery and you can install them with 1 line of PowerShell.
cinst PowerGUIVSX Installs the PowerGui Visual Studio Extension cint SP2013PreReqs Installs all SharePoint 2013 PreRequisites cinst SPSF Installs the SharePoint Software Factory cinst SPCAF Installs the SharePoint Code Analysis Framework Want more?</description>
    </item>
    
    <item>
      <title>SharePoint for your ears! </title>
      <link>https://melcher.dev/2013/05/sharepoint-for-your-ears/</link>
      <pubDate>Sun, 26 May 2013 17:02:14 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/05/sharepoint-for-your-ears/</guid>
      <description>SharePoint is such a great product that there is always something I have not heard yet (or already forgot) and my day has only 24 hours. I try to read a lot on SharePoint Stack Exchange / Twitter / Technet– but that’s only possible if I am close to a PC. Because of that and because cleaning up the house or washing dishes without SharePoint is boring I listen to quite a lot podcasts.</description>
    </item>
    
    <item>
      <title>Powershell: Enable Refiner Count for SharePoint 2013 Search Results </title>
      <link>https://melcher.dev/2013/05/powershell-enable-refiner-count-for-sharepoint-2013-search-results/</link>
      <pubDate>Thu, 23 May 2013 16:30:58 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/05/powershell-enable-refiner-count-for-sharepoint-2013-search-results/</guid>
      <description>The refiner count is a very useful indicator in the Search Center whether the click on the refinement is worth it or nor – and the implementation is so intuitive that even end-users understands it. But: It is disabled by default in SharePoint 2013. This post shows you how to enable the Refiner Count for SharePoint 2013 - manually and with PowerShell.
Refiner Count in SharePoint 2010 The refiner count was introduced in SharePoint 2010 and is a FAST for SharePoint feature.</description>
    </item>
    
    <item>
      <title>Install Office Web Apps 2013 for SharePoint 2013 – with PDF Preview </title>
      <link>https://melcher.dev/2013/05/install-office-web-apps-2013-for-sharepoint-2013-with-pdf-preview/</link>
      <pubDate>Fri, 17 May 2013 17:57:58 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/05/install-office-web-apps-2013-for-sharepoint-2013-with-pdf-preview/</guid>
      <description>Preview of Office Documents (this includes PDF) is a huge benefit when you are searching for information – you can quickly identify if the document is the one you are looking for or skimming/scanning a document efficiently. To get the preview up and running you have to install Office Web Apps 2013 – PDF preview was added in March Public Update 2013 – that’s great, many clients have asked me why there is no support in the 2010 stack.</description>
    </item>
    
    <item>
      <title>Powershell: Efficiently empty large SharePoint lists </title>
      <link>https://melcher.dev/2013/05/powershell-efficiently-empty-large-sharepoint-lists/</link>
      <pubDate>Fri, 03 May 2013 12:01:24 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/05/powershell-efficiently-empty-large-sharepoint-lists/</guid>
      <description>Previously I had a little console app to efficiently empty large SharePoint lists. Today I converted it to powershell.
SharePoint Online? Read this: Efficiently empty a large Sharepoint Online List
Compared to the simple item by item delete with item.Delete() its 30 times faster; on my dev machine it deletes ~30 items per second. It works for SharePoint 2010 and should for 2013 (not tested, yet).
Script param($weburl,$listname) if ($weburl -eq $null -or $listname -eq $null) { write-host -foregroundcolor red &#34;</description>
    </item>
    
    <item>
      <title>ShareCamp 2013 – Recap and session slides </title>
      <link>https://melcher.dev/2013/04/sharecamp-2013-recap-and-session-slides/</link>
      <pubDate>Mon, 15 Apr 2013 20:10:40 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/04/sharecamp-2013-recap-and-session-slides/</guid>
      <description>ShareCamp 2013 took place at Microsoft’s office here in Munich last weekend (4/12/2013-4/14/2013) and it was a BLAST.
Sharecamp 2013 - before it began. Picture taken by Michael Greth Saturday, 9:00am. 200 SharePointers voting for sessions What I totally like was the open but still professional style of the barcamp – every attendee was allowed to suggest one or more presentation topic. After receiving more than 5 votes from the 200 attendees you got a session slot assigned (room and time).</description>
    </item>
    
    <item>
      <title>FAST for SharePoint 2010 – Cumulative Update August 2012 </title>
      <link>https://melcher.dev/2013/04/fast-for-sharepoint-2010-cumulative-update-august-2012/</link>
      <pubDate>Fri, 05 Apr 2013 11:13:19 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/04/fast-for-sharepoint-2010-cumulative-update-august-2012/</guid>
      <description>The Cumulative Update August 2012 for FAST Search Server for SharePoint 2010 is out for a while now – seems like nobody has tried this one yet. Or quality control has happened…
Updating FAST Search When you install a service pack or a cumulative update for FAST you have to run the setup and then you have to start a FAST powershell and start “psconfig –action p” – otherwise your search won’t work because SAM Worker process is dead.</description>
    </item>
    
    <item>
      <title>#SharePoint 2013 Search – The gatherer service cannot be initialized </title>
      <link>https://melcher.dev/2013/03/sharepoint-2013-search-the-gatherer-service-cannot-be-initialized/</link>
      <pubDate>Tue, 19 Mar 2013 16:30:25 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/03/sharepoint-2013-search-the-gatherer-service-cannot-be-initialized/</guid>
      <description>I installed SharePoint 2013 on a test system yesterday and was faced with the problem that the search, after successfully provisioning it - did not work. Boo!
Symptoms There are several noticeable Symptoms
The crawl log shows 1 Top Level Error and 1 Error:
Crawl log with 1 Top Level Error and 1 Error The Eventlog shows some warnings and an error
Eventlog with the error &#34;The gatherer service cannot be initialized&#34;</description>
    </item>
    
    <item>
      <title>Chocolatey: Created two new SharePoint “Helpers” for lazy developers </title>
      <link>https://melcher.dev/2013/03/chocolatey-created-two-new-sharepoint-helpers/</link>
      <pubDate>Tue, 12 Mar 2013 16:30:39 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/03/chocolatey-created-two-new-sharepoint-helpers/</guid>
      <description>I mentioned Chocolatey and Powershell quite often in the last time, today I created two little helpers and uploaded them to the chocolatey gallery.
The two super-awesome (and simple) packages called SharePoint.HiveShortcut.Desktop and SharePoint.HiveShortCut.Explorer - and the name indicates it, they create shortcuts to the hive folder.
I could just upload the two lines of powershell on this blog, but I totally like the Chocolatey approach - makes it easy for everyone.</description>
    </item>
    
    <item>
      <title>SharePoint Toolbox #012: AutoSPSourceBuilder </title>
      <link>https://melcher.dev/2013/03/sharepoint-toolbox-012-autospsourcebuilder/</link>
      <pubDate>Mon, 11 Mar 2013 16:30:00 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/03/sharepoint-toolbox-012-autospsourcebuilder/</guid>
      <description>Today a new webcast on the SharePoint Toolbox was released. It&amp;rsquo;s about the very cool AutoSPSourcebuilder powershell script.
Summary The webcast shows you how to create SharePoint 2013 installer package with bundled Prerequisites (so you can install SharePoint without Internet-Connection) and includes the SharePoint 2013 Cumulative Update December 2012. Language packs or even Service packs could be added, too.
Its available in English and German.
Feedback, questions or tool suggestions much appreciated.</description>
    </item>
    
    <item>
      <title>Powershell: List all IIS WebApplications (.net version, state, identity) </title>
      <link>https://melcher.dev/2013/03/powershell-list-all-iis-webapplications-net-version-state-identity/</link>
      <pubDate>Wed, 06 Mar 2013 18:30:04 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/03/powershell-list-all-iis-webapplications-net-version-state-identity/</guid>
      <description>Short powershell script to list all IIS Web Applications with the .net version, the state of the Web Application and the assigned user/identity.
try{ Import-Module WebAdministration Get-WebApplication $webapps = Get-WebApplication $list = @() foreach ($webapp in get-childitem IIS:\AppPools\) { $name = &amp;#34;IIS:\AppPools\&amp;#34; + $webapp.name $item = @{} $item.WebAppName = $webapp.name $item.Version = (Get-ItemProperty $name managedRuntimeVersion).Value $item.State = (Get-WebAppPoolState -Name $webapp.name).Value $item.UserIdentityType = $webapp.processModel.identityType $item.Username = $webapp.processModel.userName $item.Password = $webapp.processModel.password $obj = New-Object PSObject -Property $item $list += $obj } $list | Format-Table -a -Property &amp;#34;WebAppName&amp;#34;, &amp;#34;Version&amp;#34;, &amp;#34;State&amp;#34;, &amp;#34;UserIdentityType&amp;#34;, &amp;#34;Username&amp;#34;, &amp;#34;Password&amp;#34; }catch { $ExceptionMessage = &amp;#34;Error in Line: &amp;#34; + $_.</description>
    </item>
    
    <item>
      <title>Chocolatey Package: SharePoint 2013 Search Query Tool </title>
      <link>https://melcher.dev/2013/02/chocolatey-package-sharepoint-2013-search-query-tool/</link>
      <pubDate>Sat, 09 Feb 2013 10:00:04 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/02/chocolatey-package-sharepoint-2013-search-query-tool/</guid>
      <description>I am a huge fan of automation and powershell - this should explain why I really love chocolatey (a package manager to install software with powershell).
Today I created a new feed for SharePoint 2013 Development Tools: http://www.myget.org/feed/Packages/sharepoint2013dev and uploaded the very cool SharePoint 2013 Search Query Tool to the chocolatey gallery. This tool helps creating and testing search querries - and search is everywhere in SharePoint 2013!
After installing chocolatey you can get a great starter toolset with one line of powershell:</description>
    </item>
    
    <item>
      <title>SharePoint 2013 Design Manager: Map network drive on Windows Server 2012 </title>
      <link>https://melcher.dev/2013/02/sharepoint-2013-design-manager-connect-network-drive-on-windows-server-2012/</link>
      <pubDate>Thu, 07 Feb 2013 14:41:05 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/02/sharepoint-2013-design-manager-connect-network-drive-on-windows-server-2012/</guid>
      <description>So the best way to adjust and edit MasterPages and DisplayTemplates in SharePoint 2013 is to map a network drive and edit the files directly there or copy them to this location.
If your SharePoint is hosted on Windows Server 2012 this does not work without configuration – I am really surprised that the config wizard or the PreRequisite Installer does not add the required service – but lets just focus on the solution.</description>
    </item>
    
    <item>
      <title>Cache cluster is down, restart the cache cluster and Retry </title>
      <link>https://melcher.dev/2013/02/cache-cluster-is-down-restart-the-cache-cluster-and-retry/</link>
      <pubDate>Tue, 05 Feb 2013 08:16:24 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/02/cache-cluster-is-down-restart-the-cache-cluster-and-retry/</guid>
      <description>Had a small issue with my SharePoint 2013 MySite today, I could not update a User Profile in Central Admin – this is what I got from the ULS Log:
ULSViewer: The exception is pointing us in the right direction. The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 104963a2-b53c-4476-bc23-fa7d6453e42f) threw an exception. More information is included below. Unexpected exception in FeedCacheService.IsRepopulationNeeded: Cache cluster is down, restart the cache cluster and Retry.</description>
    </item>
    
    <item>
      <title>My Links in SharePoint 2013 </title>
      <link>https://melcher.dev/2013/01/my-links-in-sharepoint-2013/</link>
      <pubDate>Fri, 04 Jan 2013 16:30:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/01/my-links-in-sharepoint-2013/</guid>
      <description>the My Links “vanished” in SharePoint 2010 – they were no longer visible. The Problem: Some clients heavily utilize those server-side favorites.
SharePoint 2010 The links are stored in the Database and the controls to manage the favorites and the page for that is there. Luckily the migration from SP2007 to SP2010 migrated the links, too. Just the control in the ribbon was missing – but there is a very good codeplex solution for that.</description>
    </item>
    
    <item>
      <title>Powershell: Create the BDC Service Application for SharePoint 2013 </title>
      <link>https://melcher.dev/2013/01/powershell-create-the-bdc-service-application-for-sharepoint-2013/</link>
      <pubDate>Wed, 02 Jan 2013 12:40:42 +0000</pubDate>
      
      <guid>https://melcher.dev/2013/01/powershell-create-the-bdc-service-application-for-sharepoint-2013/</guid>
      <description>Here a small script to provision the Business Data Connectivity Service Application-without ugly GUID in the database name.
Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue #Settings $ServiceName = &#34;BDC Service&#34; $ServiceProxyName = &#34;BDC Proxy&#34; $AppPoolAccount = &#34;demo\spservices&#34; $AppPoolName = &#34;SharePoint Services App Pool&#34; $DatabaseServer = &#34;sp2013&#34; $DatabaseName = &#34;SP2013 BDC&#34; Write-Host -ForegroundColor Yellow &#34;Checking if Application Pool Accounts exists&#34; $AppPoolAccount = Get-SPManagedAccount -Identity $AppPoolAccount -EA 0 if($AppPoolAccount -eq $null) { Write-Host &#34;Please supply the password for the Service Account.</description>
    </item>
    
    <item>
      <title>SharePoint ToolBox: #010 SharePoint 2010 BlobCache Manager </title>
      <link>https://melcher.dev/2012/12/sharepoint-toolbox-010-sharepoint-2010-blobcache-manager/</link>
      <pubDate>Mon, 17 Dec 2012 14:08:47 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/12/sharepoint-toolbox-010-sharepoint-2010-blobcache-manager/</guid>
      <description>I created another episode of the SharePoint Toolbox: SharePoint 2010 BlobCache Manager.
First time I reviewed the solution with a performance evaluation and the first time ever I contributed to a Codeplex project - interesting times!
You can watch it in English or German.
Abstract The SharePoint 2010 BlobCache Manager enables you to control the BlobCache settings from Central Admin. You don’t have to maintain these settings on each web frontend manually.</description>
    </item>
    
    <item>
      <title>SignalR in SharePoint 2013 – the real-time web is coming! </title>
      <link>https://melcher.dev/2012/12/signalr-in-sharepoint-2013-the-real-time-web-is-coming/</link>
      <pubDate>Fri, 14 Dec 2012 23:05:31 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/12/signalr-in-sharepoint-2013-the-real-time-web-is-coming/</guid>
      <description>If you never heard of SignalR – it’s a real-time web framework for bi-directional communication between a client and server – in short: your server (here SharePoint) can notify a client that something very important happened. Let’s say you want to have Task List and a Dashboard where you can see how many tasks are open (you can watch this example here by Matt Menezes)– in real-time, without hitting F5 permanently and without having an AJAX function polling the list every second.</description>
    </item>
    
    <item>
      <title>SharePoint 2013: Federated Search Deep Dive – Twitter </title>
      <link>https://melcher.dev/2012/11/sharepoint-2013-federated-search-deep-dive-twitter/</link>
      <pubDate>Tue, 27 Nov 2012 12:46:08 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/11/sharepoint-2013-federated-search-deep-dive-twitter/</guid>
      <description>SharePoint Search Federation is a really underrated feature if you ask me. You can greatly improve your company’s knowledge management and create a single point of entry to all kind of data. Federation comes into play when you can not crawl the data source (too big or too complex).
With SharePoint 2013 and the very cool query templates you have literally thousand of options (to be honest you had them before but with XSLT its not that much fun) to enhance your search results.</description>
    </item>
    
    <item>
      <title>Finally a new blog theme… with mobile support! </title>
      <link>https://melcher.dev/2012/11/finally-a-new-blog-theme-with-mobile-support/</link>
      <pubDate>Mon, 26 Nov 2012 18:14:38 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/11/finally-a-new-blog-theme-with-mobile-support/</guid>
      <description>Finally I found some time for a new theme - maybe a motivation to release a couple of blog posts (I have a lot of drafts). The mobile support (fully responsive!) was really needed!
Do you like it? </description>
    </item>
    
    <item>
      <title>Get ALL your #SharePoint tools installed in 20 minutes </title>
      <link>https://melcher.dev/2012/11/get-all-your-sharepoint-tools-installed-in-20-minutes/</link>
      <pubDate>Mon, 12 Nov 2012 14:43:42 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/11/get-all-your-sharepoint-tools-installed-in-20-minutes/</guid>
      <description>A while ago I wrote about chocolatey and how to install a lot tools automatically. Thats especially handy if you have to set up a new environment for SharePoint 2013 RTM…
Now even more Today and yesterday I added two more packages - two tools that I always use and now I can add them in my scripted setup: ULSViewer and CKSDEV (Server)
CKSDev The Visual Studio Extension is installed if you have a Visual Studio 2010 or 2012 installed.</description>
    </item>
    
    <item>
      <title>SharePoint 2013: Replace the PDF icon </title>
      <link>https://melcher.dev/2012/09/sharepoint-2013-replace-the-pdf-icon/</link>
      <pubDate>Tue, 18 Sep 2012 11:55:13 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/09/sharepoint-2013-replace-the-pdf-icon/</guid>
      <description>Icon madness I uploaded a PDF to SharePoint 2013 and noticed that the PDD icon is not the official and recognizable Adobe PDF icon. In this article I will tell you how to replace the SharePoint 2013 PDF icon.
OOTB PDF icon from SharePoint 2013 Is it a document with a belt or what ? Nevermind I don’t like it and I am very certain that most of the users out there do not recognize the icon – and that is the main purpose of the icon right?</description>
    </item>
    
    <item>
      <title>Install all the good SharePoint tools with one line of powershell – #chocolatey </title>
      <link>https://melcher.dev/2012/08/install-all-the-good-sharepoint-tools-with-one-line-of-powershell-chocolatey/</link>
      <pubDate>Fri, 17 Aug 2012 13:07:54 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/08/install-all-the-good-sharepoint-tools-with-one-line-of-powershell-chocolatey/</guid>
      <description>Okay I am in love with a new tool called chocolatey – its a package manager like “apt-get” for windows systems based on the very awesome nuget – and this neat piece of software can install other software. Its very easy to add software or packages and there are even galleries (340 packages in the main gallery yet) or feeds where you get a good start.
Chocolatey So installation of this package manager must be very complicated….</description>
    </item>
    
    <item>
      <title>#SharePoint 2013 – Create a Search Service Application and Search Topology with Powershell </title>
      <link>https://melcher.dev/2012/07/sharepoint-2013-create-a-search-service-application-and-topology-with-powershell/</link>
      <pubDate>Mon, 23 Jul 2012 18:02:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/07/sharepoint-2013-create-a-search-service-application-and-topology-with-powershell/</guid>
      <description>Writing SharePoint 2013 feels very new to me, but I created my first Demo environment and tried to set up search.
What needs to be done? 14 steps for a simple Search Topology - 1 powershell can do them all.
Create a Service Application Pool for the Search Service Application (15-22) Create a Search Service Application (22-28) Create a Search Service Application Proxy (30-36) Get the current Search Instance (38) Save the current Search Topology for later use (39) Create a new Search Topology (40) Create all the Search Components (Analytics- , Content Processing, Query Processing, Crawler-, Admin Component) (42-46) Remove the Index-Folder and recreate it (50-51) Create a new Index Component (53) Activate the new Topology (56) Call the method synchronize on the old topology - this errors but forces an update on the old topology object (59) The &amp;ldquo;forced updated&amp;rdquo; Topology object becomes inactive and can be deleted.</description>
    </item>
    
    <item>
      <title>TechEd 2012 (#TEE12), Amsterdam — Day 4 </title>
      <link>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-4/</link>
      <pubDate>Fri, 29 Jun 2012 15:47:41 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-4/</guid>
      <description>Last day at TechEd – today it will be an asp.net-ish day!
First Session: Microsoft ASP.NET and the Realtime Web (Brady Gaster) This gotta be SignalR – hopefully with cool demos. Actually they forgot the SignalR part in the title, the whole thing is about it.
Okay, first demo is SignalR with Kinect. Kinect detects a person, takes a picture, the picture is uploaded to azure and the link to the picture is pushed to “subscribed”, open browser.</description>
    </item>
    
    <item>
      <title>TechEd 2012 (#TEE12), Amsterdam – Day 3 </title>
      <link>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-3/</link>
      <pubDate>Thu, 28 Jun 2012 09:08:55 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-3/</guid>
      <description>Third day at TechEd, not getting more sleep here but coffee keeps us going!
The delegate party was in the AJAX Amsterdam soccer arena – private public viewing style.
First Session: Best Practices for Building Your Website for Scale with Microsoft SharePoint 2012 (Spencer Harbar, @harbars) At first I thought “Why isnt he talking about User Profiles, Sync or something – he is Mr. UserProfiles for me.
Key messages:
Capacity Planning, Architect Scale, Pilot &amp;amp; Test, Deploy, Monitor &amp;amp; Validate, and repeat.</description>
    </item>
    
    <item>
      <title>TechEd 2012 (#TEE12), Amsterdam —- Day 2 </title>
      <link>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-2/</link>
      <pubDate>Wed, 27 Jun 2012 18:00:18 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-2/</guid>
      <description>Second day at Teched.
Keynote: Windows 8 Lots of different features of the new Windows 8 are shown. Windows 2 GO demo was cool – you can boot an entire Windows from usb 3.0 stick. If you unplug the stick you have 60 seconds to replug it and everything continues to work.
First Session: Introducing the New Visual Studio 2012 Unit Testing Experience (Peter Provost) Peter showed some new features of the new Visual Studio – looks great.</description>
    </item>
    
    <item>
      <title>SQL Server 2012 R0 Evaluation expired </title>
      <link>https://melcher.dev/2012/06/sql-server-2012-r0-evaluation-expired/</link>
      <pubDate>Wed, 27 Jun 2012 17:17:32 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/06/sql-server-2012-r0-evaluation-expired/</guid>
      <description>Yesterday was the 180th day without problems on my DEV/DEMO environment – until my eval expired without noticeable warning ahead. The whole thing just locked down and of course my SharePoint doesn’t like that:
Great, just great.
Because Alegri is a Microsoft Partner, we do have valid SQL Server 2012 codes – so I asked for one, received one and tried to upgrade my license from EVAL to ENTERPRISE. So I started the installer of R0, clicked on the “change license” link entered the code – everthing ran green.</description>
    </item>
    
    <item>
      <title>TechEd 2012 (#Tee12), Amsterdam —- Day 1 </title>
      <link>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-1/</link>
      <pubDate>Tue, 26 Jun 2012 18:02:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/06/teched-2012-tee12-amsterdam-day-1/</guid>
      <description>I will blog a bit about the sessions and stuff I saw at TechEd in Amsterdam – all from the perspective of a SharePoint guy.
Keynote (Brad Anderson) Its all about cloud and virtualization. Broad coverage of all the new stuff, quite like the new Visual Studio features (List definition builder integrated, wondering how it will work with taxonomy fields)
First session: What’s new in Windows Azure (Scott Guthrie) Provisioning of Azure virtual machines with a new and lean HTML5 web interface – metro styled of course.</description>
    </item>
    
    <item>
      <title>SignalR and SharePoint: Live Download Tracking </title>
      <link>https://melcher.dev/2012/05/signalr-and-sharepoint-live-download-tracking/</link>
      <pubDate>Sun, 13 May 2012 20:52:29 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/05/signalr-and-sharepoint-live-download-tracking/</guid>
      <description>I uploaded my first video to youtube today:
Apparently the captions were lost during the upload, next time I will explain a bit more 🙂
Maybe next weekend I add some code examples and further details.</description>
    </item>
    
    <item>
      <title>ShareCamp 2012: SharePoint 2010 “Best Tools” (v2) </title>
      <link>https://melcher.dev/2012/04/sharecamp-2012-sharepoint-2010-best-tools-v2/</link>
      <pubDate>Thu, 26 Apr 2012 10:37:51 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/04/sharecamp-2012-sharepoint-2010-best-tools-v2/</guid>
      <description>At this year’s ShareCamp I collected the best SharePoint 2010 tools for IT-Pros and Developers. This year I extended the session with “the best solutions” – we ended with about 40 tools – and had a some fun during the session.
Some of them are a really &amp;ldquo;must-have&amp;rdquo; - others are &amp;ldquo;hidden-gems&amp;rdquo; and special purpose tools - go check them out!
Download You can download the slides with all the tools – for your convenience I added the links to all tools:</description>
    </item>
    
    <item>
      <title>Missing FAST Search Center Template </title>
      <link>https://melcher.dev/2012/04/missing-fast-search-center-template/</link>
      <pubDate>Thu, 26 Apr 2012 09:40:30 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/04/missing-fast-search-center-template/</guid>
      <description>Ever wondered where the FAST Search Center Template is and why the hack its not there when you create a new site?
Start this little powershell and you can create it:
$site = Get-SPSite -Identity http://sp2010.demo.com/sites/demo $site.Features.Add(&#34;5EAC763D-FBF5-4d6f-A76B-EDED7DD7B0A5&#34;) </description>
    </item>
    
    <item>
      <title>New theme </title>
      <link>https://melcher.dev/2012/03/new-theme/</link>
      <pubDate>Sun, 11 Mar 2012 00:10:15 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/03/new-theme/</guid>
      <description>Starting from today melcher.it has a new look. My new template is metro-styled and its based on this codeplex template.</description>
    </item>
    
    <item>
      <title>FAST: Open Library/Location in FAST for SharePoint search results </title>
      <link>https://melcher.dev/2012/02/fast-open-librarylocation-in-fast-for-sharepoint-search-results/</link>
      <pubDate>Mon, 20 Feb 2012 17:25:51 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/02/fast-open-librarylocation-in-fast-for-sharepoint-search-results/</guid>
      <description>Recently I read a blog post how to customize the core result webpart - thats the webpart showing the results after you do a search with SharePoint 2010. The the output was modified so that you can click on a link to open the library/folder containing the document you searched - quite handy in my eyes.
SharePoint Search The solution for SharePoint search is quite easy, just add
&amp;lt;xsl:if test=&amp;#34;isdocument = &amp;#39;True&amp;#39;&amp;#34;&amp;gt; &amp;lt;a&amp;gt; &amp;lt;xsl:attribute name=&amp;#34;href&amp;#34;&amp;gt; &amp;lt;xsl:value-of select=&amp;#34;sitename&amp;#34;/&amp;gt; &amp;lt;/xsl:attribute&amp;gt; View Folder &amp;lt;/a&amp;gt; &amp;lt;/xsl:if&amp;gt; and you are good to go (more details in the mentioned blog post).</description>
    </item>
    
    <item>
      <title>Wishlist: SharePoint 2013 </title>
      <link>https://melcher.dev/2012/01/wishlist-sharepoint-2013/</link>
      <pubDate>Tue, 31 Jan 2012 12:15:16 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/01/wishlist-sharepoint-2013/</guid>
      <description>Yesterday the SharePoint 2013 SDK (Preview) was released and that made me thinking:
What are my wishes for SharePoint 2013 FAST for SharePoint as Service Application That&amp;rsquo;s my top wish. Easier provisioning of FAST and easier (cheaper :)) licensing, e.g. coupled with ECALs, would help FS4SP to cover more ground. The same applies to Reporting Services with SQL 2012 (Denali) so I think my wish could come true. jQuery Integration (no silverlight anymore!</description>
    </item>
    
    <item>
      <title>Patch: Cumulative Update December 2011 </title>
      <link>https://melcher.dev/2012/01/patch-cumulative-update-december-2011/</link>
      <pubDate>Fri, 27 Jan 2012 08:06:54 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/01/patch-cumulative-update-december-2011/</guid>
      <description>I installed a new SharePoint demo and developing environment on my notebook and started with the slip-streamed installation of SharePoint with SP1 included.
After configuring everything I tried to upload some Pictures to the UserProfiles I created in my Active Directory (synchronization did work!!!) but I got faced with this nice error:
Method not found: &#39;System.String Microsoft.Office.Server.UserProfiles.UserProfileGlobal.GetImportPhotoFolderName(System.Globalization.CultureInfo)&#39;. I really love the User Profile Service I did some research and found out that the SharePoint 2010 Cumulative Update December 2012 should fix some problems of the User Profile Service (still wondering why this could pass the quality control…).</description>
    </item>
    
    <item>
      <title>Fast for SharePoint: Build &amp; version numbers </title>
      <link>https://melcher.dev/2012/01/fast-for-sharepoint-build-numbers/</link>
      <pubDate>Thu, 26 Jan 2012 22:26:49 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/01/fast-for-sharepoint-build-numbers/</guid>
      <description>Ever wondered what FAST for SharePoint (FS4SP) version is currently installed? Ever checked if every server in the search cluster has the same version?
Check the version! The best approach is - open &amp;ldquo;Program and Features&amp;rdquo; and check the version there:
With &amp;ldquo;View installed updates&amp;rdquo; you can even see if Cumulative Updates have been installed.
Please be aware that not all files are updated after a patch so the versions in other files or tools can be different.</description>
    </item>
    
    <item>
      <title>Tools: CKSDev – the first tool I always install </title>
      <link>https://melcher.dev/2012/01/tools-cksdev-the-first-tool-i-always-install/</link>
      <pubDate>Sat, 07 Jan 2012 13:10:48 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/01/tools-cksdev-the-first-tool-i-always-install/</guid>
      <description>&lt;p&gt;If you do SharePoint 2010 development and you haven&amp;rsquo;t used this plugin for Visual Studio you have really missed a jewel:&lt;/p&gt;
&lt;p&gt;CKSDev - Community Kit for SharePoint: Development Tools Edition&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Accessing Central Administration with Google Chrome </title>
      <link>https://melcher.dev/2012/01/accessing-central-administration-with-google-chrome/</link>
      <pubDate>Wed, 04 Jan 2012 18:30:30 +0000</pubDate>
      
      <guid>https://melcher.dev/2012/01/accessing-central-administration-with-google-chrome/</guid>
      <description>When accessing Central Administration with Google Chrome you will get the following:
&#34;This webpage is unavailable&#34; with the description:
Error 312 (net::ERR_UNSAFE_PORT): Unknown error. In order to fix that edit the Properties of the Chrome link and append the following to the &amp;ldquo;target&amp;rdquo; value:
--explicitly-allowed-ports=42 where 42 is the port for your Central Administration. You can add more ports if you want, in total it should like this:
C:\Users\mmelcher\AppData\Local\Google\Chrome\Application\chrome.exe --explicitly-allowed-ports=42,84,87 Still dont like it - ports are not unsafe by default - but at least there is an option to allow it.</description>
    </item>
    
    <item>
      <title>Basics: Make Datasheet View working with Office 2010 </title>
      <link>https://melcher.dev/2011/11/basics-make-datasheet-view-working-with-office-2010/</link>
      <pubDate>Tue, 22 Nov 2011 11:42:29 +0000</pubDate>
      
      <guid>https://melcher.dev/2011/11/basics-make-datasheet-view-working-with-office-2010/</guid>
      <description>If you ever had problems running the datasheet view with one of the following reasons:
A datasheet component that is compatible with Windows SharePoint Services is not installed. A Microsoft Office 2003 Professional edition is not installed on the computer. The Web browser does not support ActiveX controls. Support for ActiveX controls is disabled. Try installing the old Office components:
http://www.microsoft.com/downloads/details.aspx?familyid=7554F536-8C28-4598-9B72-EF94E038C891&amp;amp;displaylang=en</description>
    </item>
    
    <item>
      <title>ShareCamp 2011: SharePoint 2010 “Best Tools” </title>
      <link>https://melcher.dev/2011/09/sharecamp-2011-sharepoint-2010-best-tools/</link>
      <pubDate>Wed, 07 Sep 2011 06:29:01 +0000</pubDate>
      
      <guid>https://melcher.dev/2011/09/sharecamp-2011-sharepoint-2010-best-tools/</guid>
      <description>Due to the data loss I just upload the slides.</description>
    </item>
    
    <item>
      <title>Error occurred in deployment step ‘Recycle IIS Application Pool’: Provider load failure </title>
      <link>https://melcher.dev/2011/09/error-occurred-in-deployment-step-recycle-iis-application-pool-provider-load-failure/</link>
      <pubDate>Mon, 05 Sep 2011 20:59:55 +0000</pubDate>
      
      <guid>https://melcher.dev/2011/09/error-occurred-in-deployment-step-recycle-iis-application-pool-provider-load-failure/</guid>
      <description>Try the following:
Restart Windows Management Instrumentation service. Restart Visual Studio iisreset Hopefully it helps - usually it does for me. </description>
    </item>
    
    <item>
      <title>Blog still in recovery </title>
      <link>https://melcher.dev/2011/08/blog-still-in-recovery/</link>
      <pubDate>Sun, 28 Aug 2011 22:07:38 +0000</pubDate>
      
      <guid>https://melcher.dev/2011/08/blog-still-in-recovery/</guid>
      <description>Due to a hoster failure (servcity.de went bankrupt) my blog is currently without content. I am working on it.</description>
    </item>
    
  </channel>
</rss>