-
-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Sign in to the Microsoft Store for Business and approve the Intune Network Drive Mapping App.
Once the App is synchronized to the Microsoft Intune Apps you can assign it as required.
The Network Drive Mapping App will register itself as an automatic startup app. However the autostart is disabled as long as the app has not been started at least once or has an explicit permission. To grant the app an explicit permission we need to setup a Restriction profile in Microsoft Intune.
You can create a new restriction profile or use an existing one. To permit the app you have to go into the App Store section and enter the following value to the startup apps textarea: HaukeGtze.IntuneNetworkDriveMapping_6bk20wvc8rfx2

Next you need to download and install the ADMX-Template using ADMX-Ingestion. To do this follow these simple steps:
- Create a custom Windows 10 profile in Microsoft Intune
- Add a new entry to this profile and fill in the values as followed:
- For name use Intune Network Drive Mapping ADMX-Ingestion.
- For the OMA-URI you enter the value ./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/weatherlights/Policy/IntuneNetworkDriveMapper
- As value you copy and paste the content of the ADMX file.
- Confirm the entry.
You can now proceed by saving the profile read the next section about configuration and add those values to the profile aswell.
To configure the Intune Network Drive Mapping you can create a new Windows 10 custom profile or use the one that ingested the ADMX file. You can add a new entry for each property you want to configure and enter the following values:
| OMA-URI | Description | Default | Sample |
|---|---|---|---|
| ./User/Vendor/MSFT/Policy/Config/weatherlights~Policy~IntuneNetworkShareMapper~Configuration/Enabled | Activates the Intune Network Drive Mapping. | Disabled | <enabled/> or <disabled/> |
| ./User/Vendor/MSFT/Policy/Config/weatherlights~Policy~IntuneNetworkShareMapper~Configuration/RefreshInterval | Sets the refresh interval. | 9000 | <enabled/> or <data id="RefreshInterval" value="9000"/> |
| ./User/Vendor/MSFT/Policy/Config/weatherlightscom~Policy~IntuneNetworkShareMapper~Configuration/MapPersistent | Specifies if the network drive should be mapped persistence. Setting this value can increase reliability but is otherwise not needed. | Disabled | <enabled/> or <disabled/> |
| ./User/Vendor/MSFT/Policy/Config/weatherlights~Policy~IntuneNetworkShareMapper~Policy/NetworkDriveMappings | With this entry you define what network shares you would like to map. You can also provide a username and password (But not recommended since they are not encrypted). You need to specify this as followed: <ENTRY NUMBER><DRIVE LETTER>;<PATH TO YOUR SHARE>;<Optional: USERNAME>;<Optional: PASSWORD> With  a new line can be added. | <enabled/><data id="NetworkDriveMappingsList" value="1P; \\server1.domain.local\share22F;\\server1.domain.local\share1;Username;P@assword"/> |
This is how the Intune Network Drive Mapping checks for new drives:
- In Intune Network Drive Mapping tool checks wether the network configuration has changed and if so
- Will try to connect the drives up to 15 times.
- If a networkdrive is already connected the Intune Network Drive Mapping will check wether the drive maps the currently configured network path.
- If the network path matches the configuration the drive will be ignored.
- If the network path does not match the currently configured path the drive will be reconnected.
- When 15 tries are used up the Intune Network Drive Mapping will go to sleep and wait until another network configuration change will occur.
- Check wether the drive letter is already in use by another drive (USB drive or hard disk).
- The configured path may not be connected or not accessible
- There may be a problem with the permissions on the network path. The user may not have permission to access the location. You can verify this by entering the network path in the explorer address bar and see if it can be accessed.
You check the following registry key: HKEY_CURRENT_USER\Software\Policies\weatherlights.com
