HomeNewsletterCommunityMVP FeedToolsArchiveBlogToday's NewsAboutServicesQuick Links Subscribe free
← Back to Blog
Autopilot Windows AutopilotIntuneMicrosoft GraphEntra IDShared DevicesPowerShell

Who Owns the Device After Autopilot: Primary User, Device Affinity, and the Shared-Device Case Where Nobody Should

IA
Imran Awan
21 August 2026

Twenty identical laptops go out to a warehouse floor. They are meant to be shared. Any shift worker picks one up, signs in, does a job, signs out. Nobody owns them.

Except one person does. Whoever completed the out-of-box experience on each device is now recorded in Microsoft Intune as that device's primary user. Their Company Portal claims the laptop. Their name appears on the helpdesk lookup. User-targeted apps flow to them and not to the nineteen other people who use the machine. No policy failed. No error was logged. Intune did exactly what Microsoft documents it will do.

The short version

Microsoft documents that for Windows Autopilot user-driven Microsoft Entra join, the enrolling user becomes the primary user during enrollment. Microsoft also documents that Autopilot self-deploying mode assigns no primary user at all, and that an Intune device with no primary user is called a Shared Device. Primary user is a different field from the "Enrolled by" user and from the Microsoft Entra device Owner, and changing one does not change the others. On the Microsoft Graph managedDevice resource, userId, userPrincipalName and userDisplayName are all documented as read-only, so you correct affinity through the documented Change primary user action rather than a property patch. The companion script reads primary user, logged-on users and the shared-device flag, then reports every device where those three disagree.

The problem: one person owns a device meant for twenty

Start with the definition, because the word "primary" hides how much this field does. Microsoft describes a primary user as the user who is primarily associated with a specific Intune device. Microsoft then says that when a device enrolls in Intune, the signed-in user typically becomes the primary user.

That association has an older name too. Microsoft states that when a device is associated with a user, the association is known as Device Affinity. If you came from Configuration Manager, this is the same concept as user device affinity, moved to a cloud object.

Context: Microsoft documents that an Intune device can have one primary user assigned to it, or no user assigned. When there is no primary user assigned, Microsoft calls the device a Shared Device. So "no primary user" is not a broken state. For a genuinely shared machine it is the correct state.

The primary user is not cosmetic. Microsoft documents that the primary user property maps a licensed Intune user to their devices in the Company Portal app, the end-user website, and IT pro experiences such as troubleshooting pages that map user accounts to devices by using the primary user.

Now put the wrong name in that field on a shared machine. Microsoft documents the exact consequence. The Company Portal app expects that the account signed in to Company Portal is the primary user of that device. When somebody else is the primary user, Company Portal shows this message:

This device is already assigned to someone in your organization. Contact company support about becoming the primary device user. You can continue to use Company Portal but functionality is limited.

Nineteen out of twenty shift workers will see that string. They will read "already assigned to someone" and open a ticket. Your helpdesk will then spend its afternoon explaining a field nobody set on purpose.

The reverse case matters just as much. Microsoft documents that if an Intune device has no primary user assigned, the Company Portal app detects it as a shared device, shows a "shared" label on the device tile, and removes self-service actions. Specifically, Microsoft says uninstalling apps and self-service actions such as reset, rename and retire are not available on a shared device. Microsoft adds that Company Portal version 10.3.4651.0 or later is required to use this feature.

So a single-user laptop that somehow ended up with no primary user quietly loses self-service. And Microsoft documents one more dependency in the Autopilot self-deploying article: user self-service BitLocker recovery key retrieval, and using Company Portal to install software assigned to users, both rely on a primary user being set.

Why it happens: enrollment sets affinity, and nothing takes it back

Primary user is assigned by the enrollment method, and the enrollment method also decides when it is assigned. Microsoft publishes the full matrix. These are the Windows and cross-platform rows that matter to an Autopilot fleet.

Enrollment methodPrimary user assignedWhen
Microsoft Entra join (Windows Autopilot out of box experience)Enrolling userDuring enrollment
Microsoft Entra join (out of box experience)Enrolling userDuring enrollment
Add work or school (user driven)Enrolling userDuring enrollment
Modern App sign-in (user driven)Enrolling userDuring enrollment
Enroll in mobile device management only (user driven)Enrolling userDuring enrollment
Microsoft Entra hybrid join plus automatic enrollment Group PolicyFirst user to sign in to WindowsWhen first user signs in to Windows
Co-managementFirst user to sign in to WindowsWhen first user signs in to Windows
Microsoft Entra join (bulk enrollment token)NoneNot applicable
Microsoft Entra join (Windows Autopilot self-deploying mode)NoneNot applicable
Device Enrollment ManagerEnrolling Device Enrollment Manager userDuring enrollment
Android Corporate-Owned, Dedicated devicesNoneNot applicable

Read the two rows that solve most of this. Autopilot user-driven Microsoft Entra join sets the enrolling user. Autopilot self-deploying mode sets nobody. Microsoft is explicit in the self-deploying article: Intune does not automatically configure a primary user when using self-deploying mode in Windows Autopilot to provision a Windows device.

That is the whole design. If you deploy a shared device through user-driven mode, you have told Intune that the person at the keyboard during OOBE is the owner. Intune believes you.

Primary user, enrolled by, and device owner are three different things

This is where most audits go wrong. Four fields look like they answer "who owns this device", and they answer four different questions.

FieldWhat it actually meansDocumented behaviour
Primary user (Intune)The licensed user mapped to this device for Company Portal and user-targeted experiences.Settable through the documented Change primary user action. Can be removed to make the device shared.
Enrolled by (Intune)The account that performed the enrollment.Microsoft states that changing the primary user does not change the "Enrolled by" user in Intune.
Owner (Microsoft Entra device)A person, recorded on the Microsoft Entra device object.Microsoft states the Entra device owner is added during device registration into Microsoft Entra ID, and that for newly enrolled Entra devices the Owner property is set at the same time as the Intune primary user. They can diverge afterwards.
managedDeviceOwnerType (Graph)Ownership in the corporate-versus-personal sense, not a person.Documented values are unknown, company and personal. This is the Ownership field in the admin center.
Gotcha: "device owner" is two unrelated fields. The Microsoft Entra device Owner is a human being. The Graph managedDeviceOwnerType is corporate versus personal. A report that mixes them produces confident nonsense. Microsoft also notes that after you change the primary user, updates across Intune and Microsoft Entra ID can take up to 10 minutes to be reflected, so do not treat a stale read as a mismatch.

What Graph documents as read-only, and what it does not

If you plan to audit this at fleet scale you need to know which properties you can only read. On the Graph managedDevice resource, Microsoft documents the following as read-only: id, userId, userPrincipalName, userDisplayName, deviceName, enrolledDateTime, deviceEnrollmentType, deviceRegistrationState, azureADDeviceId and enrollmentProfileName.

The managedDeviceOwnerType property is the interesting exception. It appears in the documented Update managedDevice request body without the read-only marker that almost every neighbouring property carries. So corporate-versus-personal ownership is patchable. The identity of the primary user is not.

There is also a navigation property. Microsoft documents the users relationship on managedDevice with the description "The primary users associated with the managed device." That relationship is how the primary user is actually represented, which is why the field is not a simple writable string.

Watch out: do not try to correct affinity by patching userPrincipalName or userId on managedDevice. Microsoft documents both as read-only. Equally, do not guess which deviceEnrollmentType enum value corresponds to Autopilot self-deploying mode. Microsoft publishes the enum list, which includes windowsAzureADJoin, windowsBulkUserless, windowsAzureADJoinUsingDeviceAuth, windowsAutoEnrollment and windowsCoManagement. I could not find a Microsoft-official page that maps each Autopilot deployment mode to a specific enum value. Report the value you observe. Do not assert the mapping.

Two more properties are worth knowing, and both are documented on the beta managedDevice resource rather than version 1.0. Microsoft documents usersLoggedOn as a loggedOnUser collection that "Indicates the last logged on users of a device", and marks it read-only. The loggedOnUser complex type carries userId and lastLogOnDateTime. Note what is absent: there is no user principal name in that collection, only a directory object id. Microsoft also documents autopilotEnrolled on beta as a read-only boolean that reports whether the managed device was enrolled via Autopilot.

Gotcha: Microsoft describes usersLoggedOn as the last logged on users. It does not document it as a sign-in frequency histogram. Counting repeated entries is a reasonable proxy for "who really uses this machine", but it is a proxy. If you need genuine sign-in counts, that data lives in Microsoft Entra sign-in logs, not on the device object.

How to verify: read primary user, enrolled by, and logged-on users

Start in the console, because it is the fastest single-device answer. Microsoft documents that the Overview page lists the primary user.

intune.microsoft.comDevicesAll deviceschoose a device › Overview

Here is what that card looks like when a shared machine has picked up an owner it should never have had.

Microsoft Intune admin center — Device overview
Device name  WHSE-SHARED-04
Ownership  Corporate
Primary user  sh****@REDACTED.tld  SHOULD BE NONE
Enrolled by  sh****@REDACTED.tld
Enrollment profile name  AP-Warehouse-UserDriven  WRONG MODE
Join type  Microsoft Entra joined
Compliance  Compliant

Two fields already tell the story. The device was provisioned with a user-driven profile, so a primary user was set during enrollment, exactly as documented. Nobody made a mistake in the console. The mistake was choosing user-driven mode for a shared device.

For a fleet, go to Graph. Every call below is a GET.

PowerShell — read-only Graph queries
Connect-MgGraph -Scopes 'DeviceManagementManagedDevices.Read.All' -NoWelcome # Least privilege. A read audit never needs ReadWrite.All. $sel = 'id,deviceName,userId,userPrincipalName,managedDeviceOwnerType,deviceEnrollmentType,joinType,autopilotEnrolled,enrollmentProfileName,usersLoggedOn' $uri = 'https://graph.microsoft.com/beta/deviceManagement/managedDevices?' + '$select=' + $sel $devices = (Invoke-MgGraphRequest -Method GET -Uri $uri).value # usersLoggedOn and autopilotEnrolled are documented on BETA only, not on v1.0. $devices | Where-Object { -not $_.userPrincipalName } | Measure-Object # Healthy for a kiosk fleet. Alarming for a laptop fleet. Same query, opposite verdict. $devices[0].usersLoggedOn # Returns userId + lastLogOnDateTime only. No UPN - resolve object ids separately.

You can also confirm the device-side view of enrollment. Microsoft documents the enrollment registry location while troubleshooting automatic enrollment, and notes that a device enrolled into any mobile device management service writes enrollment information there.

HKLM\SOFTWARE\Microsoft\Enrollments
Registry Editor
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments
  |-- {aaaaaaaa-0b0b-1c1c-2d2d-333333333333}  (the MDM enrollment carrying the most values)
  |-- {bbbbbbbb-0b0b-1c1c-2d2d-333333333333}  (sparse key)
  `-- {cccccccc-0b0b-1c1c-2d2d-333333333333}  (sparse key)
Context: the enrolled user's principal name on the device is written by the management service, not by you. Microsoft documents the OMA-URI ./Device/Vendor/MSFT/DMClient/Provider/{ProviderID}/UPN as the node that "Allows the management server to update the User Principal Name (UPN) of the enrolled user", with an access type of Add, Get, Replace. That is a management-server operation, not an admin task.

Event log surface

There is no Microsoft-documented event ID that fires when a primary user is assigned or changed. What Microsoft does document is the enrollment event surface, which is where the enrolling identity gets established. Channel, stated once:

Applications and Services Logs\Microsoft\Windows\DeviceManagement-Enterprise-Diagnostic-Provider\Admin
Event IDLevelWhat Microsoft documents
75InformationA successful automatic enrollment. Microsoft says to search for this ID to confirm autoenrollment succeeded.
76ErrorFailed automatic enrollment. Microsoft says to check the error code that appears in the event.

The scheduled task that drives Group Policy based automatic enrollment logs in a second channel:

Applications and Services Logs\Microsoft\Windows\Task Scheduler\Operational
Event IDLevelWhat Microsoft documents
107InformationThe enrollment client task for automatically enrolling in MDM from Microsoft Entra ID was triggered.
102InformationThe task completed. Microsoft warns this is logged whether enrollment succeeded or failed.
7016ErrorLogged with error code 2149056522 when stale enrollment entries remain in the registry and block the autoenrollment task.
Event Viewer — DeviceManagement-Enterprise-Diagnostic-Provider / Admin
LevelTimeEvent IDTask category
Information09:14:0275Auto MDM enrollment succeeded
Error09:31:4776Auto MDM enrollment failed
Information09:36:1275Auto MDM enrollment succeeded
Error10:02:5576Auto MDM enrollment failed
Tip: Microsoft documents no registry key that holds the Intune primary user. Primary user is a service-side attribute on the Intune device object. Any blog post that hands you a registry path for it is guessing. Read it from Graph or the admin center, and nowhere else.

The fix: correct affinity per enrollment mode, and remove it where nobody should own the device

Correct a single device

Microsoft documents the change action, and the constraint that comes with it. For Windows devices that are Microsoft Entra joined or Microsoft Entra hybrid joined, the primary user of a device can be updated.

intune.microsoft.comDevices › All devicesPropertiesChange primary user
  1. Sign in to the Microsoft Intune admin center.
  2. Choose Devices, then All devices, then choose a Windows device.
  3. Choose Properties, then Change primary user.
  4. Select a new user and choose Select.

Microsoft publishes a "what you need to know" list against that action. Read all of it before you script anything around it.

That last bullet is the one people miss when the button is greyed out. The permission exists as a distinct right in Intune role-based access control. Microsoft's built-in roles reference shows Managed devices | Set primary user in Help Desk Operator, Endpoint Security Manager and School Administrator. A Read Only Operator has Managed devices | Read and cannot set it.

Gotcha: the greyed-out button often is not a permissions problem at all. Microsoft states that changing the primary user is not supported on devices that are Microsoft Entra registered only. Rudy Ooms reaches the same conclusion from the field: on a Microsoft Entra registered device the option to change the primary user is greyed out.

Removing the primary user is the same action and the same permission. Microsoft's wording is "to change or remove the Primary user of a device". Removal is how you turn an accidentally-owned device back into a shared device, because Microsoft defines a device with no primary user as a Shared Device.

Configure the device for genuine sharing

Clearing the primary user fixes the record. It does not change how Windows behaves at the sign-in screen. For that you want shared PC mode.

intune.microsoft.comDevices › Manage devices › ConfigurationCreate › New policyTemplates › Shared multi-user device
  1. Sign in to the Microsoft Intune admin center.
  2. Select Devices, then Manage devices, then Configuration, then Create, then New policy.
  3. Set Platform to Windows 10 and later.
  4. Set Profile type to Templates, then Shared multi-user device. Select Create.
  5. Name the profile, then work through Configuration settings.
  6. In Assignments, select the device group that receives the profile. Microsoft explicitly notes: be sure to assign the profile to device groups in your organization.
  7. Review and create.

That template writes the SharedPC configuration service provider. Here is the whole node set, so you can see what the profile is actually doing. Parent node, stated once:

./Vendor/MSFT/SharedPC
NodeDocumented values and defaultWhat it does
EnableSharedPCModebool, default falseSetting it to true triggers the action to configure a device to shared PC mode.
EnableSharedPCModeWithOneDriveSyncbool, default falseThe same, but with OneDrive sync turned on. Windows 11 22H2 and later.
AccountModel0 guest only (default), 1 domain-joined only, 2 bothConfigures which type of accounts are allowed to use the PC.
EnableAccountManagerbool, default falseEnables the account manager for shared PC mode.
DeletionPolicy0 immediate, 1 disk threshold (default), 2 disk plus inactive thresholdConfigures when accounts are deleted.
DiskLevelDeletion0 to 100, default 25Free-space percentage below which account deletion starts. Longest-inactive accounts go first.
DiskLevelCaching0 to 100, default 50Free-space percentage at which deletion stops.
InactiveThresholddays, default 30Accounts start being deleted after this many days without a sign-in.
KioskModeAUMIDstringApplication user model ID of the app to use with assigned access.
KioskModeUserTileDisplayTextstringDisplay text for the sign-in screen account that launches the kiosk app.
MaintenanceStartTimeminutes from midnight, 0 to 1440, default 0Daily start of the maintenance hour.
RestrictLocalStoragebool, default falseRestricts the user from using local storage.
MaxPageFileSizeMB0 to 32768, default 1024Page file ceiling. Applies only to systems under 32 GB storage with at least 3 GB RAM.
SetPowerPoliciesbool, default falseApplies the documented shared PC power policy set.
SleepTimeoutseconds, default 300, 0 means neverTime before the PC sleeps.
SignInOnResumebool, default falseRequires signing in when waking from sleep.
SetEduPoliciesbool, default falseApplies the education environment policy set.
EnableWindowsInsiderPreviewFlightingbool, default falseEnables Insider Preview flighting. Windows 11 22H2 and later.

Microsoft is precise about ordering, and it is easy to get wrong. For almost every node above, the documentation says: if used, this value must be set before the action on the EnableSharedPCMode node is taken. The Intune template handles that ordering for you. A hand-built custom OMA-URI profile does not.

Watch out: shared PC mode disables things your users may depend on. Microsoft's shared PC technical reference documents that enabling shared PC mode sets Use Windows Hello for Business to Disabled, sets Allow the use of biometrics to Disabled, turns off convenience PIN sign-in, and sets Behavior of elevation prompt for standard user to automatically deny elevation requests. Pilot this on a small ring. Do not push it at a fleet on a Friday.
Gotcha: the SharedPC settings are configuration service provider settings. There is no equivalent Group Policy administrative template for them, so this one is mobile-device-management only. The related Group Policy that does exist is the automatic enrollment trigger, at Computer Configuration › Policies › Administrative Templates › Windows Components › MDM › Enable Automatic MDM enrollment using default Microsoft Entra credentials. That policy is exactly what makes hybrid-joined devices take their primary user from the first user to sign in to Windows.

Deploy shared devices in the right mode next time

The durable fix sits upstream of all of this. If a device should have no owner, provision it in a mode that assigns no owner. Microsoft states that self-deploying mode allows deployment of a Windows device as a kiosk, digital signage device, or a shared device, and that no primary user is configured.

Three documented constraints decide whether you can use it.

Microsoft also names the trade-off directly. Some Intune capabilities rely on a primary user being set, including user self-service BitLocker recovery key retrieval and using Company Portal to install software assigned to users. Microsoft notes that a licensed user signing in to a self-deployed device is still entitled to their own features, such as Conditional Access. If you need any of the primary-user-dependent capabilities, Microsoft says a primary user can be set manually after provisioning.

Tip: for shared devices, target apps and policy at device groups rather than user groups. Microsoft notes that to appear in Company Portal on shared devices, available apps might be assigned to the device or the user, and are installed in system context or user context depending on how the app was configured. Device-targeted, system-context assignment is the version that keeps working when nobody owns the machine.

Proof it worked: the affinity report comes back clean

The companion script reads three signals per device and reports only disagreements. It is read-only, GET only, and it redacts identifiers by default. The output below is illustrative, produced against placeholder values rather than a live tenant.

PowerShell — Get-PrimaryUserAffinityReport.ps1 (illustrative output)
PS> .\Get-PrimaryUserAffinityReport.ps1 -CheckSharedFlag ============================================================================== Intune primary user / device affinity audit (READ-ONLY) ============================================================================== Every Graph call in this script is a GET. Nothing is created, changed or deleted. Device names and user principal names are redacted. Use -ShowIdentifiers to reveal. Requesting read-only scopes: DeviceManagementManagedDevices.Read.All Reading managed devices... Managed devices read: 412 Reading hardwareInformation.isSharedDevice per device... ============================================================================== Summary ============================================================================== Devices inspected : 412 No primary user : 21 Primary user vs logged-on drift : 6 Shared-flag devices with owner : 3 No anomaly detected : 382 Logged-on users are shown as directory object ids. usersLoggedOn does not carry a UPN. Add -ResolveLoggedOnUsers (needs User.Read.All) to resolve them. ============================================================================== Findings ============================================================================== Finding DeviceName PrimaryUser SharedDeviceFlag JoinType ------- ---------- ----------- ---------------- -------- AffinityMismatch LAP-REDACTED jo****@REDACTED.tld False azureADJoined NoPrimaryUser KIO-REDACTED True azureADJoined SharedFlagWithOwner WHS-REDACTED sh****@REDACTED.tld True azureADJoined # NoPrimaryUser on a kiosk is the desired state, not a fault. Read the row, not the label. # SharedFlagWithOwner is the one to act on: many users, one recorded owner.

Three numbers tell you whether the fleet is healthy. The NoPrimaryUser count should roughly match your shared and kiosk estate. The AffinityMismatch count should be small and should map to real desk moves. The SharedFlagWithOwner count should be zero, because a device Windows reports as shared should not carry a named owner.

That shared flag is worth trusting because Microsoft documents it on both sides. On the beta managedDevice resource it is hardwareInformation.isSharedDevice. In the admin center Hardware page it appears as Shared device, defined as: if Yes, the device is shared by more than one user. Microsoft lists that field for Windows and iOS.

Watch out: the script aborts with exit code 1 if any Graph page fails, if zero devices come back, or if the device count exceeds the safety ceiling. That is deliberate. An affinity report that silently truncates looks identical to a clean tenant, and a clean-looking report is exactly what stops people investigating further.

One operational note before you script corrections. Microsoft documents the Change primary user action in the admin center, and documents the permission it needs. I could not find a Microsoft-official Intune Graph reference page for a write action that sets the primary user, and Microsoft documents userId and userPrincipalName as read-only. Peter van der Woude published the beta reference form the community uses. Treat any bulk-correction script as unsupported until Microsoft documents it, keep the audit read-only, and drive the change through the documented action.

References

Microsoft official

SourceWhat it confirms
Find the primary user of a Microsoft Intune deviceThe definition of primary user and Device Affinity, the enrollment-method matrix, the Company Portal warning string, shared-device behaviour, the Change primary user steps, and the Managed devices/Set primary user permission.
managedDevice resource type (v1.0)That userId, userPrincipalName and userDisplayName are read-only, the managedDeviceOwnerType values, and that the users relationship is described as the primary users associated with the device.
managedDevice resource type (beta)That usersLoggedOn, autopilotEnrolled, joinType and hardwareInformation.isSharedDevice exist on beta, and the loggedOnUser property names.
Update managedDeviceWhich properties the documented PATCH body marks read-only, and that managedDeviceOwnerType is not one of them.
Windows Autopilot self-deploying modeThat Intune does not automatically configure a primary user in self-deploying mode, which capabilities depend on a primary user, the TPM 2.0 and attestation requirement, and the 0x800705B4 failure.
Shared or multi-user Windows device settings in Microsoft IntuneThe Shared multi-user device template path, and the instruction to assign the profile to device groups.
SharedPC CSPEvery node name, allowed value and default in the table above, and the ordering rule relative to EnableSharedPCMode.
Shared PC technical referenceThe exact policy set applied by shared PC mode, including Windows Hello for Business and biometrics being disabled.
Diagnose MDM enrollment failuresThe event channel and event IDs 75, 76, 107, 102 and 7016, and the HKLM\SOFTWARE\Microsoft\Enrollments location.
DMClient CSPThe UPN node that lets the management server update the user principal name of the enrolled user.
Microsoft Intune built-in roles referenceThat Managed devices | Set primary user is a distinct right, present in Help Desk Operator, Endpoint Security Manager and School Administrator.
View device details with Microsoft IntuneThe Hardware page definition of Shared device, and that Overview lists the primary user.

Community deep dive

AuthorPostWhy it is relevant
Rudy OomsEntra Registered Devices in Intune: What You Need to KnowConfirms from the field that on a Microsoft Entra registered device the option to change the primary user is greyed out, which matches Microsoft's documented support boundary.
Peter van der WoudeChanging the primary user of Windows devicesWalks the change and the removal end to end, and publishes the beta reference form the community uses for automation. Treat that form as community knowledge, not documented API.

The lesson is not that Intune got something wrong. Intune recorded whoever finished setup, which is documented behaviour and usually the right answer. The lesson is that device ownership is decided at provisioning time, by which Autopilot mode you chose. A shared device provisioned through a user-driven profile will always come out with an owner. Fix the profile, and the audit stays clean without anybody clicking Change primary user again.

PowerShell — companion script

Download it from Imran76Awan/Windows-Autopilot-Scripts — no sign-in required. It is read-only: it reports and never changes a device or anything in Intune. Validate it in your own environment before relying on the output.

Get-PrimaryUserAffinityReport.ps1 — Read-only audit of Intune primary user (user device affinity) anomalies across managed devices.
View all scripts on GitHub
Was this post helpful?
React below — no account needed
Share this post
LinkedIn X / Twitter Reddit Bluesky

More from EndpointWeekly

Autopilot
You Deleted It From Intune and It Still Cannot Re-Enrol:…
A retired Autopilot device is three separate records: the Autopilot registration, the…
Autopilot
Assign User Does Not Lock the Device: What Autopilot…
Assigning a user to an Autopilot device writes two strings to a cloud object and…
Autopilot
The Clock Is the First Dependency: How Time Skew Breaks…
Kerberos and OAuth both authenticate with timestamps, so a device with a dead CMOS…