diff --git a/Documentation/Manual.md b/Documentation/Manual.md index 7ea402f..443e84b 100644 --- a/Documentation/Manual.md +++ b/Documentation/Manual.md @@ -5,10 +5,15 @@ Sign in to the Microsoft Store for Business and approve the Intune Network Drive Get it from Microsoft +### Assign the App from Microsoft Intune + +Once the App is synchronized to Microsoft Intune you can assign it as required. + ### Setup Autostart 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 +Configure startup app ### Setup the ADMX-Template Next you need to download and install the ADMX-Template using ADMX-Ingestion. To do this follow these simple steps: @@ -28,6 +33,7 @@ To configure the Intune Network Drive Mapping you can create a new Windows 10 cu ./User/Vendor/MSFT/Policy/Config/weatherlights~Policy~IntuneNetworkShareMapper~Configuration/RefreshIntervalSets the refresh interval.9000<enabled/> or <data id="RefreshInterval" value="9000"/> ./User/Vendor/MSFT/Policy/Config/weatherlightscom~Policy~IntuneNetworkShareMapper~Configuration/MapPersistentSpecifies 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/NetworkDriveMappingsWith this entry you define what network shares you would like to map. You need to specify this as followed: <NUMMER DES EINTRAG>&#xF000;<LAUFWERKBUCHSTABE>;<NETZWERKPFAD>&#xF000; With &#xF000; a new line can be added.<enabled/><data id="NetworkDriveMappingsList" value="1&#xF000;P; \\server1.domain.local\share2&#xF000;2&#xF000;F;\\server1.domain.local\share1"/> + Adding a row ### How does the Tool work This is how the Intune Network Drive Mapping checks for new drives: diff --git a/README.md b/README.md index 83448cc..eed6bbd 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ Map on-premises network shares with Intune and the Microsoft Store for Business Get it from Microsoft +### How do I configure it? +Check the Manual. It is quiet easy :).