Added support fo domain MaxDevices limit

This commit is contained in:
Ylian Saint-Hilaire
2019-06-05 15:24:07 -07:00
parent 184a95b3ce
commit 0a62aa8ae3
8 changed files with 229 additions and 134 deletions

View File

@@ -72,6 +72,7 @@
"__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
"_UserConsentFlags" : 7,
"_Limits": {
"_MaxDevices": 100,
"_MaxUserAccounts": 100,
"_MaxUserSessions": 100,
"_MaxAgentSessions": 100,