<HTML>
<HEAD>
<TITLE>Re: [Casper] Windows Recon Rollout</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I have make a bat for recon using the startup script below. Is there a way to suppress the authentication after the bat runs?<BR>
<BR>
<BR>
On 10/1/09 9:19 PM, &quot;Tony S. Wu&quot; &lt;<a href="tonyswu@mac.com">tonyswu@mac.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>This is exactly what we ended up doing.<BR>
&nbsp;<BR>
</SPAN></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
Tony S. Wu<BR>
<a href="tonyswu@mac.com">tonyswu@mac.com</a><BR>
<BR>
<BR>
</SPAN></FONT><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'><BR>
&nbsp;<BR>
<BR>
On Oct 1, 2009, at 10:02 AM, Chad Brewer wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Geneva, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>What I did is extract jamf.exe from recon.exe. &nbsp;You can do that by running recon.exe /x.<BR>
</SPAN></FONT></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Geneva, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Then I run jamf.exe in a .bat file as a startup script via group policy. &nbsp;My .bat files looks like this:<BR>
</SPAN></FONT></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Geneva, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>copy /v /y &quot;\\server.domain.com\distribution$\Recon\jamf.exe&quot; c:\windows\temp<BR>
c:\windows\temp\jamf.exe recon -overrideJSS <a href="https://casper.domain.com:8443">https://casper.domain.com:8443</a> -username imaging -password ******<BR>
</SPAN></FONT></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
<BR>
<BR>
<BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:10pt'><B>&quot;Bradford, Chad&quot; &lt;<a href="Chad_Bradford@sfo.yr.com">Chad_Bradford@sfo.yr.com</a>&gt; on September 30, 2009 at 4:02 PM -0700 wrote:<BR>
</B></SPAN></FONT></FONT><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>After digging around, I think what you are supposed to do now is use Recon.exe on one of your workstations to create a QuickAdd.msi file. You can then host the MSI file in a shared folder some place and use Group Policy to install the MSI file (under Computer Configuration &gt; Policies &gt; Software Settings &gt; Sosftware Installation &#8211; doing this will install it when the computer turns on, before login.) Just make sure the Source path is a network path that Everyone has read access to.<BR>
</SPAN></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
</SPAN></FONT><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'> <BR>
</SPAN></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
</SPAN></FONT><SPAN STYLE='font-size:12pt'><FONT FACE="Times New Roman">Chad<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT COLOR="#1F497D"><FONT FACE="Arial"><B>Chad Bradford</B></FONT></FONT></SPAN><FONT COLOR="#1F497D"><FONT FACE="Arial"><B><FONT SIZE="2"><SPAN STYLE='font-size:10pt'> </SPAN></FONT><FONT SIZE="1"><SPAN STYLE='font-size:9pt'>| </SPAN></FONT></B><FONT SIZE="1"><SPAN STYLE='font-size:9pt'>Systems Administrator | Y&amp;R<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Arial"><FONT SIZE="1"><FONT COLOR="#808080"><SPAN STYLE='font-size:8pt'>303 2nd Street, South Tower, 8th floor<BR>
San Francisco, CA 94107 &nbsp;USA<BR>
T: +1 415 882 0606<BR>
F: +1 415 882 0601<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
<BR>
<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:12pt'><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT></SPAN><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'> <BR>
</SPAN></FONT><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:12pt'><BR>
</SPAN></FONT><SPAN STYLE='font-size:12pt'><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">-----Original Message-----<BR>
From: <a href="casper-bounces@list.jamfsoftware.com">casper-bounces@list.jamfsoftware.com</a> [<a href="mailto:casper-bounces@list.jamfsoftware.com">mailto:casper-bounces@list.jamfsoftware.com</a>] On Behalf Of Tony S. Wu<BR>
Sent: Monday, September 28, 2009 2:49 PM<BR>
To: <a href="casper@list.jamfsoftware.com">casper@list.jamfsoftware.com</a><BR>
Subject: [Casper] Windows Recon Rollout<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">We are looking to roll out Recon on Windows using group policy.<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">I found this command through some googling:<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">PATH\Recon.exe -server DOMAIN.COM -username USER -password PASS<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">But all the command does is launch Recon. Did the command change for Recon on Windows? Or is there another recommended way of doing this? Thanks.<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">Tony S. Wu<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"><a href="tonyswu@mac.com">tonyswu@mac.com</a><BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">_______________________________________________<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman">Casper mailing list<BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"><a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Times New Roman"><a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
</FONT><FONT FACE="Arial">_______________________________________________<BR>
Casper mailing list<BR>
<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
<a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial"><BR>
<BR>
_______________________________________________<BR>
Casper mailing list<BR>
<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
<a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
</FONT></SPAN></BLOCKQUOTE><FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Casper mailing list<BR>
<a href="Casper@list.jamfsoftware.com">Casper@list.jamfsoftware.com</a><BR>
<a href="http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>