Data Dictionary
Transcription
Data Dictionary
Desktop Authority Data Dictionary Copyright © 1998-2009 ScriptLogic Corporation and its licensors. All rights reserved. Protected by U.S. Patent 6,871,221 and 7,293,087 with other U.S. and International Patents Pending. Portions include technology used under license from Shavlik Technologies and are copyrighted. Portions include technology used under license from Aluria Software LLC and are copyrighted. This software is based in part on the work of the Independent JPEG Group. This publication is protected by copyright and all rights are reserved by ScriptLogic Corporation. It may not, in whole or part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form without prior consent, in writing, from ScriptLogic Corporation. This publication supports Desktop Authority 7. It is possible that it may contain technical or typographical errors. ScriptLogic Corporation provides this publication “as is,” without warranty of any kind, either expressed or implied. ScriptLogic Corporation 6000 Broken Sound Parkway NW Boca Raton, Florida 33487-2742 1.561.886.2400 www.scriptlogic.com Trademark Acknowledgements: Desktop Authority, ScriptLogic and the ScriptLogic logo are either registered trademarks or trademarks of ScriptLogic Corporation in the United States and/or other countries. The names of other companies and products mentioned herein may be the trademarks of their respective owners. Contacting ScriptLogic ScriptLogic may be contacted about any questions, problems or concerns you might have at: ScriptLogic Corporation 6000 Broken Sound Parkway NW Boca Raton, Florida 33487-2742 561.886.2400 Sales and General Inquiries 561.886.2450 Technical Support 561.886.2499 Fax www.scriptlogic.com ScriptLogic on the Web ScriptLogic can be found on the web at www.scriptlogic.com. Our web site offers customers a variety of information: • Download product updates, patches and/or evaluation products. • Locate product information and technical details. • Find out about Product Pricing. • Search the Knowledge Base for Technical Notes containing an extensive collection of technical articles, troubleshooting tips and white papers. • Search Frequently Asked Questions, for the answers to the most common non-technical issues. • Participate in Discussion Forums to discuss problems or ideas with other users and ScriptLogic representatives. Table Of Contents Database Schema ................................................................................................................................ 6 Profile Data ................................................................................................................................. 7 Admin Audit Data....................................................................................................................... 8 Desktop Data............................................................................................................................... 9 User/Computer Activity Data ................................................................................................... 10 AntiSpyware_Infections ................................................................................................................... 11 AntiSpyware_Scans .......................................................................................................................... 12 AntiSpyware_ThreatLevels .............................................................................................................. 13 AntiSpyware_Variants...................................................................................................................... 14 ComputerIdentification..................................................................................................................... 15 ComputerSession .............................................................................................................................. 16 DAConfigurationAuditLog............................................................................................................... 17 DomainUsers .................................................................................................................................... 18 Hardware_Display ............................................................................................................................ 19 Hardware_Inventory ......................................................................................................................... 20 Hardware_IPAddress ........................................................................................................................ 21 Hardware_LogicalDisk..................................................................................................................... 22 Hardware_Modem ............................................................................................................................ 23 Hardware_NIC.................................................................................................................................. 24 Hardware_Printer.............................................................................................................................. 25 Hardware_Processor ......................................................................................................................... 26 Hardware_SIMM .............................................................................................................................. 27 Hardware_Storage ............................................................................................................................ 28 Hardware_USB................................................................................................................................. 29 Hardware_VideoCard ....................................................................................................................... 30 HardwareInventory ........................................................................................................................... 31 ItemIdentification.............................................................................................................................. 32 PatchApplication............................................................................................................................... 33 PatchApplication_Item ..................................................................................................................... 34 PatchManagement_Severities........................................................................................................... 35 Profile_Alerts.................................................................................................................................... 36 Profile_AntiSpyware ........................................................................................................................ 37 Profile_ApplicationLauncher............................................................................................................ 38 Profile_CommonFolderRedirection.................................................................................................. 39 Profile_Display ................................................................................................................................. 40 Profile_Drives................................................................................................................................... 41 Profile_Environment......................................................................................................................... 42 Profile_Embargo............................................................................................................................... 43 Profile_FileOperations...................................................................................................................... 44 Profile_FolderRedirection ................................................................................................................ 45 Profile_General................................................................................................................................. 46 Profile_GroupPolicyTemplates ........................................................................................................ 47 Profile_Inactivity .............................................................................................................................. 48 Profile_INIFiles ................................................................................................................................ 49 Profile_Internet ................................................................................................................................. 50 Profile_LegalNotice.......................................................................................................................... 51 Profile_Logging ................................................................................................................................ 52 Profile_MailProfile ........................................................................................................................... 53 Profile_MessageBoxes...................................................................................................................... 54 Profile_MSOffice.............................................................................................................................. 55 Profile_Outlook ................................................................................................................................ 56 Profile_PatchManagement................................................................................................................ 58 Profile_Path ...................................................................................................................................... 59 Profile_Permissions .......................................................................................................................... 60 Profile_PostEngineScripts ................................................................................................................ 61 Profile_PowerManagement .............................................................................................................. 62 Profile_PreEngineScripts.................................................................................................................. 63 Profile_Printers ................................................................................................................................. 64 Profile_Registry ................................................................................................................................ 65 Profile_RemoteManagement ............................................................................................................ 66 Profile_SecurityPolicies.................................................................................................................... 67 Profile_ServicePacks ........................................................................................................................ 68 Profile_Shortcuts .............................................................................................................................. 69 Profile_SoftwareDeployment ........................................................................................................... 70 Profile_TimeSync ............................................................................................................................. 71 Profile_WindowsFirewall................................................................................................................. 72 ProfileIdentification .......................................................................................................................... 73 Profiles .............................................................................................................................................. 74 SoftwareInventory ............................................................................................................................ 75 UserSession....................................................................................................................................... 76 UserSessionActivity.......................................................................................................................... 77 Database Schema For readability and ease of use, the DA Reporting Database Schema shown on the following pages is broken up into four logical groupings, Profile Data, Admin Audit Data, Desktop Data and User/Computer Activity Data. The grouping of tables that make up the Profile Data consists of all profile and configuration element data configured in the Manager. The Admin Audit Data grouping consists of data that is collected as Admins make changes to profiles, profile elements, users and roles. The grouping of tables that make up the Desktop Data consists of data collected for Hardware and Software Inventory, Anti-spyware scans and Patch Management. The grouping of tables that make up the User/Computer Data consists of data collected as users/computers log on and off the network. This set makes up the data needed for User Activity reporting. The Profile, Profile Elements and Admin Audit data is periodically updated from the DACONFIGURATION database to the DAREPORTING database. The period in which the database is updated is configured in the ETLProcessor plugin. This is found on the OpsMaster Service tab of Server Manager. When viewing the following diagrams, zoom in for a more precise view. A full printable version of the diagrams can be downloaded from the ScriptLogic web site. Profile Data Note: When viewing this diagram, zoom in for a more precise view. A full printable version of this diagram can be downloaded from the ScriptLogic web site. Admin Audit Data Note: When viewing this diagram, zoom in for a more precise view. A full printable version of this diagram can be downloaded from the ScriptLogic web site. Desktop Data Note: When viewing this diagram, zoom in for a more precise view. A full printable version of this diagram can be downloaded from the ScriptLogic web site. User/Computer Activity Data Note: When viewing this diagram, zoom in for a more precise view. A full printable version of this diagram can be downloaded from the ScriptLogic web site. AntiSpyware_Infections Column AntiSpyware_InfectionsID ComputerIdentificationID VariantName VariantID Path File DetectedIn Data Type INT INT NVARCHAR(50) INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(50) Action Result FirstDetectedLocal FirstDetectedUTC NVARCHAR(20) NVARCHAR(50) DATETIME DATETIME LastDetectedLocal LastDetectedUTC DATETIME DATETIME Description Anti-Spyware Infection ID Computer ID Spyware variant name Spyware variant ID Infection Path Infection File Name Location of Infection (REGISTRY,FILE, MEMORY,DISK Clean action Result of clean action First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) AntiSpyware_Scans Column AntiSpyware_ScansID ComputerIdentificationID LastMemoryScanDate LastMemoryScanOptions LastMemoryScanResult LastRegistryScanDate LastRegistryScanResult LastFileSystemDate LastFileSystemResult FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT DATETIME NVARCHAR(20) NVARCHAR(50) DATETIME NVARCHAR(50) DATETIME NVARCHAR(50) DATETIME DATETIME DATETIME DATETIME Description Anti-Spyware Scan ID Computer ID Last date of memory scan Memory Scan options Results of memory scan Last date of registry scan Results of registry scan Last date of disk scan Results of disk scan First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) AntiSpyware_ThreatLevels Column ThreatLevelOrdinal ThreatLevelName Data Type INT NVARCHAR(20) Description Threat Level ID Threat Level Name AntiSpyware_Variants Column AntiSpyware_VariantsID ComputerIdentificationID VariantName ThreatLevel ThreatLevelOrdinal Category Description FirstDetectedLocal FirstDetectedUTC Data Type INT INT NVARCHAR(50) NVARCHAR(50) INT NVARCHAR(50) NVARCHAR(1000) DATETIME DATETIME LastDetectedLocal LastDetectedUTC DATETIME DATETIME Description Anti-Spyware Variant ID Computer ID Variant Name Threat Level Threat Level ID Spyware Category Spyware Description First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) ComputerIdentification Column ComputerIdentificationID ComputerIdentification1 ComputerIdentification2 ComputerIdentification3 ComputerIdentification4 ComputerIdentification5 DateCreated Data Type INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) DATETIME Description Computer Identification ID Makes up part of the unique Computer Makes up part of the unique Computer Makes up part of the unique Computer Makes up part of the unique Computer Makes up part of the unique Computer Date the computer was first detected ID ID ID ID ID ComputerSession Column ComputerSessionID ComputerIdentificationID SessionEvent ActivityTimeLocal ActivityTimeUTC Data Type INT INT NVARCHAR(64) DATETIME DATETIME Description Computer Session ID Computer ID Type of computer event Time of computer event Time of computer event Coordinated Universal Time (UTC) DAConfigurationAuditLog Column RBAAuditID AuditName Operation ProfileID ProfileName RoleID RoleName ProfileElementID ProfileElementDescription ObjectName SystemUserSID SystemUserOrGroupName AdministratorSID AdministratorName AdministratorDomain ComputerName Description LogTime Data Type INT NVARCHAR(255) NVARCHAR(50) INT NVARCHAR(255) INT NVARCHAR(255) INT NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) NVARCHAR(255) NVARCHAR(100) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) DATETIME Description Audit Entry ID Audit Type Operation Profile ID Profile Name Role ID Role Name Profile Element ID Profile Element Description Object Name System User SID System User Group Admin SID Admin Name Admin Domain Computer Name Description of action Date/Time of action DomainUsers Column UserSID UserName Domain MachineName LastAccessedDate LastModifiedDate Data Type NVARCHAR(100) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) DATETIME DATETIME Description System User SID System User Name Domain Name Computer Name Date Last Accessed Date Last Modified Hardware_Display Column DisplayID ComputerIdentificationID Instance Manufacturer InterfaceType Type SerialNumber YearManufactured MaxResolution FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(10) NVARCHAR(10) DATETIME DATETIME DATETIME DATETIME Description Display ID Computer ID Display Instance Display Manufacturer Display Interface Display Type Serial Number Year Manufactured Maximum Resolution First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_Inventory Column ComputerIdentificationID ComputerName ComputerOU Manufacturer Model ComputerType ComputerClass SerialNumber Motherboard MotherboardManufacturer MotherboardName MotherboardSerialNumber Memory BIOS BIOSManufacturer BIOSName BIOSSerialNumber OperatingSystem PatchLevel FirstDetectedLocal FirstDetectedUTC Data Type INT NVARCHAR(255) NVARCHAR(2000) NVARCHAR(255) NVARCHAR(64) NVARCHAR(25) NVARCHAR(25) VNARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(20) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) DATETIME DATETIME ScanTimeLocal ScanTimeUTC DATETIME DATETIME Description Computer ID Computer Name Computer OU Computer Manufacturer Computer Model Computer Type Class of Computer Computer Serial Number Type of Motherboard Motherboard Manufacturer Motherboard Name Motherboard Serial Number Amount of Memory Type of BIOS BIOS Manufacturer BIOS Name BIOS Serial Number Installed Operating System Patch Level of OS First detected (Date) First detected Coordinated Universal Time (UTC) Scan Time Scan Time Coordinated Universal Time (UTC) Hardware_IPAddress Description IPAddressID ComputerIdentificationID MAC Address Subnet DHCP FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) DATETIME DATETIME DATETIME DATETIME Description IP Address ID Computer ID MAC Address IP Address Subnet Address DHCP Installed First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_LogicalDisk Column ComputerIdentificationID LogicalDiskID StorageID DriveLetter FileSystem Size SizeMB FreeSpace FreeSpaceMB VolumeName VolumeSerialNumber FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(5) NVARCHAR(20) NVARCHAR(20) DECIMAL(9,2) NVARCHAR(20) DECIMAL(9,2) NVARCHAR(255) NVARCHAR(64) DATETIME DATETIME DATETIME DATETIME Description Computer ID Logical Disk ID Storage ID Drive Letter Type of File System Size of Disk Size of Disk in MB Free space on Disk Free Space on Disk in MB Disk Volume name Volume serial number First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_Modem Column ModemID ComputerIdentificationID Instance Manufacturer Model SerialNumber BIOS Driver FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) DATETIME DATETIME DATETIME DATETIME Description Modem ID Computer ID Modem instance Modem Manufacturer Modem Model Modem Serial Number Modem BIOS Modem Driver First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_NIC Column NIC_ID ComputerIdentificationID Instance Manufacturer Model MAC Driver BIOS AdapterType InterfaceType FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) DATETIME DATETIME DATETIME DATETIME Description NIC ID Computer ID NIC Instance NIC Manufacturer NIC Model NIC MAC Address NIC Driver NIC BIOS NIC Adapter type NIC Interface type First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_Printer Column PrinterID ComputerIdentificationID Instance Manufacturer Model Driver PortName FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) DATETIME DATETIME DATETIME DATETIME Description Printer ID Computer ID Printer Instance Printer Manufacturer Printer Model Printer Driver Porter Port name First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_Processor Column ProcessorID ComputerIdentificationID Instance Manufacturer Name ClockSpeed FrontSideBusSpeed Version L1CacheSize L2CacheSize FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(20) NVARCHAR(20) NVARCHAR(64) NVARCHAR(20) NVARCHAR(20) DATETIME DATETIME DATETIME DATETIME Description Processor ID Computer ID Processor Instance Processor Manufacturer Processor Name Processor Clock Speed Processor Front Bus Speed Processor version L1 Cache size L2 Cache size First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_SIMM Column SIMM_ID ComputerIdentificationID Instance RAMSize RAMSizeMB BankSlot FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(20) DECIMAL(9,2) NVARCHAR(20) DATETIME DATETIME DATETIME DATETIME Description SIMM ID Computer ID SIMM Instance Ram Size Ram size in MB Bank Slot used First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_Storage Column StorageID ComputerIdentificationID Instance DeviceType InterfaceType InterfaceChannel Manufacturer Model SerialNumber BIOS StorageFree StorageFreeMB StorageUsed StorageUsedMB FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(50) NVARCHAR(50) NVARCHAR(10) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(20) DECIMAL(9,2) NVARCHAR(20) DECIMAL(9,2) DATETIME DATETIME DATETIME DATETIME Description Storage ID Computer ID Storage Instance ID Device Type Interface Type Interface Channel Storage Manufacturer Storage Model Storage Serial Number Storage BIOS Disk Space Free Disk Space Free in MB Disk Space Used Disk Spage Used in MB First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_USB Column USB_ID ComputerIdentificationID Instance DeviceType DeviceName COMPort FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(64) NVARCHAR(255) NVARCHAR(10) DATETIME DATETIME DATETIME DATETIME Description USB ID Computer ID USB Instance USB Type USB Device USB Port First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) Hardware_VideoCard Column VideoCardID ComputerIdentificationID Instance Manufacturer ModelNumber InterfaceType SerialNumber Driver BIOS Memory FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(20) DATETIME DATETIME DATETIME DATETIME Description Video Card ID Computer ID Video Card Instance Video Card Manufacturer Video Card Model Video Card Interface type Video Card Serial number Video Card driver Video Card BIOS Video Card Memory amount First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) HardwareInventory Column ComputerIdentificationID ComputerName Manufacturer Model ComputerType ComputerClass SerialNumber Motherboard Memory TotalInstalledRamMD BIOS BIOSManufacturer BIOSName BIOSSerialNumber OperatingSystem PatchLevel Platform IsVirtual VirtualEnvironment LastUser FirstDetectedLocal FirstDetectedUTC ScanTimeLocal ScanTimeUTC Data Type INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(25) NVARCHAR(25) NVARCHAR(64) NVARCHAR(64) NVARCHAR(20) DECIMAL(9,2) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) DATETIME DATETIME DATETIME DATETIME Description Computer ID Computer Name Manufacturer Computer Model Computer Type Computer Class Serial Number Computer Motherboard Amount of Memory Installed Memory in MB System BIOS System BIOS Manufacturer System BIOS Name System BIOS Serial Number Installed Operating System Installed Patch Level System platform Virtual machine flag Virtual environment flag Last user to login First scanned (Date) First Scanned Coordinated Universal Time (UTC) Scanned since (Date) Scanned Since Coordinated Universal Time (UTC) ItemIdentification This table is used internally by the data collection system to generate primary key seed values for the hardware inventory sub-tables. For most reports this table will not be needed in any SQL query. Data in this table should not be changed. Column ItemIdentificationID ComputerIdentificationID PID PID2 Data Type INT INT NVARCHAR(255) NVARCHAR(255) PatchApplication Column PatchApplicationID ComputerIdentificationID Product SP FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT NVARCHAR(255) NVARCHAR(255) DATETIME DATETIME DATETIME DATETIME Description Patch Application Id Computer ID Patch Product Patch Service Pack First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) PatchApplication_Item Column ComputerIdentificationID PatchItemID PatchApplicationID BulletinID BulletinTitle SQNumber PatchName Severity SeverityOrdinal Status FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT INT NVARCHAR(20) NVARCHAR(255) NVARCHAR(20) NVARCHAR(255) NVARCHAR(20) INT NVARCHAR(100) DATETIME DATETIME DATETIME DATETIME Description Computer ID Patch Item ID Patch Application ID Bulletin ID Bulletin Title MS KB article ID number Patch Name Patch Severity Severity ID Patch Status First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) PatchManagement_Severities Column SeverityID SeverityName Data Type INT NVARCHAR(20) Description Severity ID Severity Name Profile_Alerts Column ElementID ProfileID Priority Events AlertTitle AlertType AlertText ActiveUserWarning ActiveUserTimeout WarningTargetList Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NCHAR(64) NTEXT BIT INT NTEXT LogEvent RemoteLogEventList BIT NTEXT EmailEventList Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Event Alert Title Alert Type Alert Text Display a pop-up message to the user logging on Timeout (sec) List of user(s) and/or computer(s) to display a popup message Write this alert to the client computer’s event log Write this alert to the event log on one or more specific computers Email this alert to specific address Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_AntiSpyware Column ElementID ProfileID Priority QuickScan ScanMemory ScanMemoryRealTime ScanRegistry ScanLocal ScanRemovable Action MinimumThreat ExcludeList DeleteItems DeleteDays ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate Data Type INT INT INT NVARCHAR (64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NTEXT NVARCHAR(64) SMALLINT NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list QuickScan option Scan memory option Active memory scan Scan Registry Scan local disks Scan removable disks Clean action Minimum threat to take action Excluded spyware list Delete items from quarantine Number of days old Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_ApplicationLauncher Column ElementID ProfileID Priority Filespec Arguments Cycle CycleData Frequency LaunchTiming Hide Async ShowMessageBox MessageBoxWindowTitle MessageBoxMessage MessageBoxTimeout Data Type INT INT INT NTEXT NTEXT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(1000) NVARCHAR(64) RunAsAdmin UUID ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate NVARCHAR(64) NVARCHAR(64) NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list Filespec of application to launch Arguments Cycle Cycle data Frequency Validation Logic Timing Hide any screen output Launch asynchronously Show Time-Out Message Box Time-out message box window title Time-out message box window message Number of seconds to display time-out message box Run as Administrator Unique identifier Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_CommonFolderRedirection Column ElementID ProfileID Priority ShellFolder RedirectToFolder Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Shell Folder Redirect to Folder Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Display Column ElementID ProfileID Data Type INT INT Priority EnableNumLock DisablePrintPopup RemoveWelcome RemoveIntelliMouseTips RemoveShortcutTo RemoveFindFast RemoveMSN RemoveMyDocuments RemoveOnlineServices EnableCMD Wallpaper MyComputer NetworkNeighborhood Owner Company EnableContextRemoveControl Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Enable Num Lock on Boot Disable Print Popup Remove Windows Welcome Remove Intellimouse Tips Remove “Shortcut To” prefix Remove Find Fast Startup Remove MSN Desktop Icon Remove My Documents Desktop Icon Remove Online Services Desktop Folder Enable “Command Prompt Here” Wallpaper File Rename “My Computer” to Rename “Network Neighborhood” to Registered Owner Registered Company Enable Remote Control shell extension Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Drives Column ElementID ProfileID Priority Letter Path Hidden ExplorerLabel OnError Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Drive Letter Mapped drive path Hide from Windows Explorer Explorer Label If this drive fails to map Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Environment Column ElementID ProfileID Priority Variable Value Location Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Environment Variable Variable value Variable location Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Embargo Column ElementID ProfileID Priority EmbargoText ShowDesktopIcon ShowBalloons Action PermittedUSBDevices Element Enabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate Data Type INT INT INT NTEXT NVARCHAR(10) NVARCHAR(10) BIT NTEXT NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to List Priority Environment Text Show Desktop Icon flag Show Balloons flag Enabled/Disabled Element USB Devices permitted Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_FileOperations Column ElementID ProfileID Priority Operation SourceFolder SourceFiles DestinationFolder DestinationFiles SubDirectories ContinueOnError HiddenAndSystem ReadOnly Existing Older Async RedirectTo32BitFolder FilterAction Date1 Date2 Wipe ShowProgress Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list File operation Source folder Source file(s) Destination folder Destination file(s) Include subdirectories Continue on error Include hidden/system files Read-only files Existing files Older files Perform asynchronous action Redirect to 32 bit folder action Only files Start Date End Date Wipe disk area to DOD-3 spec Show progress bar Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_FolderRedirection Column ElementID ProfileID Priority ShellFolder RedirectToFolder Relocation Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Shell Folder Redirect to Folder Copy any files that exist in the original folder Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_General Column ElementID ProfileID Data Type INT INT Priority Purge TempLocation Password PasswordWarningDays INT NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) FreeSpaceWarningLimit ClearLogin LimitConcurrentDrive NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) DisconnectAllDrives NVARCHAR(64) DisconnectNetworkPrinters NVARCHAR(64) DisconnectIPPrinters NVARCHAR(64) DisableOfficeAssistant ClearAllPoliciesFirst RemoveIETour RemoveInternetConnectionWizard HideAgentIcon NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) AlwaysRestart NVARCHAR(64) ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list Never/Prompt/Always Purge client files Files to purge Set Local Admin Password Number of days to warn user before network password expires Warn user on low disk space (MB) Don’t display last user name Limit concurrent logons by monitoring the share mapped using drive Disconnect all existing network drives before mapping new ones Disconnect all existing network printers before connecting new ones Disconnect all existing IP printers before connecting new ones Disable Office Assistant Clear all existing security policies Remove IE tour Remove Internet connection wizard Do not show desktop agent icon in system tray Always restart computer, even it shut down is selected (Non Vista) Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_GroupPolicyTemplates Column ElementID ProfileID ObjectTypeID Priority ADMFiles ADMXFiles ADMXLocation UserRegistry ComputerRegistry Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT INT NTEXT NTEXT NTEXT NTEXT NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Available ADM template files Available ADMX files Location of ADMX files User related policy settings Computer related policy settings Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Inactivity Column ElementID ProfileID Priority ElapsedTime Action DeferInactivity Sound Timeout Text HourMask ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate Data Type INT INT INT INT NVARCHAR(64) INT NVARCHAR(255) INT(10) NTEXT NTEXT NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list Duration of inactivity before warning Inactivity action Delay inactivity detection Sound to play Duration of warning before action (min) Warning to display Inactivity detection hours Enabled/Disabled Element Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_INIFiles Column ElementID ProfileID Priority Action Filespec Section Value Data Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(64) NVARCHAR(255) NTEXT NTEXT NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Write/Delete value or Delete section INI File name INI file section Value in the section Data for the value Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Internet Column ElementID ProfileID Priority StartPage SearchPage DownloadDir ProxyEnable ProxyServer ProxyPort ProxyBypass ProxyOverride ProxyConfigURL Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT NTEXT NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NTEXT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list IE start page IE search page Download directory Use a proxy server Proxy server address Proxy server port Bypass proxy server for local addresses Do not use proxy server for addresses beginning with Address of automatic configuration script Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_LegalNotice Column ElementID ProfileID Priority Title Text Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Window Title Message Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Logging Column ElementID ProfileID Priority FieldList LogFileLocation Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Log file field list Log file location Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_MailProfile Column ElementID ProfileID Priority Profile ExchangeServer Mailbox UseExisting Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NTEXT NVARCHAR(64) RenameExisting NVARCHAR(64) CleanAllButDefault NVARCHAR(64) CleanBackups NVARCHAR(64) AdditionalMailboxes EnforceAdditionalMailboxes NTEXT NTEXT Enabled Rules Class OS Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Mail Profile name Exchange server Mailbox name If user has existing profile, do not apply the settings Rename user’s existing default profile if mail profile name is different Delete all profiles except for user’s default profile Delete all backup profiles created during configuration Additional mailbox list Remove mailboxes not listed in additional mailbox list Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Enabled Flag Profile_MessageBoxes Column ElementID ProfileID Priority Text Title Style Timeout Cycle CycleData Frequency UUID Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT NTEXT NVARCHAR(64) INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Message box text Message box title Message box style Timeout (sec) Cycle Cycle Data Frequency Unique identifier Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_MSOffice Column ElementID ProfileID Priority Option Path Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Office option Path Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Outlook Column ElementID ProfileID Data Type INT INT Priority OutlookBar FolderList Sound DeleteWarning INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) StartupFolder EmptyWasteBasket NewMailNotification NewMailSound EnableAutoArchive AutoArchiveDays AutoArchivePrompt AutoArchiveDir AutoArchiveFile AutoArchiveDeleteExpiredMail AllowCommasAsAddressSeperator AutomaticNameChecking MessageFormat UseWordAsEditor SendPicturesFromInternet SaveCopiesInSentItems NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) AutoSaveMinutes NVARCHAR(64) SpellCheckAlways SpellCheckSuggestReplacements SpellCheckUppercase SpellCheckNumbers SpellCheckIgnoreReply PABConfig PABFile PABFolder PSTConfig PSTFile PSTFolder NewStylePST EmailPST OABConfig OABFolder OSTConfig OSTFile OSTFolder ConnectHTTP NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) CacheMode ProxyServer ConnectSSL NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) Description Unique element ID ID of the profile that this element belongs to Number of element in object list View Outlook bar View Folder list Reserved for future use Warn before permanently deleting items Startup in this folder Empty the Deleted items folder on exit New mail arrival – Display a notification New mail arrival – Play a sound Enable Auto Archive Number of days to AutoArchive Prompt to AutoArchive AutoArchive Folder AutoArchive File name Delete expired items (email folder only) Allow comma as address separator Automatic name checking Message format Use MS Word as editor Send pictures from the Internet Save copies of mail in Sent Items folder Number of minutes to Auto-save unsent messages Always check spelling Always suggest replacements Ignore words in UPPERCASE Ignore words with numbers Ignore original message in replies PAB Configuration PAB File name PAB Folder PST Configuration PST File name PST Folder New Style PST file New e-mail to PST file OAB Configuration OAB File name OAB Folder OST Configuration OAB Folder Connect to Exchange mailbox using HTTP Use Cached Exchange Mode URL for proxy server Connect Using SSL only MutualAuthenticate NVARCHAR(64) PrincipalProxyServer FastHTTP NVARCHAR(255) NVARCHAR(64) SlowHTTP NVARCHAR(64) AuthenticateMode NVARCHAR(64) SignatureText SignatureName NewEmail NTEXT NVARCHAR(255) NVARCHAR(64) NewEmail2k NVARCHAR(64) ReplyForward NVARCHAR(64) ReplyForward2k NVARCHAR(64) Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Mutually authenticate when connecting with SSL Principal name for proxy server Fast networks, connect using HTTP, then TCP/IP Slow networks, connect using HTTP, then TCP/IP Authentication when connecting to proxy server for Exchange Signature Preview Signature Name Select signature for new messages (Outlook 2000) Select signature for new messages (Outlook 2002 and above) Select Signature for replies and forwards (Outlook 2000) Select Signature for replies and forwards (Outlook 2002 and above) Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_PatchManagement Column ElementID ProfileID Priority Patches Action Server WaitForPatch AutoDownload Data Type INT INT INT NTEXT NTEXT NTEXT NVARCHAR(255) BIT PatchDeploymentType AllowDefer PatchDeferTries NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) PatchDeferTimeout NVARCHAR(255) PatchRebootOption RebootTimeout UserCancelReboot HideProgress Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled NVARCHAR(50) NVARCHAR(50) NVARCHAR(50) NVARCHAR(50) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list List of patches to deploy Patch Action Specific server to use If patches are not available, pause logon/logoff Automatically pre-download patch files to distribution servers Type of Deployment Allow User to Defer Patches Number of times patch installation can be deferred by user, before it is forced Number of seconds for user to respond to patch installation dialog Selected Patch Reboot option Show reboot timeout dialog for specified seconds Allow User to cancel reboot Hide all progressindicators flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Path Column ElementID ProfileID Priority Path Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID. ID of the profile that this element belongs to. Number of element in object list. Path Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Permissions Column ElementID ProfileID Priority Type Action Target Permissions Inheritance Depth Children Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(400) NTEXT NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list File/Folder or Registry Append/Overwrite/Revoke action File/Folder Path or Hive/Key location Permissions list Inheritance Propagation Child object to include Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_PostEngineScripts Column ElementID ProfileID Priority Script Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Post-engine script with location (.KIX) Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_PowerManagement Column ElementID ProfileID Priority Action Name Hibernation PromptForPassword Data Type INT INT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) LidAction NVARCHAR(64) DCLidAction NVARCHAR(64) PowerButtonAction NVARCHAR(64) DCPowerButtonAction NVARCHAR(64) SleepButtonAction NVARCHAR(64) DCSleepButtonAction NVARCHAR(64) MonitorAC MonitorDC DiskAC DiskDC StandbyAC StandbyDC HibernateAC HibernateDC ActionPowerPlan PowerPlanName DCDisplay ACDisplay DCSleep ACSleep Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Create/Modify or Remove power scheme action Power scheme name Enable hibernation Prompt for password when computer resumes from standby When I close the lid of my portable computer (Plugged in) When I close the lid of my portable computer (Running on Batteries) When I press the power button on my computer (Plugged in) When I press the power button on my computer (Running on Batteries) When I press the sleep button on my computer (Plugged in) When I press the sleep button on my computer (Running on Batteries) Turn off monitor (Plugged in) Turn off monitor (Running on batteries) Turn off disks (Plugged in) Turn off disks (Running on batteries) System standby (Plugged in) System standby (Running on batteries) System hibernates (Plugged in) System hibernates (Running on batteries) Action to take for power plan Power plan name Turn off display setting (Running on batteries) Turn off display setting (Plugged in) Put the computer to sleep ((Running on batteries) Put the computer to sleep ((Plugged in) Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_PreEngineScripts Column ElementID ProfileID Priority Script Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Pre-engine script with location (.KIX) Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Printers Column ElementID ProfileID Priority Printers LPT Path AutoAddRemove DefaultPrinter NoCapture PrinterName IPAdddress PortName Protocol Port SNMPName PortList Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Reserved for future use Capture LPT # Shared printer path Add/Remove printer driver Set as default Do not capture LPT1 Printer Name Printer IP address Port Name Raw/LPR Protocol Port Number SNMP Name Port Number Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Registry Column ElementID ProfileID Priority Action Hive Force32BitKeyOn64BitOS Key Type Value Data Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Write/Delete Value, Add/Delete Key Registry hive to update Force the use of 32 bit registry locations Registry key Registry type Registry value Data/Expression Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_RemoteManagement Column ElementID ProfileID Priority Action Port TrayIcon AlternateLocation Permissions AskPermission OpenPort Data Type INT INT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(255) NTEXT NVARCHAR(64) NVARCHAR(64) EnableRemoteRegistry NVARCHAR(64) UseMirrorDriver DisableWallpaper ClipboardSize IdleTime AutoPanning Screenshots UseScreenshot RemotePrinting WarningText WarningDuration BypassWarning DisplayNotification FullControlBypass DisableHostInput LockConsoleOnDrop LockConsoleOnTimeout AlwaysLock NVARCHAR(64) NVARCHAR(64) INT INT NVARCHAR(64) INT NVARCHAR(64) NVARCHAR(64) NTEXT INT NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) BlankScreen SessionBeep ConstantBeep BeepInterval LogDays LogLocation IPFilter AdminFullControl ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) INT INT NVARCHAR(255) NTEXT NVARCHAR(64) NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list Install/Remove Remote Management client Port used to communicate with client Display Tray Icon Use alternate DesktopAuthority.exe location Grant full control to administrators Ask permission from the interactive user Open port in Windows Firewall to allow remote management Enable Remote Management Registry Service (Vista) Use mirror display driver Automatically disable wallpaper Clipboard transfer size (KB) Idle time allowed (min) Allow auto panning Screen shot updates per second Use screen shot based remote control by default Enable remote printing Interactive user’s warning text Duration of warning in seconds If warning times out, allow remote control anyway Display notification during remote control Do not ask permission if admin has full control Disable host keyboard and mouse Lock console when connection is broken Lock console when connection times out Always lock console when remote control disconnects Blank Host Sreen (non Vista only) Beep whenever a session begins or ends Beep continuously during remote control Beep interval in seconds Number of days to keep logs Log file location IP Filtering Do not ask permission if admin has full control Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_SecurityPolicies Column ElementID ProfileID Data Type INT INT Priority Policy Setting EnableUserAccountControlOnVista AdminApproval INT NTEXT INT NVARCHAR(64) NVARCHAR(64) ElevationPromptAdminApprovalMode NVARCHAR(64) ElevationPromptUser NVARCHAR(64) PromptInstallationForElevation NVARCHAR(64) ElevateSignedExes NVARCHAR(64) ElevateUIAccess NVARCHAR(64) SwitchToSecureDesktopForElevation NVARCHAR(64) VirtualizeToPerUserLocations NVARCHAR(64) ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique element ID ID of the profile that this element belongs to Number of element in object list Security Policy Enable/Disable Policy User Account Control on Vista Admin Approval for the Built-in Administrator account Bahavior of the elevation prompt for administrators in Admin Approval Mode Behavior of the elevation prompt for standard users Detect application installations and prompt for elevation Only elevate executables that are signed and validated Only elevate UIAccess applications that are installed in secure locations Switch to the secure desktop when prompting for elevation Virtualize file and registry write failures to per-user locations Element Enabled Flag Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Profile_ServicePacks Column ElementID ProfileID Priority OSVersion UpdateVersion UpdateExecutable OSLanguage Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Operating System OS Version Location of Update.exe Operating System Language Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_Shortcuts Column ElementID ProfileID Priority Action Location Name Target Arguments IconFile IconIndex WorkingDir RunWindow Overwrite ShortcutKey ShortcutComment Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NTEXT NTEXT NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Create/Remove Shortcut Shortcut Location Shortcut Name Shortcut Target Target Arguments Icon file Icon index Start in Normal/Maximized/Minimized Run Window Overwrite existing shortcut Shortcut key Shortcut comment Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_SoftwareDeployment Column ElementID ProfileID Priority PublishedPackages Action Data Type INT INT INT NTEXT NVARCHAR(10) InstallAsynch InstallSilent TransformFiles CmdLineOptions NVARCHAR(10) NVARCHAR(10) NTEXT NTEXT ElementEnabled Server WaitForDownload AllowPackageDefer NVARCHAR(20) NVARCHAR(255) NVARCHAR(10) NVARCHAR(10) PackageDeferTries NVARCHAR(10) PackageDeferTime NVARCHAR(50) PackageDeferProgress Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled NVARCHAR(50) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list List of published packages Action selected from drop down list, Install/Uninstall Select Asynchronous installation of packages Install package in silent mode List of published transform files Additional command line options needed for install of package Enabled/Disabled Element Distribution server Option to allow user to defer package installation Number of times a user can defer package installation Number of seconds a user has to respond before the package is installed Option to show/hide progress indicators Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_TimeSync Column ElementID ProfileID Priority Server Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled Data Type INT INT INT NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64_ NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Time Server Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag Profile_WindowsFirewall Column ElementID ProfileID Priority Action PortList Notification Data Type INT INT INT NVARCHAR(64) NTEXT NVARCHAR(64) FileAndPrintSharing NoExceptions Outgoing Redirect Time Parameter Quench Destination Router Mask Timestamp Echo PublicOut NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(10) PublicIn NVARCHAR(10) PrivateOut NVARCHAR(10) PrivateIn NVARCHAR(10) DomainOut NVARCHAR(10) DomainIn NVARCHAR(10) ElementEnabled Enabled Rules Class OS ConnectionType Timing Description CreatedBySID LastModifiedBySID LastModifiedDate ElementEnabled NVARCHAR(20) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME NVARCHAR(20) Description Unique element ID ID of the profile that this element belongs to Number of element in object list Enable/Disable Windows Firewall Exception List Display a notification when Windows Firewall blocks a program Enable File and Print sharing Don’t allow exceptions ICMP – Allow outgoing packet redirect ICMP – Allow redirect ICMP – Allow outgoing time exceeded ICMP – Allow outgoing parameter problem ICMP – Allow outgoing source quench ICMP – Allow outgoing destination unreachable ICMP – Allow incoming router request ICMP – Allow incoming mast request ICMP – Allow incoming timestamp request ICMP – Allow incoming echo request Allow outbound connections for a public profile that do not match a rule Allow inbound connections for a public profile that do not match a rule Allow outbound connections for a private profile that do not match a rule Allow inbound connections for a private profile that do not match a rule Allow outbound connections for a domain profile that do not match a rule Allow inbound connections for a domain profile that do not match a rule Enabled/Disabled Element Enabled/Disabled Element Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Element Description Element Created By (SID) Element Modified By (SID) Element Modified Date Element Enabled Flag ProfileIdentification Column ProfileItemRecordID ProfileItemGUID Data Type INT UNIQUEIDENTIFIER Description Unique profile element ID Unique profile element GUID Profiles Column ProfileID ProfileName ParentProfileID ParentProfileName Priority Status Dependencies Enabled Rules Class OS ConnectionType Timing ElementDefaultEnabled ElementDefaultRules ElementDefaultClass ElementDefaultOS ElementDefaultConnectionType ElementDefaultTiming Description CreatedBySID LastModifiedBySID LastModifiedDate Data Type INT NVARCHAR(255) INT NVARCHAR(255) INT INT NTEXT BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) BIT NTEXT NVARCHAR(64) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(100) NVARCHAR(100) DATETIME Description Unique profile ID. Name of Profile Parent Profile ID Parent Profile Name Number of Profile in list. Reserved for future use Reserved for future use Enabled/Disabled Profile Validation Logic Rules Validation Logic Class Validation Logic OS Validation Logic Connection Type Validation Logic Timing Default Validation Logic – Disable Element Default Validation Logic – Rules Default Validation Logic Class Default Validation Logic OS Default Validation Logic Connection Type Default Validation Logic Timing Profile Description Profile Created By (SID) Profile Modified By (SID) Profile Modified Date SoftwareInventory Column SoftwareID ComputerIdentificationID Publisher DisplayName DisplayVersion InstallDate InstallLocation InstallSource FirstDetectedLocal FirstDetectedUTC LastDetectedLocal LastDetectedUTC Data Type INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(255) NVARCHAR(500) NVARCHAR(500) DATETIME DATETIME DATETIME DATETIME Description Software Application ID Computer ID Software Publisher Software Name Software Version Install Date Install Location Install Source First detected (Date) First detected Coordinated Universal Time (UTC) Last detected (Date) Last detected Coordinated Universal Time (UTC) UserSession Column SessionID ComputerIdentificationID ComputerSessionID UserDomain UserID UserSID ComputerDomain ComputerName ConnectionType AuthenticatingServer LocalPrivilege DomainPrivilege UTCOffset SessionStartTimeLocal SessionStartTimeUTC Data Type INT INT INT NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(255) NVARCHAR(255) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) NVARCHAR(64) INT DATETIME DATETIME Description Unique Session ID Computer ID Computer Session ID User Domain User ID User SID Computer Domain Computer Name Connection Type Authenticating Server Local Privileges Domain Privileges Coordinated Universal Time (UTC) offset Session Start Time Session Start Time Coordinated Universal Time (UTC) UserSessionActivity Column SessionActivityID ComputerIdentificationID SessionID SessionEvent UTCOffset ActivityTimeLocal ActivityTimeUTC Data Type INT INT INT NVARCHAR(64) INT DATETIME DATETIME Description Session Activity ID Computer ID Session ID Session Event Coordinated Universal Time (UTC) offset Activity Time Activity Time Coordinated Universal Time (UTC)