<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows 10 Virtual Desktop Archives - Erjen Rijnders</title>
	<atom:link href="https://erjenrijnders.nl/tag/windows-10-virtual-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>https://erjenrijnders.nl/tag/windows-10-virtual-desktop/</link>
	<description>Microsoft Azure/EMS blog</description>
	<lastBuildDate>Sat, 29 Feb 2020 11:48:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>How-to deploy Windows Virtual Desktop in Azure</title>
		<link>https://erjenrijnders.nl/2019/04/04/how-to-deploy-windows-virtual-desktop-in-azure/</link>
					<comments>https://erjenrijnders.nl/2019/04/04/how-to-deploy-windows-virtual-desktop-in-azure/#comments</comments>
		
		<dc:creator><![CDATA[Erjen]]></dc:creator>
		<pubDate>Thu, 04 Apr 2019 08:59:42 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Windows Virtual Desktop]]></category>
		<category><![CDATA[Windows Virtual desktop]]></category>
		<category><![CDATA[Windows 10 Virtual Desktop]]></category>
		<guid isPermaLink="false">http://erjenrijnders.nl/?p=75927</guid>

					<description><![CDATA[<p>If you want to know how to manage WVD, check this post. Index 1. Add RDS Tenant2. Add Service Principal3. [&#8230;]</p>
<p>The post <a href="https://erjenrijnders.nl/2019/04/04/how-to-deploy-windows-virtual-desktop-in-azure/">How-to deploy Windows Virtual Desktop in Azure</a> appeared first on <a href="https://erjenrijnders.nl">Erjen Rijnders</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If you want to know how to manage WVD, <a rel="noreferrer noopener" aria-label="check this post. (opens in a new tab)" href="https://erjenrijnders.nl/2019/05/03/how-to-manage-windows-virtual-desktop/" target="_blank"><strong>check this post.</strong></a></p>



<h2 class="wp-block-heading"><strong>Index</strong></h2>



<p><a href="#Add-RDS-tenant">1. Add RDS Tenant</a><br><a href="#Add-Service-Principal">2. Add Service Principal</a><br><a href="#Assign-permissions">3. Assign permissions</a><br><a href="#Deploy-WVD-through-marketplace">4. Deploy WVD through marketplace</a><br><a href="#Open-HTML5-webclient">5. Open HTML5 webclient</a><br><a href="#Add-users-to-your-desktop">6. Add users to your desktop</a></p>



<p></p>



<p>I see a lot of people struggle deploying Windows Virtual desktop. Most people face this error message:</p>



<pre class="wp-block-preformatted">VM has reported a failure when processing extension 'dscextension'. Error message: \\\"DSC Configuration 'FirstSessionHost' completed with error(s). Following are the first few: PowerShell DSC resource MSFT_ScriptResource failed to execute Set-TargetResource functionality with error message: User is not authorized to query the management service</pre>



<p>This is because you need to create a service principal with the correct permissions. A normal user will work as well, but it&#8217;s failing too many times for people. <br>Following these steps should get you through the deployment.<br><br></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong><em>Keep in mind that the user deploying your WVD VMs to your domain, also needs the Owner role on your Azure Subscription! Because it needs to be able to run some Powershell DSC commands.</em></strong></p><p><em>NOTE:  User &#8216;Cloudcrusader&#8217; suggests in the comments that it should work with  the &#8216;Virtual Machine Contributor&#8217; role only as well.</em></p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>Start fresh. Delete all WVD tenants created before. Check if a tenant still exists with Get-RdsTenant. </strong></p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong><em>This post is not going to help you, configuring WVD with AAD DS. It should be possible though, someone was able to configure it succesfully using <font color="#4f67c1"><a href="http://www.rebeladmin.com/2019/04/step-step-guide-azure-windows-virtual-desktop-preview/" target="_blank" rel="noreferrer noopener" aria-label="this post (opens in a new tab)"><font color="#4f67c1">this post</font></a></font>.</em></strong></p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>Remember, don&#8217;t use an MFA enabled account. It doesn&#8217;t work.</strong></p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>Also try: <a href="https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/get-rdsdiagnosticactivities" rel="noopener noreferrer" target="_blank">Get-RdsDiagnosticActivities</a>. Others succeeded finding the root cause with that command</strong></p></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>I have deployed WVD multiple times already, so that&#8217;s how I know this works. If it doesn&#8217;t work for you, let me know, maybe I can help you.</strong></p></blockquote>



<p><br>Run through step one of the Microsoft documentation:<br><a rel="noreferrer noopener" aria-label="https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory (opens in a new tab)" href="https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory" target="_blank">https://docs.microsoft.com/en-us/azure/virtual-desktop/tenant-setup-azure-active-directory</a><br></p>



<h2 class="wp-block-heading" id="Add-RDS-tenant">Add RDS tenant</h2>



<p>Run these commands to add the RDS tenant.</p>



<pre class="wp-block-code">

<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;"># Don't change the deploymenturl<br />
Add-RdsAccount -DeploymentUrl &quot;https://rdbroker.wvd.microsoft.com&quot;<br />
# Use any name for your tenant, get your ID from Azure portal &gt; Azure Active Directory &gt; Properties &gt; Directory ID. To get your SubscriptionID, go to Azure Portal &gt; All services &gt; subscriptions &gt; click the subscription where the VM's will reside and copy the subscription ID:<br />
New-RdsTenant -Name YourTenantName -AadTenantId YourAzureADTenantID -AzureSubscriptionId YourSubscriptionID</div></td></tr></tbody></table></div>

</pre>



<h2 class="wp-block-heading" id="Add-Service-Principal">Add Service Principal</h2>



<p>Next, follow these steps. Never change the <strong>Default Tenant Group</strong>, as per the Microsoft docs.</p>



<pre class="wp-block-code">

<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">$myTenantGroupName = &quot;Default Tenant Group&quot;<br />
$myTenantName = &quot;tenantname&quot; #As you used in the previous step<br />
$hostpoolname = &quot;Hostpoolname&quot;<br />
<br />
# create the service principal:<br />
$aadContext = Connect-AzureAD<br />
$svcPrincipal = New-AzureADApplication -AvailableToOtherTenants $true -DisplayName &quot;Windows Virtual Desktop Svc Principal&quot;<br />
$svcPrincipalCreds = New-AzureADApplicationPasswordCredential -ObjectId $svcPrincipal.ObjectId<br />
<br />
# Don't change the URL below.<br />
Add-RdsAccount -DeploymentUrl &quot;https://rdbroker.wvd.microsoft.com&quot; <br />
Set-RdsContext -TenantGroupName $myTenantGroupName<br />
New-RdsHostPool -TenantName $myTenantName -name $hostpoolname</div></td></tr></tbody></table></div>

</pre>



<h2 class="wp-block-heading" id="Assign-permissions">Assign permissions</h2>



<p>Now below is the most important step, that&#8217;s where you assign the service principal permissions to the RDS environment. If you do this correctly, you can deploy the WVD template from the Azure Marketplace, without errors.</p>



<pre class="wp-block-code">

<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">New-RdsRoleAssignment -RoleDefinitionName &quot;RDS Owner&quot; -ApplicationId $svcPrincipal.AppId -TenantGroupName $myTenantGroupName -TenantName $myTenantName -HostPoolName $hostpoolname</div></td></tr></tbody></table></div>

</pre>



<p>Go to the Azure Portal and open the app just created and create your own key:<br><strong>Azure Portal &gt; app registrations &gt; Windows Virtual Desktop Svc Principal &gt; Settings &gt; Keys.</strong><br>Create your own key and save the value During the next step, deploying Windows Virtual Desktop from the marketplace, in step 3 of that template you need this password.</p>



<h2 class="wp-block-heading" id="Deploy-WVD-through-marketplace">Deploy WVD through marketplace</h2>



<p>Next step is to follow this Microsoft doc:<br><a href="https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-azure-marketplace">https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-azure-marketplace</a> <br>You should be able to get passed the error as mentioned above, also with help from these screenshots below.</p>



<figure class="wp-block-image is-resized"><img fetchpriority="high" decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/create-windows-virtual-desktop.png" alt="" class="wp-image-75930" width="560" height="358" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/create-windows-virtual-desktop.png 747w, https://erjenrijnders.nl/wp-content/uploads/2019/04/create-windows-virtual-desktop-300x192.png 300w, https://erjenrijnders.nl/wp-content/uploads/2019/04/create-windows-virtual-desktop-600x383.png 600w" sizes="(max-width: 560px) 100vw, 560px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-1-1.png" alt="" class="wp-image-75943" width="469" height="650" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-1-1.png 625w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-1-1-216x300.png 216w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-1-1-600x832.png 600w" sizes="(max-width: 469px) 100vw, 469px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-2.png" alt="" class="wp-image-75932" width="449" height="638" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-2.png 598w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-2-211x300.png 211w" sizes="(max-width: 449px) 100vw, 449px" /></figure>



<p>If you keep <strong>No </strong>selected below <strong>Specifiy domain or OU</strong>, it&#8217;s going to try joining the domain behind the @, used below <strong>AD domain join UPN</strong>. So in the example below it will use <strong>yourdomain.com</strong>. If your domain is <strong>ad.yourdomain.com</strong>, set <strong>Yes</strong> below the <strong>Specifiy domain or OU</strong>.<br><br></p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-3.png" alt="" class="wp-image-75933" width="467" height="647" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-3.png 623w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-3-217x300.png 217w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-3-600x830.png 600w" sizes="(max-width: 467px) 100vw, 467px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-4.png" alt="" class="wp-image-75934" width="455" height="652" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-4.png 606w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-4-209x300.png 209w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-4-600x860.png 600w" sizes="(max-width: 455px) 100vw, 455px" /></figure>



<p>Finally, your deployment is succesful as you can see in the screenshot below. It took about 9 minutes for the DSCextension completed, per VM:</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5-1024x461.png" alt="" class="wp-image-75935" width="768" height="346" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5-1024x461.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5-300x135.png 300w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5-768x345.png 768w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5-600x270.png 600w, https://erjenrijnders.nl/wp-content/uploads/2019/04/step-5.png 1294w" sizes="(max-width: 768px) 100vw, 768px" /></figure>



<h2 class="wp-block-heading" id="Open-HTML5-webclient">Open HTML5 webclient</h2>



<p>Now go to the HTML5 client to open your desktop: <a href="https://rdweb.wvd.microsoft.com/webclient/index.html">https://rdweb.wvd.microsoft.com/webclient/index.html</a></p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/your-session-host.png" alt="" class="wp-image-75936" width="227" height="170" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/your-session-host.png 302w, https://erjenrijnders.nl/wp-content/uploads/2019/04/your-session-host-300x226.png 300w" sizes="(max-width: 227px) 100vw, 227px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/acces-local-resources.png" alt="" class="wp-image-75937" width="444" height="209" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/acces-local-resources.png 592w, https://erjenrijnders.nl/wp-content/uploads/2019/04/acces-local-resources-300x141.png 300w" sizes="(max-width: 444px) 100vw, 444px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/start-your-desktop.png" alt="" class="wp-image-75938" width="437" height="221" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/start-your-desktop.png 583w, https://erjenrijnders.nl/wp-content/uploads/2019/04/start-your-desktop-300x152.png 300w" sizes="(max-width: 437px) 100vw, 437px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/start-wvd.png" alt="" class="wp-image-75939" width="434" height="209" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/start-wvd.png 579w, https://erjenrijnders.nl/wp-content/uploads/2019/04/start-wvd-300x145.png 300w" sizes="(max-width: 434px) 100vw, 434px" /></figure>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://erjenrijnders.nl/wp-content/uploads/2019/04/started-wvd.png" alt="" class="wp-image-75940" width="560" height="661" srcset="https://erjenrijnders.nl/wp-content/uploads/2019/04/started-wvd.png 747w, https://erjenrijnders.nl/wp-content/uploads/2019/04/started-wvd-254x300.png 254w, https://erjenrijnders.nl/wp-content/uploads/2019/04/started-wvd-600x708.png 600w" sizes="(max-width: 560px) 100vw, 560px" /></figure>



<h2 class="wp-block-heading" id="Add-users-to-your-desktop">Add users to your desktop</h2>



<p>As a final step, add users to your desktop:</p>



<pre class="wp-block-code">

<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">Add-RdsAppGroupUser -TenantName $myTenantName -HostPoolName $hostpoolname -AppGroupName $appgroupname -UserPrincipalName upn</div></td></tr></tbody></table></div>

</pre>
<p>The post <a href="https://erjenrijnders.nl/2019/04/04/how-to-deploy-windows-virtual-desktop-in-azure/">How-to deploy Windows Virtual Desktop in Azure</a> appeared first on <a href="https://erjenrijnders.nl">Erjen Rijnders</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://erjenrijnders.nl/2019/04/04/how-to-deploy-windows-virtual-desktop-in-azure/feed/</wfw:commentRss>
			<slash:comments>47</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Ignite day 5</title>
		<link>https://erjenrijnders.nl/2018/09/28/microsoft-ignite-day-5/</link>
					<comments>https://erjenrijnders.nl/2018/09/28/microsoft-ignite-day-5/#respond</comments>
		
		<dc:creator><![CDATA[Erjen]]></dc:creator>
		<pubDate>Fri, 28 Sep 2018 18:13:13 +0000</pubDate>
				<category><![CDATA[Ignite 2018]]></category>
		<category><![CDATA[Azure-information-protection]]></category>
		<category><![CDATA[Security and Compliance center]]></category>
		<category><![CDATA[BYOK]]></category>
		<category><![CDATA[HYOK]]></category>
		<category><![CDATA[Windows 10 Virtual Desktop]]></category>
		<guid isPermaLink="false">http://erjenrijnders.nl/?p=75852</guid>

					<description><![CDATA[<p>As you know by now (by reading my previous blog posts), I focus mostly on Information Protection and compliance from [&#8230;]</p>
<p>The post <a href="https://erjenrijnders.nl/2018/09/28/microsoft-ignite-day-5/">Microsoft Ignite day 5</a> appeared first on <a href="https://erjenrijnders.nl">Erjen Rijnders</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As you know by now (by reading my previous blog posts), I focus mostly on Information Protection and compliance from a technical point of view and this blog post will cover a lot regarding that. Today, I wasn’t able to visit as many sessions as the last four days because I need a plane to catch in a few hours, but I still got a few interesting things to share.</p>
<h1>Index:</h1>
<ol>
<li><a href="#security-and-compliance-center">Security and Compliance center</a></li>
<li><a href="#service-encryption">Service Encryption</a></li>
<li><a href="#advanced-e-discovery">Advanced E-Discovery</a></li>
<li><a href="#windows-virtual-desktop">Windows Virtual Desktop, RDMI &amp; Windows 10 Multi-User</a></li>
</ol>
<h1><a id="security-and-compliance-center"></a>Security and Compliance center</h1>
<p>Microsoft covers a big part protecting us from malicious tools and attackers, but there is still a part that we must do. And I can tell you that it is the most important part, like activating MFA, encrypting sensitive data etc. This slides covers what Microsoft does and what you have to do.</p>
<p><img decoding="async" class="alignnone wp-image-75853" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection.png" alt="" width="683" height="385" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection.png 1657w, https://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection-300x169.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection-768x432.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection-1024x577.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/1-Microsoft-us-responsibilities-data-protection-600x338.png 600w" sizes="(max-width: 683px) 100vw, 683px" /></p>
<p>So about the part that we are responsible of, Microsoft provides us multiple tools. How do AIP and OME help with compliance? Check this slide.</p>
<p><img decoding="async" class="alignnone wp-image-75854" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4.png" alt="" width="550" height="317" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4.png 1628w, https://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4-300x172.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4-768x442.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4-1024x589.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/Screenshot_4-600x345.png 600w" sizes="(max-width: 550px) 100vw, 550px" /></p>
<p>There are certain scenario’s that you don’t want that Microsoft manages your key. Some regulatory reasons might require you to manage your key so the security is end-to-end. BYOK might be sufficient since you can store your own key in Azure Key Vault. If that isn’t even good enough you have the HYOK where you store it on-premises. Keep in mind that this option is much less flexible. You only have access to your secured documents as long as you can reach the on-premises key for decryption. Here is an overview of licensing.</p>
<p><img decoding="async" class="alignnone wp-image-75858" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK.png" alt="" width="625" height="351" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK.png 1577w, https://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK-300x169.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK-768x431.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK-1024x575.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/SKUs-BYOK-HYOK-600x337.png 600w" sizes="(max-width: 625px) 100vw, 625px" /></p>
<p>Here is a great overview of BYOK. It makes clear that it is as flexible as the Microsoft-managed keys, but it does give you more overhead since you need to manage the key now.</p>
<p><img decoding="async" class="alignnone wp-image-75857" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology.png" alt="BYOK-technology" width="611" height="335" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology.png 1646w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology-300x165.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology-768x421.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology-1024x562.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-technology-600x329.png 600w" sizes="(max-width: 611px) 100vw, 611px" /></p>
<p>Some good insights when using BYOK.</p>
<p><img decoding="async" class="alignnone wp-image-75859" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points.png" alt="" width="595" height="319" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points.png 1563w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points-300x161.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points-768x412.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points-1024x549.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/BYOK-important-points-600x322.png 600w" sizes="(max-width: 595px) 100vw, 595px" /></p>
<h1><a id="service-encryption"></a>Service Encryption</h1>
<p>Some good news, if we use the Microsoft-managed keys or BYOK, we will have service encryption in Exchange Online, starting to rollout in January 2019 (already available in SharePoint). Once we create a Data Encryption Policy (DEP), It will encrypt our data at storage level. This is required if you want to meet compliance.</p>
<p><img decoding="async" class="alignnone wp-image-75860" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow.png" alt="" width="542" height="320" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow.png 1456w, https://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow-300x177.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow-768x453.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow-1024x604.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/EXchange-Online-Access-Flow-600x354.png 600w" sizes="(max-width: 542px) 100vw, 542px" /></p>
<p>&nbsp;</p>
<h1><a id="advanced-e-discovery"></a>Advanced E-Discovery</h1>
<p>With the advanced E-Discovery set in Office 365 by using the analytics, we can further minimize the data. It will deduplicate data for example and only present us with relevant data. We are also presented now with a much better E-Discovery dashboard. We see what kind of data the hold holds, but we are also able to communicate with the persons in a specific hold, make searches in it etc. Great improvement!</p>
<p><img decoding="async" class="alignnone wp-image-75861" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard.png" alt="legal-hold-dashboard" width="655" height="369" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard.png 1696w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard-300x169.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard-768x432.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard-1024x577.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-dashboard-600x338.png 600w" sizes="(max-width: 655px) 100vw, 655px" /></p>
<p>Now creating a Legal Hold is doable, but not that easy. But it will be! Here is a great overview of how it is now and how it will be very soon.</p>
<p><img decoding="async" class="alignnone wp-image-75862" src="http://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process.png" alt="" width="624" height="346" srcset="https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process.png 1552w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process-300x166.png 300w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process-768x425.png 768w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process-1024x567.png 1024w, https://erjenrijnders.nl/wp-content/uploads/2018/09/legal-hold-process-600x332.png 600w" sizes="(max-width: 624px) 100vw, 624px" /></p>
<p>So these are some great new features! For sure you will see a more in-depth bog when it’s available.</p>
<p>&nbsp;</p>
<h1><a id="windows-virtual-desktop"></a>Windows Virtual Desktop, RDMI &amp; Windows 10 Multi-User</h1>
<p>Now also a little bit of info about Windows Virtual Desktop, as I can imagine you want to see some updates about this as well. One of the bigger announcements is Windows 10 Multi-User within Windows Virtual Desktop, so you will connect to shared hardware. If you spin up a Windows Virtual Desktop, you can decide how many users you want to connect to that VM which makes it a lot cheaper. There will be a Windows Desktop Calculator soon which gives some recommendations of this, based on the chosen size.</p>
<p>Automatic scaling will be available as well. You can auto scale based on two methods: Breath Mode and Depth Mode. The Breath Mode needs reserved instances so turning off a Virtual Desktop doesn’t help you. However, this can still be cheaper, that’s something you need to calculate. The Depth Mode is based on activity. If no users are logged in anymore in a Virtual Desktop, it will automatically turn off the VM and it will save you money. On the other hand if it’s too busy, it will spin up some new VM’s.</p>
<p>Windows Virtual Desktop will be available through the Azure Marketplace.</p>
<p>&nbsp;</p>
<p>The post <a href="https://erjenrijnders.nl/2018/09/28/microsoft-ignite-day-5/">Microsoft Ignite day 5</a> appeared first on <a href="https://erjenrijnders.nl">Erjen Rijnders</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://erjenrijnders.nl/2018/09/28/microsoft-ignite-day-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
