Changes

Spiceworks Agent

1,043 bytes added, 11:30, 18 March 2015
Spiceworks Agent
If you run a spicework server and it is having performance issues with pulling information from your network clients then it is better to use the push method. This require the installation of the Spiceworks Agent. You get this from your Spiceworks server console.

There are instructions on the Spiceworks site on how to setup a key.

<source lang="xml">
<package
id="spiceworksagent"
name="Spiceworks Agent"
revision="%VERSION%"
reboot="false"
priority="100">
<variable name="version" value="7.1.1.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Spiceworks Agent" value="%version%" />
<install cmd='msiexec /i "%SOFTWARE%\Spiceworksagent\spiceworks agent.%VERSION%.msi" SPICEWORKS_SERVER="sw.myserver.com" SPICEWORKS_AUTH_KEY="S0m3R@nD0mk3Y" SPICEWORKS_PORT=443 SPICEWORKS_SITE_LABEL=%COMPUTERNAME% ADDLOCAL=FeatureService /qn /norestart' />
<upgrade include='install' />
<remove cmd='MsiExec.exe /x{A91E27C3-4CD0-41E8-A353-83B1810F7083} /qn /norestart' />
</package>
</source>
76
edits