Trigger Windows MDM host enrollment on device when notified that it is enabled (#12426)

This commit is contained in:
Martin Angers
2023-06-26 12:13:17 -04:00
committed by GitHub
parent 4be1da6724
commit ca02abb660
9 changed files with 414 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
package update
// Exported so that it can be used in tools/ (so that it can be built for
// Windows and tested on a Windows machine). Otherwise not meant to be used
// from outside this package.
type MicrosoftMDMEnrollmentArgs struct {
DiscoveryURL string
HostUUID string
}