/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.9k  |  Created: 03/16/2011

Average Rating: 0
K1000 Agent has 8 inventory records, 299 Questions, 29 Blogs and 3 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
0
Script

For installing the K1000 agent on different systems as Win XP, Win 7-32 and Win 7-64, I wrote a little VB script which can be modified easily. It is especially designed to run KACE agent deployment on remote locations with a local share for KACE software distribution.

' Install KACE Agent per policy on Win XP, Win 7-64, Win 7-32
On Error resume next ' error handling, just cancel script

programfiles = ""
osversion= ""
osarchitecture = ""
fname= ""
cmdstring= ""

Set WshShell = WScript.CreateObject("Wscript.Shell") ' get environment strings
programfiles = WshShell.ExpandEvironmentStrings("%programfiles%")

Set ObjWMI = getobj("winmgmts:\\.\root\cimv2") ' get os name and version
Set ObjOsList = ObjWMI.instancesOf(("win32_operatingsystem",48)

For each ObjOsDetail in ObjOsList ' extract os name and version
osversion = ObjDetail.Caption
If osversion = "Windows 7 Professional " Then ' catch WIN XP, os architecture not supported - mind space at end of comp string
osarchitecture = ObjDetail.OsArchitecture
If osachitecture = "64-Bit" Then ' different path for x86 programs
programfiles = WshShell.ExpandEvironmentStrings("%programfiles(x86)%")
End If
End If
Next

fname = programfiles & "\Dell\KACE" ' string installation path
Dim Fso
Set Fso = CreateObject("Scripting.FileSystemObject")

If Fso.FolderExists(fname) = false then ' not installed
cmdstring = "msiexec.exe /qn /l*v %windir%\temp\ampmsi.log /i <\\path_to_your_share>\ampagent-5.5.30275-x86.msi host=<name_of_your_k1000-system>
WshShell.Run cmdstring
End If
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Average
Platform(s): Windows
-1
Note

http://www.kace.com/support/resources/kb/article/Installing-the-KACE-K1000-Agent-Through-Windows-Group-Policy?action=artikel&id=848#Method_2_Recommended_via_Group_P

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (8)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Questions & Answers (299)

Questions & Answers related to Dell K1000 Agent

4
ANSWERED
1
ANSWERS
4
ANSWERS
1
ANSWERS
1
ANSWERS
1
ANSWERS
2
ANSWERS
2
ANSWERED
2
ANSWERED
2
ANSWERED
2
ANSWERED
2
ANSWERED
2
ANSWERED
1
ANSWERED
1
ANSWERS
1
ANSWERED
1
ANSWERS
1
ANSWERS
0
ANSWERS

Blogs (29)

Blog posts related to Dell K1000 Agent

blog
blog
blog
blog
blog
blog
blog
blog

Reviews (0)

Reviews related to Dell K1000 Agent

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ