The following sample NoAD.xml file configures the profile archive path, a log file at the INFO level, allows users to log in if the Flex configuration files path or the profile archive path is not accessible, and enables certain Windows event logging options.

<?xml version="1.0" encoding="utf-8"?>
<userEnvironmentSettings>
	<setting type="noAD"
		ProfileArchivePath="\\Filesrv\DemUsers$\%username%\Archives"
		LogFileName="\\Filesrv\DemUsers$\%username%\Logs\FlexEngine.log"
		LogLevel="1"
		ConfigPathMissingAction="0"
		ArchivePathMissingAction="1"
		AppBlockingEventLog="1"
		EventLog="1"
		EventLogAsync="1"
		EventLogDirectFlexRefresh="1"
		EventLogUEMRefresh="1"
	/>
</userEnvironmentSettings>
Note: This sample configuration file is available in the download package's Agent Configuration Examples\FlexRepository\NoAD folder.

For integration-mode scenarios, the download package also contains a sample configuration file for use with Workspace ONE UEM. The main difference with the standalone-mode sample is that the profile archive path and the log file configuration settings use local paths instead of paths on a file share.