<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Check on justinverstijnen.nl</title><link>https://justinverstijnen.nl/tags/knowledge-check/</link><description>Recent content in Knowledge Check on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 08 Jun 2026 15:52:49 +0200</lastBuildDate><atom:link href="https://justinverstijnen.nl/tags/knowledge-check/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started with GitHub Pages</title><link>https://justinverstijnen.nl/getting-started-with-github-pages/</link><pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/getting-started-with-github-pages/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A GitHub account (free)&lt;/li&gt;
&lt;li&gt;A domain name for your website, or you can use the default domain name of GitHub
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;youraccount.github.io&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;A template website to upload to your domain name&lt;/li&gt;
&lt;li&gt;Some basic knowledge about websites and DNS&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-is-github-pages"&gt;What is GitHub Pages?&lt;a class="td-heading-self-link" href="#what-is-github-pages" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;GitHub Pages allows you to host a static website directly from a GitHub repository. This can be done without managing a server, infrastructure, or hosting provider. The only thing you do is create a repository, upload a website, and optionally connect it to a domain name of your choice. We can compare this to Azure Static Web Apps if you are familiar with that.&lt;/p&gt;</description></item><item><title>Azure Virtual Desktop V6/V7 VMs imaging</title><link>https://justinverstijnen.nl/azure-virtual-desktop-v6-v7-vms-imaging/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/azure-virtual-desktop-v6-v7-vms-imaging/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;em&gt;The VM size &amp;lsquo;Standard_E4as_v7&amp;rsquo; cannot boot with OS image or disk. Please check that disk controller types supported by the OS image or disk is one of the supported disk controller types for the VM size &amp;lsquo;Standard_E4as_v7&amp;rsquo;. Please query sku api at &lt;a href="https://aka.ms/azure-compute-skus"&gt;https://aka.ms/azure-compute-skus&lt;/a&gt; to determine supported disk controller types for the VM size. (Code: InvalidParameter)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;This size is not available because it does not support the SCSI disk controller type.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because I really wanted to use higher version VMs, I went to research on how to solve this problem. I will describe the process from creating the initial imaging VM, to capture and installing new AVD hosts with our new image.&lt;/p&gt;</description></item><item><title>What is MTA-STS and how to use it to protect your email flow</title><link>https://justinverstijnen.nl/what-is-mta-sts-and-how-to-protect-your-email-flow/</link><pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/what-is-mta-sts-and-how-to-protect-your-email-flow/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 30 minutes of your time&lt;/li&gt;
&lt;li&gt;Access to your domains&amp;rsquo; DNS hosting to create DNS records&lt;/li&gt;
&lt;li&gt;An Azure Subscription if you want to publish your policy with a Static Web App
&lt;ul&gt;
&lt;li&gt;A Github account if you use this option&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;An Azure Subscription if you want to publish your policy with a Function App&lt;/li&gt;
&lt;li&gt;Basic knowledge of DNS records&lt;/li&gt;
&lt;li&gt;Basic knowledge of Email security&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="mta-sts-versus-smtp-dane"&gt;MTA-STS versus SMTP DANE&lt;a class="td-heading-self-link" href="#mta-sts-versus-smtp-dane" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;MTA-STS overlaps with the &lt;a href="https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/"&gt;newer SMTP DANE&lt;/a&gt; option, and they both help securing your email flow but each in its own manner. Some differences:&lt;/p&gt;</description></item><item><title>Azure Virtual Desktop FSLogix and Native Kerberos authentication</title><link>https://justinverstijnen.nl/azure-virtual-desktop-fslogix-and-native-kerberos-authentication/</link><pubDate>Tue, 16 Dec 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/azure-virtual-desktop-fslogix-and-native-kerberos-authentication/</guid><description>&lt;p&gt;In this guide I will dive into how I configured an simple environment where I placed every configuration action in separate steps to keep it simple and clear to follow and also will give some describing information about some concepts and settings.&lt;/p&gt;
&lt;p&gt;I also added some optional steps for a better configuration and security than this guide already provides for a better user experience and more security.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-solution-described"&gt;The solution described&lt;a class="td-heading-self-link" href="#the-solution-described" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The day has finally come; we can now build a Azure Virtual Desktop (AVD) hostpool in pooled configuration without having to host an Active Directory, and/or having to host an unsecured storage account by &lt;a href="https://justinverstijnen.nl/pooled-azure-virtual-desktop-with-azure-ad-users/"&gt;having to inject the Storage Access Key into the machines&amp;rsquo; registry&lt;/a&gt;. This newer setup enhances performance and security on those points.&lt;/p&gt;</description></item><item><title>FSLogix and maximum Azure Files security</title><link>https://justinverstijnen.nl/fslogix-and-maximum-azure-files-security/</link><pubDate>Sun, 14 Dec 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/fslogix-and-maximum-azure-files-security/</guid><description>&lt;h2 id="the-maximum-security-preset-in-the-azure-portal"&gt;The Maximum Security preset in the Azure Portal&lt;a class="td-heading-self-link" href="#the-maximum-security-preset-in-the-azure-portal" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;We can also run the SMB security on the Maximum security preset in the Azure Portal and still run FSLogix without problems. In the Azure Portal, go to the storage account and set the security of the File share to &amp;ldquo;Maximum security&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/azure-virtual-desktop-fslogix-and-native-kerberos-authentication-5828/jv-media-5828-ecc337dcb41b.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/azure-virtual-desktop-fslogix-and-native-kerberos-authentication-5828/jv-media-5828-ecc337dcb41b.png" alt="jv-media-5828-ecc337dcb41b.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This will only allow the AES-256-GCM SMB Channel encryption, but Windows 11 defaults to the 128 version only. We now have to tell Windows to use the better secured 256 version instead, otherwise the storage account blocks your requests and logging in isn&amp;rsquo;t possible. I will do this through Intune, but you could do this with Group Policy in the same manner or with PowerShell.&lt;/p&gt;</description></item><item><title>Azure Virtual Desktop RDP Properties</title><link>https://justinverstijnen.nl/azure-virtual-desktop-rdp-properties/</link><pubDate>Thu, 27 Nov 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/azure-virtual-desktop-rdp-properties/</guid><description>&lt;h2 id="what-are-rdp-properties"&gt;What are RDP properties?&lt;a class="td-heading-self-link" href="#what-are-rdp-properties" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;RDP properties are specific settings to change your RDP experience. This can be to play sound on the remote or local PC, enable or disable printer redirection, enable or disable clipboard between computers and what to do if connection is lost.&lt;/p&gt;
&lt;p&gt;In the previous years, this was also the case for normal RDP files or connections to Remote Desktop Services, but Azure Virtual Desktop brings this to a nice and centralized system which we can change to our and our users&amp;rsquo; preference.&lt;/p&gt;</description></item><item><title>Wordpress on Azure</title><link>https://justinverstijnen.nl/wordpress-on-azure/</link><pubDate>Thu, 04 Sep 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/wordpress-on-azure/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;An Azure subscription&lt;/li&gt;
&lt;li&gt;A public domain name to run the website on (not required, but really nice)&lt;/li&gt;
&lt;li&gt;Some basic knowledge about Azure&lt;/li&gt;
&lt;li&gt;Some basic knowledge about IP addresses, DNS and websites&lt;/li&gt;
&lt;li&gt;Around 45 minutes of your time&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-is-wordpress"&gt;What is Wordpress?&lt;a class="td-heading-self-link" href="#what-is-wordpress" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;For the people who may not know what Wordpress is; Wordpress is a tool to create and manage websites, without needing to have knowledge of code. It is a so-called content management system (CMS) and has thousands of themes and plugins to play with. This website you see now is also running on Wordpress.&lt;/p&gt;</description></item><item><title>RDP Multipath - What is it and how to configure?</title><link>https://justinverstijnen.nl/rdp-multipath-what-is-it-and-how-to-configure/</link><pubDate>Wed, 16 Jul 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/rdp-multipath-what-is-it-and-how-to-configure/</guid><description>&lt;p&gt;Let&amp;rsquo;s take a look what RDP Multipath adds to your connections:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/rdp-multipath-what-is-it-and-how-to-configure-3778/jv-media-3778-6509addb3606.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/rdp-multipath-what-is-it-and-how-to-configure-3778/jv-media-3778-6509addb3606.png" alt="jv-media-3778-6509addb3606.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Green:&lt;/strong&gt; The normal paths of connecting with RDP/Shortpath
&lt;strong&gt;Purple:&lt;/strong&gt; The paths added by RDP Multipath&lt;/p&gt;
&lt;p&gt;This adds extra ways of connecting session hosts to the end device, selects the most reliable one and therefore adds stability and decreases latency.&lt;/p&gt;
&lt;p&gt;RDP Multipath now has to be configured manually, but the expectation is that it will be added to new AVD/Multi Session images shortly, just ad RDP Shortpath did at the time.&lt;/p&gt;</description></item><item><title>Enhance email security with SPF/DKIM/DMARC</title><link>https://justinverstijnen.nl/enhance-email-security-with-spf-dkim-dmarc/</link><pubDate>Mon, 16 Jun 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/enhance-email-security-with-spf-dkim-dmarc/</guid><description>&lt;div class="alert alert-info" role="alert"&gt;
&lt;p&gt;&lt;a href="https://techcommunity.microsoft.com/blog/microsoftdefenderforoffice365blog/strengthening-email-ecosystem-outlook%E2%80%99s-new-requirements-for-high%E2%80%90volume-senders/4399730"&gt;Microsoft announced&lt;/a&gt; that starting from May 5, 2025: SPF, DKIM and DMARC will become mandatory for inbound email delivery. Not configuring all three can result in your emails not being delivered correctly.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;These 3 techniques are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SPF&lt;/strong&gt;: Sender Policy Framework&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DKIM&lt;/strong&gt;: Domain Keys Identified Mail&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DMARC&lt;/strong&gt;: Domain-based Message Authentication Reporting and Conformance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When using Microsoft 365 as your messaging service, I also highly recommend to configure SMTP DANE. A detailed guide of configuring this can be found here: &lt;a href="https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/"&gt;https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Introduction to Networks</title><link>https://justinverstijnen.nl/introduction-to-networks/</link><pubDate>Wed, 04 Jun 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/introduction-to-networks/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Some basic networking knowledge&lt;/li&gt;
&lt;li&gt;Some basic subnetting knowledge&lt;/li&gt;
&lt;li&gt;Around 20 minutes of your time&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-networking"&gt;Introduction to Networking&lt;a class="td-heading-self-link" href="#introduction-to-networking" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Networking is the process of connecting devices to share data and resources. It allows communication between users over local or global distances. Networks can range from small home setups to large corporate infrastructures. Key components include routers, switches, and protocols that manage data traffic. Effective networking ensures reliable, secure, and efficient information exchange. As technology advances, networking plays a critical role in enabling digital communication worldwide.&lt;/p&gt;</description></item><item><title>Creating Static Web Apps on Azure the easy way</title><link>https://justinverstijnen.nl/creating-static-web-apps-on-azure-the-easy-way/</link><pubDate>Thu, 29 May 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/creating-static-web-apps-on-azure-the-easy-way/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 45 minutes of your time&lt;/li&gt;
&lt;li&gt;An account for Github (recommended)&lt;/li&gt;
&lt;li&gt;An Azure subscription to host your Static Web App&lt;/li&gt;
&lt;li&gt;Some basic knowledge of Azure&lt;/li&gt;
&lt;li&gt;A custom domain to link the web app to your domain&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-static-web-apps-and-github"&gt;Introduction to Static Web Apps and Github&lt;a class="td-heading-self-link" href="#introduction-to-static-web-apps-and-github" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before we dive into Static Web Apps and Github, I want to give a clear explaination of both the components that will help us achieving our goal, hosting a simple web app on Azure.&lt;/p&gt;</description></item><item><title>The Basics and Benefits of IPv6</title><link>https://justinverstijnen.nl/basic-ipv6-explaination/</link><pubDate>Fri, 14 Feb 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/basic-ipv6-explaination/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Around 15 minutes of your time&lt;/li&gt;
&lt;li&gt;Basic networking knowledge is great&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="ip-addressing-with-ipv4-and-ipv6"&gt;IP addressing with IPv4 and IPv6&lt;a class="td-heading-self-link" href="#ip-addressing-with-ipv4-and-ipv6" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When we speak of a network, we speak of a set connected devices (we call them clients/nodes) where each device has its own use. Also there are some fundamental components every network has:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Router (this device connects your network to other networks like the internet)&lt;/li&gt;
&lt;li&gt;Client&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Like i said, your network contains several devices and each devices has to know how to connect to an other device. This will be done using an IP address. Using IP addresses enables you to have a very efficient network in terms of cabling. In the past there some coaxial based networks where every device was physically connected to each other.&lt;/p&gt;</description></item><item><title>Active Directory FSMO roles</title><link>https://justinverstijnen.nl/active-directory-fsmo-roles/</link><pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/active-directory-fsmo-roles/</guid><description>&lt;h2 id="what-are-the-fsmo-roles-of-active-directory"&gt;What are the FSMO roles of Active Directory?&lt;a class="td-heading-self-link" href="#what-are-the-fsmo-roles-of-active-directory" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;FSMO stands for Flexible Single Master Operations. Active Directory is normally multi-master, meaning changes can be made on any domain controller. However, some operations must be handled by one specific domain controller at a time to avoid conflicts. These special responsibilities are called the FSMO roles.&lt;/p&gt;
&lt;p&gt;There are five FSMO roles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Two forest-wide roles&lt;/li&gt;
&lt;li&gt;Three domain-wide roles&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let&amp;rsquo;s look at them all and explain what their function is:&lt;/p&gt;</description></item><item><title>Configure DNSSEC and SMTP DANE Microsoft 365</title><link>https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/</link><pubDate>Thu, 31 Oct 2024 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365/</guid><description>&lt;h2 id="domain-name-system-security-extensions-dnssec"&gt;Domain Name System Security Extensions (DNSSEC)&lt;a class="td-heading-self-link" href="#domain-name-system-security-extensions-dnssec" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;DNSSEC is a feature where a client can validate the DNS records received by a DNS server to ensure a record is originated from the DNS server and not manipulated by a Man in the Middle attack.&lt;/p&gt;
&lt;p&gt;DNSSEC is developed to prevent attacks like in the topology below:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365-499/jv-media-499-1494f13639ce.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/configure-dnssec-and-smtp-dane-with-exchange-online-microsoft-365-499/jv-media-499-1494f13639ce.png" alt="jv-media-499-1494f13639ce.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here a attacker injects a fake DNS record and sends the user to a different IP-address, not the actual IP-address of the real website but a fake, mostly spoofed website. This way, a user sees for example &lt;a href="https://portal.azure.com"&gt;https://portal.azure.com&lt;/a&gt; in his address bar but is actually on a malicious webserver. This makes the user far more vulnerable to credential harvesting or phising attacks.&lt;/p&gt;</description></item><item><title>Automatic AVD/W365 Feed discovery for mobile apps</title><link>https://justinverstijnen.nl/automatic-avd-w365-feed-discovery-for-mobile-apps/</link><pubDate>Wed, 09 Oct 2024 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/automatic-avd-w365-feed-discovery-for-mobile-apps/</guid><description>&lt;p&gt;Did you know we can automate this process? I will explain how to do this!&lt;/p&gt;
&lt;p&gt;Fast path for URL: &lt;a href="https://rdweb.wvd.microsoft.com/api/arm/feeddiscovery"&gt;https://rdweb.wvd.microsoft.com/api/arm/feeddiscovery&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-problem-explained"&gt;The problem explained&lt;a class="td-heading-self-link" href="#the-problem-explained" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When downloading the apps for your mobile devices, we get this window after installing:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/automatic-avd-w365-feed-discovery-for-mobile-apps-4725/jv-media-4725-cbe412d3fee2.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/automatic-avd-w365-feed-discovery-for-mobile-apps-4725/jv-media-4725-cbe412d3fee2.png" alt="jv-media-4725-cbe412d3fee2.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After filling in our emailadress that has access to a Azure Virtual Desktop hostpool or Windows 365 machine, we still get this error:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;We couldn&amp;rsquo;t find any Workspaces associated with this email address. Try providing a URL instead.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now the client wants a URL, but we don&amp;rsquo;t want to fill in this URL for every device we configure. We can automate this through DNS.&lt;/p&gt;</description></item></channel></rss>