mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
d7f77f55ce
Adding a tool to showcase how to perform MDM programmatic enrollment on Windows. Moved Windows MDM PoC server to a new location
11 lines
244 B
Modula-2
11 lines
244 B
Modula-2
module github.com/oscartbeaumont/windows_mdm
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/ernesto-jimenez/httplogger v0.0.0-20220128121225-117514c3f345
|
|
github.com/go-xmlfmt/xmlfmt v1.1.2
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
)
|