Install/Update: Dell OpenManage Client Instrumentation (OMCI) 8.2.1.70 - Windows __Now_Called: "Dell Command | Monitor"
Log In or Register to download the BES file, and more.

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

ID3918
StatusAlpha - Code that was just developed
TitleInstall/Update: Dell OpenManage Client Instrumentation (OMCI) 8.2.1.70 - Windows __Now_Called: "Dell Command | Monitor"
DomainBESC
CategorySoftware Sharing
Download Size24236200
SourceInternal
Source IDjgstew
Source Release Date11/5/2014 12:00:00 AM
Added by on 11/10/2014 7:31:32 AM
Last Modified by on 11/10/2014 7:31:32 AM
Counters 7990 Views / 45 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

Windows Only (Relevance 2997197)
Used in 6452 fixlets and 32 analyses   * Results in a true/false
Show indented relevance
/* Windows Only */ windows of operating system
Used in 158 fixlets and 17 analyses   * Results in a true/false
Show indented relevance
/* Windows XP or Higher */ version of operating system >= "5.1"
Used in 32 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
/* DELL Only */ exists values "vendor" whose(it as string as uppercase contains "DELL") of structures "bios_information" of smbios
Used in 17 fixlets and 1 analsis   * Results in a true/false
Show indented relevance
/* 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
Show indented relevance
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.
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
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!