<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Map network drives on cloud-managed Windows devices	</title>
	<atom:link href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Thu, 05 Sep 2024 13:33:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Roger		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-235978</link>

		<dc:creator><![CDATA[Roger]]></dc:creator>
		<pubDate>Thu, 05 Sep 2024 13:33:14 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-235978</guid>

					<description><![CDATA[Spent quite many hours looking for solutions to this issue. This one is easy to setup and robust, worked right away. Thank you!]]></description>
			<content:encoded><![CDATA[<p>Spent quite many hours looking for solutions to this issue. This one is easy to setup and robust, worked right away. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brendan		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-214226</link>

		<dc:creator><![CDATA[Brendan]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 12:18:57 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-214226</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213987&quot;&gt;Peter Klapwijk&lt;/a&gt;.

Hi Peter,

Thank you for your response, I&#039;ll take that in mind.

Kind regards,

Brendan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213987">Peter Klapwijk</a>.</p>
<p>Hi Peter,</p>
<p>Thank you for your response, I&#8217;ll take that in mind.</p>
<p>Kind regards,</p>
<p>Brendan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213987</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Fri, 09 Feb 2024 12:32:52 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-213987</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213983&quot;&gt;Brendan&lt;/a&gt;.

Hi Brendan,

It doesn&#039;t take much resources to run multiple scheduled tasks, so I don&#039;t see a reason to not do it. Depending on your PowerShell skills you could also add some logic in one script to map a drive mapping only when the user has access. But that&#039;s what I leave to the real PS guru&#039;s :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213983">Brendan</a>.</p>
<p>Hi Brendan,</p>
<p>It doesn&#8217;t take much resources to run multiple scheduled tasks, so I don&#8217;t see a reason to not do it. Depending on your PowerShell skills you could also add some logic in one script to map a drive mapping only when the user has access. But that&#8217;s what I leave to the real PS guru&#8217;s 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brendan		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-213983</link>

		<dc:creator><![CDATA[Brendan]]></dc:creator>
		<pubDate>Fri, 09 Feb 2024 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-213983</guid>

					<description><![CDATA[Hi Peter,

Thank you for sharing these scripts. Would you recommend against creating separate tasks for each drive mapping. E.g. instead of one task with all available drive mappings, a separate task for each drive-letter? So users only get a drive-mapping if they have access to the files?

Kind regards,

Brendan]]></description>
			<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Thank you for sharing these scripts. Would you recommend against creating separate tasks for each drive mapping. E.g. instead of one task with all available drive mappings, a separate task for each drive-letter? So users only get a drive-mapping if they have access to the files?</p>
<p>Kind regards,</p>
<p>Brendan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-211117</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Fri, 22 Dec 2023 18:13:46 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-211117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210973&quot;&gt;LearningIntune&lt;/a&gt;.

You need to wrap the 3 scripts with the WIN32 prep tool found on GitHub https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool

And than use an install command like PowerShell.exe -ExecutionPolicy Bypass -file .\DriveMappingsv1.0_CreateScheduledTask.ps1

Good luck with it!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210973">LearningIntune</a>.</p>
<p>You need to wrap the 3 scripts with the WIN32 prep tool found on GitHub <a href="https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool" rel="nofollow ugc">https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool</a></p>
<p>And than use an install command like PowerShell.exe -ExecutionPolicy Bypass -file .\DriveMappingsv1.0_CreateScheduledTask.ps1</p>
<p>Good luck with it!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LearningIntune		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210973</link>

		<dc:creator><![CDATA[LearningIntune]]></dc:creator>
		<pubDate>Wed, 20 Dec 2023 03:51:43 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-210973</guid>

					<description><![CDATA[Could you please share details with how you packaged it as an Intune app? Specifically, what to enter in the install command fields, etc.

Thank you]]></description>
			<content:encoded><![CDATA[<p>Could you please share details with how you packaged it as an Intune app? Specifically, what to enter in the install command fields, etc.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210154</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Thu, 07 Dec 2023 19:17:30 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-210154</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210106&quot;&gt;Michael Piet&lt;/a&gt;.

Hi Michael,

I&#039;m not saying one solution is better than the other. It depends on your own needs.
The benefit of this solution is that it (re-) connects the drives at every network change to avoid ending up with disconnected network drives. In our environment, we found this more stable than deploying (and running) a script once or deploying it via ADMX. 

Regards,

Peter]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210106">Michael Piet</a>.</p>
<p>Hi Michael,</p>
<p>I&#8217;m not saying one solution is better than the other. It depends on your own needs.<br />
The benefit of this solution is that it (re-) connects the drives at every network change to avoid ending up with disconnected network drives. In our environment, we found this more stable than deploying (and running) a script once or deploying it via ADMX. </p>
<p>Regards,</p>
<p>Peter</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Piet		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-210106</link>

		<dc:creator><![CDATA[Michael Piet]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 21:59:44 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-210106</guid>

					<description><![CDATA[Hi,
Is your technique better than those offered in the below two links?

https://github.com/nicolonsky/IntuneDriveMapping/wiki#adding-network-drive-mapping-entries

https://call4cloud.nl/2021/03/willy-wonka-and-the-drive-letter-factory/]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Is your technique better than those offered in the below two links?</p>
<p><a href="https://github.com/nicolonsky/IntuneDriveMapping/wiki#adding-network-drive-mapping-entries" rel="nofollow ugc">https://github.com/nicolonsky/IntuneDriveMapping/wiki#adding-network-drive-mapping-entries</a></p>
<p><a href="https://call4cloud.nl/2021/03/willy-wonka-and-the-drive-letter-factory/" rel="nofollow ugc">https://call4cloud.nl/2021/03/willy-wonka-and-the-drive-letter-factory/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-208894</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 11:29:28 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-208894</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-208892&quot;&gt;Khiro&lt;/a&gt;.

Hi Khiro,

This definitely isn&#039;t a mistake. It is a misconception local resources are not available using Entra joined devices. When your user identities are synced from the local AD to Entra ID, resources like file shares are available as long as the device is able to reach the resources. When the device and file shares are on the same network, or for example using VPN the file shares are reachable and network drive mappings can be connected.

Regards,

Peter]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-208892">Khiro</a>.</p>
<p>Hi Khiro,</p>
<p>This definitely isn&#8217;t a mistake. It is a misconception local resources are not available using Entra joined devices. When your user identities are synced from the local AD to Entra ID, resources like file shares are available as long as the device is able to reach the resources. When the device and file shares are on the same network, or for example using VPN the file shares are reachable and network drive mappings can be connected.</p>
<p>Regards,</p>
<p>Peter</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Khiro		</title>
		<link>https://inthecloud247.com/map-network-drives-on-cloud-managed-windows-devices/#comment-208892</link>

		<dc:creator><![CDATA[Khiro]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 10:14:02 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=11565#comment-208892</guid>

					<description><![CDATA[Hi,
are you sure you haven&#039;t made a mistake? You probably mean this applies to HybridJoin devices! EntraID Join devices are not authorized to access local resources because their UPN is not Domain\User but AzureAD\User, unless you use Entra DS or connect the local domain via gateway to Azure.
Kind regards
Khiro]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
are you sure you haven&#8217;t made a mistake? You probably mean this applies to HybridJoin devices! EntraID Join devices are not authorized to access local resources because their UPN is not Domain\User but AzureAD\User, unless you use Entra DS or connect the local domain via gateway to Azure.<br />
Kind regards<br />
Khiro</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
