Skip to content

Commit

Permalink
Merge pull request #5 from nicolonsky/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nicolonsky authored Sep 30, 2019
2 parents 9a8cefa + b3b596e commit 2ebc150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IntuneDriveMapping/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item"><a href="/" class="nav-link">home</a></li>
<li class="nav-item"><a asp-area="" asp-controller="DriveMapping" asp-action="" class="nav-link">intune-drive-mapping-generator</a></li>
<li class="nav-item"><a href="https://tech.nicolonsky.ch/next-level-network-drive-mapping-with-intune/" target="_blank" class="nav-link">docs</a></li>
</ul>
</div>
</div>
Expand All @@ -46,7 +46,7 @@
@RenderBody()
<footer class="pt-4">
<hr />
<p>&copy; 2019 - nicola suter (nicolonsky tech) <code class="float-right">version: @typeof(IntuneDriveMapping.Program).Assembly.GetName().Version</code></p>
<p>&copy; 2019 - nicola suter (<a href="https://tech.nicolonsky.ch" target="_blank">nicolonsky tech</a>) <code class="float-right">version: @typeof(IntuneDriveMapping.Program).Assembly.GetName().Version</code></p>
</footer>
</div>
<script src="~/vendor.min.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<#
.DESCRIPTION
This script performs network drive mapping with PowerShell and is auto generated from a wepabb.
This script performs network drive mappings with PowerShell and is auto generated by the intune-drive-mapping-generator (https://intunedrivemapping.azurewebsites.net).
When executed under SYSTEM authority a scheduled task is created to ensure recurring script execution on each user logon.
.NOTES
Author: Nicola Suter, nicolonsky tech: https://tech.nicolonsky.ch
#>
Expand Down

0 comments on commit 2ebc150

Please sign in to comment.