@model Disco.Web.Areas.Config.Models.Enrolment.IndexModel @{ ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Enrolment"); }

Apple Mac Secure Enrol

Username: @Html.TextBoxFor(model => model.MacSshUsername) @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Password: @AjaxHelpers.AjaxSave() @AjaxHelpers.AjaxLoader()
Instructions: The above credentials must be able to connect to the requesting Apple Mac client via SSH. Enter/Script the following command: This url will return a JSON response containing basic information about the enrolment.
This command makes use of cURL (bundled with OSX). Other methods can also trigger a Mac Secure Enrol, such as an anchor (<a>) or <script> tag embedded on the organisation's intranet.

Live Enrolment Logging

@Html.Partial(MVC.Config.Shared.Views.LogEvents, new Disco.Web.Areas.Config.Models.Shared.LogEventsModel() { IsLive = true, TakeFilter = 100, StartFilter = DateTime.Today.AddDays(-1), ModuleFilter = Disco.BI.DeviceBI.EnrolmentLog.Current, ViewPortHeight = 250 })
@Html.ActionLinkButton("Download Bootstrapper", MVC.Services.Client.Bootstrapper()) @Html.ActionLinkButton("Enrolment Status", MVC.Config.Enrolment.Status())