Skip to content

Enterprise app management | mobile device management (MDM)

Jan Philipp Weber edited this page Jul 5, 2025 · 4 revisions

With the version 1.3.0+ the app supports Enterprise app management (Pro+ feature via subscription or one time purchase).

See for example for custom settings in Microsoft Intune. https://learn.microsoft.com/en-us/intune/intune-service/configuration/custom-settings-configure

Version {PackageFamilyName}
Beta 38343JanPhilippWeber.2fastBeta_nxr4mypqfqb9c
Live 8343JanPhilippWeber.2fastTwoFactorAuthenticatorSu_nxr4mypqfqb9c

Several variables are available for configuration and are entered as format chr (string):

Key Value
Description The generated keys can be hidden with the settings
Name UseHiddenTOTP
Data type Boolean
Vaild values true or false

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/UseHiddenTOTP
Key Value
Description The setting can be used to activate/deactivate a user-defined NTP server for time synchronisation for the generation of TOTP-based keys
Name UseNTPServerCorrection
Data type Boolean
Vaild values true or false

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/UseNTPServerCorrection
Key Value
Description A user-defined NTP server (URL) can be set with the settings
Name NTPServerString
Data type String
Vaild values NTP server URL

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/NTPServerString
Key Value
Description The setting activates or deactivates Windows Hello (if available)
Name ActivateWindowsHello
Data type Boolean
Vaild values true or false

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/ActivateWindowsHello
Key Value
Description The setting activates or deactivates automatic logout after inactivity
Name UseAutoLogout
Data type Boolean
Vaild values true or false

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/UseAutoLogout
Key Value
Description The setting is used to configure the minutes for automatic logout
Name AutoLogoutMinutes
Data type Integer
Vaild values 5 to 25

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/AutoLogoutMinutes
Key Value
Description The setting sets a customised image for the login page
Name LoginScreenWallpaper
Data type String
Vaild values wallpaper URL

OMA-URI

./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}/AppSettingPolicy/LoginScreenWallpaper

Clone this wiki locally