Pulling back file information
KACE Systems Management Appliance:
I’ve built a KACE report for check on certain files and
doesn’t seem to be returning back information needed.
Used the Custom Inventory Rule of
W L M - FileInfoReturn(path, attribute, type)
FileInfoReturn(C:\Program Files\Radiant\Lighthouse\Data\RelayGen\ItemExtendedData, modification_time, Date)
Ex: FileInfoReturn(/etc/hosts, modification_time, DATE)
Argument Notes
Type can be TEXT, NUMBER, or DATE
attribute across platforms can be: access_time, AccessedDate, creation_time, CreatedDate, modification_time, ModifiedDate, FileName, size, device_id, inode, mode, number_links, device_number
attribute on Windows (5.4+) can be: Comments, CompanyName, FileBuildPart, FileDescription, FileMajorPart, FileMinorPart, FilePrivatePart, FileVersion, LegalCopyright, LegalTrademarks, OriginalFilename, PrivateBuild, ProductBuildPart, ProductMajorPart, ProductMinorPart, ProductName, ProductPrivatePart, ProductVersion, SpecialBuild
attribute on UNIX/OS X (5.4) can be: block_size, blocks, group, owner
Any chance you’d know where I’ve gone wrong with it?
Answers (0)
Be the first to answer this question