Feature #20: Assigned User Is Local Admin

Device Profile setting which specifies whether assigned users are set as
Local Administrators. Default is true (which maintains compatibility).
This commit is contained in:
Gary Sharp
2013-10-28 18:16:22 +11:00
parent c13d13c91c
commit 10a38af08b
12 changed files with 671 additions and 290 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ namespace Disco.Models.ClientServices
public string DeviceAssignedUserName { get; set; }
public string DeviceAssignedUserSID { get; set; }
public string DeviceAssignedUserUsername { get; set; }
public bool DeviceAssignedUserIsLocalAdmin { get; set; }
public string OfflineDomainJoin { get; set; }
public string DeviceCertificate { get; set; }