Install/Update: Dell OpenManage Client Instrumentation (OMCI) 8.2.1.70 - Windows __Now_Called: "Dell Command | Monitor"
| 0 Votes |
Description
This task will install Dell OMCI. The newest version of Dell OMCI has been renamed to "Dell Command | Monitor". This is the last version to have a read only version of the legacy OMCI WMI location, as well as the new location.
References:
http://en.community.dell.com/techcenter/systems-management/w/wiki/1773
http://en.community.dell.com/techcenter/enterprise-client/w/wiki/7531.dell-command-monitor
Property Details
| 3918 | |
| Alpha - Code that was just developed | |
| Install/Update: Dell OpenManage Client Instrumentation (OMCI) 8.2.1.70 - Windows __Now_Called: "Dell Command | Monitor" | |
| BESC | |
| Software Sharing | |
| 24236200 | |
| Internal | |
| jgstew | |
| 11/5/2014 12:00:00 AM | |
| jgstew on 11/10/2014 7:31:32 AM | |
| jgstew on 11/10/2014 7:31:32 AM | |
| 7990 Views / 45 Downloads | |
* Average over 1 rating.
** Log In or Register to add your rating.
|
Relevance
Windows Only (Relevance 2997197)
/* Windows Only */ windows of operating system
/* Windows XP or Higher */ version of operating system >= "5.1"
/* DELL Only */ exists values "vendor" whose(it as string as uppercase contains "DELL") of structures "bios_information" of smbios
/* check for supported model: OptiPlex, Latitude, Precision, Venue Tablets, XPS */ exists ((value "product_name" of structures "system_information" of smbios) as string as uppercase) whose(it starts with "OPTIPLEX" OR it starts with "LATITUDE" OR it starts with "PRECISION" OR it starts with "XPS" OR it starts with "VENUE")
| Used in 1 fixlet | * Results in a true/false |
not exists (it as string as trimmed string as version) whose(it >= "8.2.1.70") of values "DisplayVersion" of keys whose(exists (value "DisplayName" of it as string as lowercase) whose(it contains "Command | Monitor" as lowercase OR it contains "OpenManage Client Instrumentation" as lowercase) AND exists (value "Publisher" of it as string as lowercase) whose(it contains "dell" as lowercase) ) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (registry;native registry)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
// DOWNLOAD: Only the 64bit or the 32bit version, depending on OS.Success Criteria
begin prefetch block
if{ x64 of operating system }
add prefetch item name=Installer_DellOMCI.exe sha1=ec437debe02c79278dc7cab6f3cff49b72b9eae8 size=24236200 url=http://downloads.dell.com/FOLDER01796768M/1/Systems-Management_Application_YTD6R_WN_8.2.1.70_A00.EXE
else
add prefetch item name=Installer_DellOMCI.exe sha1=bbe51b407aa645477197c1b26f32c3f43a9643ee size=21706320 url=http://downloads.dell.com/FOLDER01796561M/1/Systems-Management_Application_MJNYG_WN_8.2.1.70_A00.EXE
endif
end prefetch block
// INSTALL
waithidden __Download\Installer_DellOMCI.exe /s
// Running this task will affect analysis properties, so this will force them to be updated right away
notify client ForceRefresh
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

* Average over 1 rating.
**
